From 2d5f6524778562328d40cc1941f2db2a1fda22e6 Mon Sep 17 00:00:00 2001 From: Till Maas Date: Sun, 22 Nov 2015 11:33:17 +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 6cf7e8e..eb189d1 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,5 @@ /youtube-dl-2015.11.13.tar.gz.sig /youtube-dl-2015.11.15.tar.gz /youtube-dl-2015.11.15.tar.gz.sig +/youtube-dl-2015.11.21.tar.gz +/youtube-dl-2015.11.21.tar.gz.sig diff --git a/sources b/sources index a2caf38..5113b2d 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -cc4f5bba1a366e6da6c9e0a3d94bf527 youtube-dl-2015.11.15.tar.gz -2f38973e669e0a6e9990c2c8deeb4127 youtube-dl-2015.11.15.tar.gz.sig +49d3555153698229e27071d666b1c88f youtube-dl-2015.11.21.tar.gz +4b0e8e7f651eaca193f07812bf7275c3 youtube-dl-2015.11.21.tar.gz.sig diff --git a/youtube-dl.spec b/youtube-dl.spec index b799094..8cd7d56 100644 --- a/youtube-dl.spec +++ b/youtube-dl.spec @@ -6,7 +6,7 @@ %endif Name: youtube-dl -Version: 2015.11.15 +Version: 2015.11.21 Release: 1%{?dist} Summary: A small command-line program to download online videos License: Unlicense @@ -91,6 +91,9 @@ install -pm644 youtube-dl.zsh %{buildroot}%{_datadir}/zsh/site-functions/_youtub %changelog +* Sun Nov 22 2015 Till Maas - 2015.11.21-1 +- Update to new release + * Mon Nov 16 2015 Matěj Cepl - 2015.11.15-1 - Update to new release.