diff --git a/.gitignore b/.gitignore index 6594a2f..7128ee2 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,7 @@ /youtube-dl-2014.07.20.2.tar.gz /youtube-dl-2014.07.25.1.tar.gz /youtube-dl-2014.08.29.tar.gz +/youtube-dl-2014.09.06.tar.gz.sig +/youtube-dl-2014.09.06.tar.gz +/youtube-dl-2014.09.22.1.tar.gz +/youtube-dl-2014.09.22.1.tar.gz.sig diff --git a/sources b/sources index 61ef6b7..7ffac07 100644 --- a/sources +++ b/sources @@ -1 +1,2 @@ -538f53cc3ab7c08f7a5f7a730833b14e youtube-dl-2014.08.29.tar.gz +14c03205ad3bf3866398651b9b42b298 youtube-dl-2014.09.22.1.tar.gz +0aacb42d1900a394b935a68e8e5f9b38 youtube-dl-2014.09.22.1.tar.gz.sig diff --git a/youtube-dl.spec b/youtube-dl.spec index 1b30eff..010798e 100644 --- a/youtube-dl.spec +++ b/youtube-dl.spec @@ -1,11 +1,13 @@ Name: youtube-dl -Version: 2014.08.29 +Version: 2014.09.22.1 Release: 1%{?dist} Summary: A small command-line program to download online videos License: Public Domain URL: https://yt-dl.org Source0: https://yt-dl.org/downloads/%{version}/%{name}-%{version}.tar.gz Source1: %{name}.conf +Source2: https://yt-dl.org/downloads/%{version}/youtube-dl-%{version}.tar.gz.sig +# 2014-09-07: Signature made by 7D33 D762 FD6C 3513 0481 347F DB4B 54CB A482 6A18 BuildRequires: python2 # Tests failed because of no connection in Koji. # BuildRequires: python-nose @@ -37,8 +39,17 @@ install -pm644 %{S:1} %{buildroot}%{_sysconfdir} %{_mandir}/man1/%{name}.1* %config(noreplace) %{_sysconfdir}/%{name}.conf %{_sysconfdir}/bash_completion.d/%{name} +%exclude %{_sysconfdir}/fish/completions/youtube-dl.fish %changelog +* Tue Sep 23 2014 Till Maas - 2014.09.22.1-1 +- Update to latest release +- Exclude fish completion script + +* Sun Sep 07 2014 Till Maas - 2014.09.06-1 +- Update to 2014-09-06 +- Add GPG signature + * Sun Aug 31 2014 Till Maas - 2014.08.29-1 - Update to 2014.08.29