From 375268707f0237a3861be84dbe1f574458d7a2c0 Mon Sep 17 00:00:00 2001 From: Christopher Meng Date: Sun, 24 Nov 2013 08:46:39 +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 4bb4d56..b6bb9a5 100644 --- a/.gitignore +++ b/.gitignore @@ -41,3 +41,4 @@ /youtube-dl-2013.11.18.1.tar.gz /youtube-dl-2013.11.19.tar.gz /youtube-dl-2013.11.20.tar.gz +/youtube-dl-2013.11.22.2.tar.gz diff --git a/sources b/sources index 116dd5c..b0b1897 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -30742fe1b0e0f14996206afa968faa40 youtube-dl-2013.11.20.tar.gz +bf0015537e50f85c8ca3d95394b47d78 youtube-dl-2013.11.22.2.tar.gz diff --git a/youtube-dl.spec b/youtube-dl.spec index 592e9cf..0912dc5 100644 --- a/youtube-dl.spec +++ b/youtube-dl.spec @@ -1,5 +1,5 @@ Name: youtube-dl -Version: 2013.11.20 +Version: 2013.11.22.2 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 +* Sun Nov 24 2013 Christopher Meng - 2013.11.22.2-1 +- Update to new release. + * Thu Nov 21 2013 Christopher Meng - 2013.11.20-1 - Update to new release.