From d2f114a427c1c766e0320589e3c7dce7ed38a7dc Mon Sep 17 00:00:00 2001 From: Christopher Meng Date: Wed, 20 Nov 2013 08:41:40 +0800 Subject: [PATCH] New version. --- .gitignore | 1 + sources | 2 +- youtube-dl.spec | 5 ++++- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index c069e61..d57f396 100644 --- a/.gitignore +++ b/.gitignore @@ -39,3 +39,4 @@ /youtube-dl-2013.11.13.tar.gz /youtube-dl-2013.11.15.tar.gz /youtube-dl-2013.11.18.1.tar.gz +/youtube-dl-2013.11.19.tar.gz diff --git a/sources b/sources index 7e66227..b9b2f83 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -f0277dae78ee144ceb8f2382ef402157 youtube-dl-2013.11.18.1.tar.gz +86e407ff40f9f06651dfcc21c17e2465 youtube-dl-2013.11.19.tar.gz diff --git a/youtube-dl.spec b/youtube-dl.spec index a806d8a..ac90537 100644 --- a/youtube-dl.spec +++ b/youtube-dl.spec @@ -1,5 +1,5 @@ Name: youtube-dl -Version: 2013.11.18.1 +Version: 2013.11.19 Release: 1%{?dist} Summary: A small command-line program to download online videos License: Public Domain @@ -40,6 +40,9 @@ install -pm644 %{S:1} %{buildroot}%{_sysconfdir} %{_sysconfdir}/bash_completion.d/%{name} %changelog +* Wed Nov 20 2013 Christopher Meng - 2013.11.19-1 +- Update to new release. + * Mon Nov 18 2013 Christopher Meng - 2013.11.18.1-1 - Update to new release.