From a7006181d5e0adf1bf14797f64ef8a54f5eca9ed Mon Sep 17 00:00:00 2001 From: Christopher Meng Date: Thu, 21 Nov 2013 11:55:17 +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 d57f396..4bb4d56 100644 --- a/.gitignore +++ b/.gitignore @@ -40,3 +40,4 @@ /youtube-dl-2013.11.15.tar.gz /youtube-dl-2013.11.18.1.tar.gz /youtube-dl-2013.11.19.tar.gz +/youtube-dl-2013.11.20.tar.gz diff --git a/sources b/sources index b9b2f83..116dd5c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -86e407ff40f9f06651dfcc21c17e2465 youtube-dl-2013.11.19.tar.gz +30742fe1b0e0f14996206afa968faa40 youtube-dl-2013.11.20.tar.gz diff --git a/youtube-dl.spec b/youtube-dl.spec index ac90537..592e9cf 100644 --- a/youtube-dl.spec +++ b/youtube-dl.spec @@ -1,5 +1,5 @@ Name: youtube-dl -Version: 2013.11.19 +Version: 2013.11.20 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 +* Thu Nov 21 2013 Christopher Meng - 2013.11.20-1 +- Update to new release. + * Wed Nov 20 2013 Christopher Meng - 2013.11.19-1 - Update to new release.