diff --git a/sources b/sources index ca15e05..019eed0 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -SHA512 (youtube-dl-2017.04.09.tar.gz) = 813e9258f8f56f40a3facbb9fac19d3fa8fea43c7842225129cf4c8fd744994d45ef46a54146e8fa5ca3a427301fdcdbcd50bf1ba0f2f914d80a1a93af559384 -SHA512 (youtube-dl-2017.04.09.tar.gz.sig) = 0418c3486a446c39bfba826bdcb99b043564b6d8d7c460785c51b22758265601ba688f2168be53ffcd0584f8e91759de89a0074e0a6d6b40aa69de8f66e33abe +SHA512 (youtube-dl-2017.04.17.tar.gz) = dfe8d762f0fb70dee87cd7156011582ef3cba33ce359a227c8e7e39e76fe51690452b2820e8cd41bf109e19f5e4976c9a2e50cb18533c4161720df0fa858d761 +SHA512 (youtube-dl-2017.04.17.tar.gz.sig) = acfcf4b05a0c74067f45a1f244063ff636b00294071c60853a6fc2e5c0647731b7f1d3658f753df7266825e044b4d9a2a1aa813612ca2340de8d5a7c1ee64a7b diff --git a/youtube-dl.spec b/youtube-dl.spec index 2307134..5eba022 100644 --- a/youtube-dl.spec +++ b/youtube-dl.spec @@ -6,7 +6,7 @@ %endif Name: youtube-dl -Version: 2017.04.09 +Version: 2017.04.17 Release: 1%{?dist} Summary: A small command-line program to download online videos License: Unlicense @@ -81,7 +81,11 @@ find %{buildroot}%{_prefix}/lib -type f -print0 | xargs -0 sed -i -e '/^\#!\/usr %check -#make offlinetest +# This basically cannot work without massive .flake8rc +# starts with flake8 and of course no contributors bothered to make +# their code truly PEP8 compliant. +# +# make offlinetest %files @@ -106,6 +110,9 @@ find %{buildroot}%{_prefix}/lib -type f -print0 | xargs -0 sed -i -e '/^\#!\/usr %changelog +* Tue Apr 25 2017 Matěj Cepl - 2017.04.17-1 +- Update to the latest release. + * Mon Apr 10 2017 Matěj Cepl - 2017.04.09-1 - Update to the latest release.