From f54e41a14cf523afcff33587c190225c10938173 Mon Sep 17 00:00:00 2001 From: Christopher Meng Date: Mon, 7 Oct 2013 21:50:59 +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 490c5e0..0bd0545 100644 --- a/.gitignore +++ b/.gitignore @@ -25,3 +25,4 @@ /youtube-dl-2013.09.20.1.tar.gz /youtube-dl-2013.09.24.2.tar.gz /youtube-dl-2013.09.29.tar.gz +/youtube-dl-2013.10.07.tar.gz diff --git a/sources b/sources index cd9e8b4..eb7a45e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -7f5a8b7a411e833e9a0d8759140e1949 youtube-dl-2013.09.29.tar.gz +8fcf8c27dc2444f78c0413f9ddee383a youtube-dl-2013.10.07.tar.gz diff --git a/youtube-dl.spec b/youtube-dl.spec index 9e5dde2..59e95c8 100644 --- a/youtube-dl.spec +++ b/youtube-dl.spec @@ -1,5 +1,5 @@ Name: youtube-dl -Version: 2013.09.29 +Version: 2013.10.07 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 Oct 07 2013 Christopher Meng - 2013.10.07-1 +- Update to new release(BZ#1014266). + * Mon Sep 30 2013 Christopher Meng - 2013.09.29-1 - Update to new release(BZ#1013394).