From 9234726ba844a9f0b14f89cb2b1476a450ec0142 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mat=C4=9Bj=20Cepl?= Date: Wed, 18 Feb 2015 14:41:49 +0100 Subject: [PATCH] Update to latest release --- .gitignore | 2 ++ sources | 4 ++-- youtube-dl.spec | 5 ++++- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 30ace4d..e80ffcf 100644 --- a/.gitignore +++ b/.gitignore @@ -31,3 +31,5 @@ /youtube-dl-2015.02.10.4.tar.gz.sig /youtube-dl-2015.02.11.tar.gz /youtube-dl-2015.02.11.tar.gz.sig +/youtube-dl-2015.02.18.1.tar.gz +/youtube-dl-2015.02.18.1.tar.gz.sig diff --git a/sources b/sources index e101851..d8fc47b 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -43ecbbe6d932d55ed768ec170eb5b0fe youtube-dl-2015.02.11.tar.gz.sig -8922f062c1bae78997e08274fdf35d35 youtube-dl-2015.02.11.tar.gz +b158966a8596ddfff8b8286feb4e43dc youtube-dl-2015.02.18.1.tar.gz +6ae5cc4b3df4aba3e42aa8ed0b23c01a youtube-dl-2015.02.18.1.tar.gz.sig diff --git a/youtube-dl.spec b/youtube-dl.spec index 329678f..35ef09a 100644 --- a/youtube-dl.spec +++ b/youtube-dl.spec @@ -1,5 +1,5 @@ Name: youtube-dl -Version: 2015.02.11 +Version: 2015.02.18.1 Release: 1%{?dist} Summary: A small command-line program to download online videos License: Public Domain @@ -59,6 +59,9 @@ install -pm644 youtube-dl.zsh %{buildroot}%{_datadir}/zsh/site-functions/_youtub %{python_sitelib}/youtube_dl*.egg-info %changelog +* Wed Feb 18 2015 Matej Cepl - 2015.02.18.1-1 +- Update to latest release + * Mon Feb 16 2015 Matej Cepl - 2015.02.11-1 - Show must go on!