From 269c3b7b9f7d9d7518811bfd109f67a4611ba5f7 Mon Sep 17 00:00:00 2001 From: Till Maas Date: Sun, 7 Sep 2014 14:32:39 +0200 Subject: [PATCH 1/2] Update to 2014-09-06 - Add GPG signature --- .gitignore | 2 ++ sources | 3 ++- youtube-dl.spec | 8 +++++++- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 6594a2f..dc9704b 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,5 @@ /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 diff --git a/sources b/sources index 61ef6b7..99878d5 100644 --- a/sources +++ b/sources @@ -1 +1,2 @@ -538f53cc3ab7c08f7a5f7a730833b14e youtube-dl-2014.08.29.tar.gz +2dfeed2409523ec5289d9527adc24c91 youtube-dl-2014.09.06.tar.gz.sig +27ecb9bded60bd2a2781489aa7c2414f youtube-dl-2014.09.06.tar.gz diff --git a/youtube-dl.spec b/youtube-dl.spec index 3d3eb95..c42f87f 100644 --- a/youtube-dl.spec +++ b/youtube-dl.spec @@ -1,11 +1,13 @@ Name: youtube-dl -Version: 2014.08.29 +Version: 2014.09.06 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 @@ -39,6 +41,10 @@ install -pm644 %{S:1} %{buildroot}%{_sysconfdir} %{_sysconfdir}/bash_completion.d/%{name} %changelog +* 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 From 002d25dd8a03bd50b3d387ff1d5bf5550852fffe Mon Sep 17 00:00:00 2001 From: Till Maas Date: Tue, 23 Sep 2014 21:37:41 +0200 Subject: [PATCH 2/2] Update to latest release - Exclude fish completion script --- .gitignore | 2 ++ sources | 4 ++-- youtube-dl.spec | 7 ++++++- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index dc9704b..7128ee2 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,5 @@ /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 99878d5..7ffac07 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -2dfeed2409523ec5289d9527adc24c91 youtube-dl-2014.09.06.tar.gz.sig -27ecb9bded60bd2a2781489aa7c2414f youtube-dl-2014.09.06.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 c42f87f..1d3a6f9 100644 --- a/youtube-dl.spec +++ b/youtube-dl.spec @@ -1,5 +1,5 @@ Name: youtube-dl -Version: 2014.09.06 +Version: 2014.09.22.1 Release: 1%{?dist} Summary: A small command-line program to download online videos License: Public Domain @@ -39,8 +39,13 @@ 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