From 269c3b7b9f7d9d7518811bfd109f67a4611ba5f7 Mon Sep 17 00:00:00 2001 From: Till Maas Date: Sep 07 2014 12:32:39 +0000 Subject: Update to 2014-09-06 - Add GPG signature --- 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