From 26f2651fbb3d73e7e3b191c93cb131e5f94b0168 Mon Sep 17 00:00:00 2001 From: Christopher Meng Date: Mon, 23 Sep 2013 08:55:04 +0800 Subject: [PATCH] New version 09.20.1 --- .gitignore | 1 + sources | 2 +- youtube-dl.spec | 5 ++++- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index b212f47..9aead3a 100644 --- a/.gitignore +++ b/.gitignore @@ -22,3 +22,4 @@ /youtube-dl-2013.09.07.tar.gz /youtube-dl-2013.09.10.tar.gz /youtube-dl-2013.09.16.tar.gz +/youtube-dl-2013.09.20.1.tar.gz diff --git a/sources b/sources index e1a0fa4..8d8d0dc 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -8b02356879e80a90acbb2ebb07b26629 youtube-dl-2013.09.16.tar.gz +50738ff8472c6ee9452ee9c4da8f4b7a youtube-dl-2013.09.20.1.tar.gz diff --git a/youtube-dl.spec b/youtube-dl.spec index a814742..dfb1c15 100644 --- a/youtube-dl.spec +++ b/youtube-dl.spec @@ -1,5 +1,5 @@ Name: youtube-dl -Version: 2013.09.16 +Version: 2013.09.20.1 Release: 1%{?dist} Summary: A small command-line program to download online videos License: Public Domain @@ -42,6 +42,9 @@ install -pm644 %{S:1} %{buildroot}%{_sysconfdir} %{_sysconfdir}/bash_completion.d/%{name} %changelog +* Mon Sep 16 2013 Christopher Meng - 2013.09.20.1-1 +- Update to new release(BZ#1009593). + * Mon Sep 16 2013 Christopher Meng - 2013.09.16-1 - Update to new release(BZ#1006829).