diff --git a/sources b/sources index abdaba6..235e6a4 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -SHA512 (youtube-dl-2019.06.21.tar.gz) = b116f1b636b616e7bd2f5f3d8bbec3b9acebc956f2864391392cfa8bd2af91faa97603d528a13abb6e69ac861582d296870579469e4c6f4f4816dc674e0c27bb -SHA512 (youtube-dl-2019.06.21.tar.gz.sig) = de8ee4addac2e7c1163e41ef550be51d526e59cf6ba5e94ab5bb79791d914974aef9b1ea5be0f695fb86b6727a9d6708273e15ec001bd93c674fbdf6379fdc25 +SHA512 (youtube-dl-2019.07.30.tar.gz) = 15246cf256341031668d6f65fc6899fbcd313ef07f4feb98fcc3a83d43e74e3387c5629b45d5c726effe099bcc2813b83cc3cc2ed610b0a173d599ff7e39c473 +SHA512 (youtube-dl-2019.07.30.tar.gz.sig) = 33dfde193ef08a8faacd79cc02bcbe0aa38449fd7caefdb7c5611473091645c6d73191e19dd82abf867e4adb7bfccf9b5055faf1cc2da5bcfee4536f0cca7240 diff --git a/youtube-dl.spec b/youtube-dl.spec index 800dc89..e57aa5a 100644 --- a/youtube-dl.spec +++ b/youtube-dl.spec @@ -12,8 +12,8 @@ %endif Name: youtube-dl -Version: 2019.06.21 -Release: 2%{?dist} +Version: 2019.07.30 +Release: 1%{?dist} Summary: A small command-line program to download online videos License: Unlicense URL: https://yt-dl.org @@ -29,9 +29,11 @@ Source3: %{name}.conf %if %{with python3} BuildRequires: python%{python3_pkgversion}-devel BuildRequires: python%{python3_pkgversion}-setuptools +Requires: python%{python3_pkgversion}-setuptools %else BuildRequires: python2-devel BuildRequires: python2-setuptools +Requires: python2-setuptools %endif # Tests failed because of no connection in Koji. # BuildRequires: python-nose @@ -118,6 +120,9 @@ install -pm644 youtube-dl.zsh %{buildroot}%{_datadir}/zsh/site-functions/_youtub %changelog +* Tue Jul 30 2019 Gwyn Ciesla - 2019.07.30-1 +- 2019.07.30 + * Sat Jul 27 2019 Fedora Release Engineering - 2019.06.21-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild