From 8223d7f4c05b255c56fba35c9f7a5f965de018c2 Mon Sep 17 00:00:00 2001 From: Till Maas Date: Fri, 13 Nov 2015 19:23:41 +0100 Subject: [PATCH] Update to new release --- .gitignore | 2 ++ sources | 4 ++-- youtube-dl.spec | 5 ++++- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 4276721..92f2122 100644 --- a/.gitignore +++ b/.gitignore @@ -57,3 +57,5 @@ /youtube-dl-2015.10.09.tar.gz.sig /youtube-dl-2015.10.16.tar.gz /youtube-dl-2015.10.16.tar.gz.sig +/youtube-dl-2015.11.13.tar.gz +/youtube-dl-2015.11.13.tar.gz.sig diff --git a/sources b/sources index 866852c..a7d6a0b 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -08145c5c076fce196bc569fe49d9af62 youtube-dl-2015.10.16.tar.gz -b272e0e99db58028442e5eb78834d649 youtube-dl-2015.10.16.tar.gz.sig +a1871b0e09c39bd6eee5053c5c55c70a youtube-dl-2015.11.13.tar.gz +f5803c26163cb939856ff334564112d6 youtube-dl-2015.11.13.tar.gz.sig diff --git a/youtube-dl.spec b/youtube-dl.spec index a4770e0..ffc7122 100644 --- a/youtube-dl.spec +++ b/youtube-dl.spec @@ -6,7 +6,7 @@ %endif Name: youtube-dl -Version: 2015.10.16 +Version: 2015.11.13 Release: 1%{?dist} Summary: A small command-line program to download online videos License: Unlicense @@ -77,6 +77,9 @@ install -pm644 youtube-dl.zsh %{buildroot}%{_datadir}/zsh/site-functions/_youtub %changelog +* Fri Nov 13 2015 Till Maas - 2015.11.13-1 +- Update to new release + * Sun Oct 18 2015 Matěj Cepl - 2015.10.16-1 - Update to the latest release (#1270800)