From 7697ff5479d8350ca5f9625ee15169b26e372173 Mon Sep 17 00:00:00 2001 From: Christopher Meng Date: Fri, 18 Oct 2013 11:16:09 +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 6f454ef..1eeb630 100644 --- a/.gitignore +++ b/.gitignore @@ -27,3 +27,4 @@ /youtube-dl-2013.09.29.tar.gz /youtube-dl-2013.10.07.tar.gz /youtube-dl-2013.10.09.tar.gz +/youtube-dl-2013.10.17.tar.gz diff --git a/sources b/sources index e7d0439..50db914 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -ddbefc30e4efefe29a2fe89ed6f4bccc youtube-dl-2013.10.09.tar.gz +5bcd7a5d20387a6dfd985f4a77dbe26d youtube-dl-2013.10.17.tar.gz diff --git a/youtube-dl.spec b/youtube-dl.spec index 12247a2..7d3b94e 100644 --- a/youtube-dl.spec +++ b/youtube-dl.spec @@ -1,5 +1,5 @@ Name: youtube-dl -Version: 2013.10.09 +Version: 2013.10.17 Release: 1%{?dist} Summary: A small command-line program to download online videos License: Public Domain @@ -44,6 +44,9 @@ install -pm644 %{S:1} %{buildroot}%{_sysconfdir} %{_sysconfdir}/bash_completion.d/%{name} %changelog +* Thu Oct 17 2013 Christopher Meng - 2013.10.17-1 +- Update to new release(BZ#1019694). + * Thu Oct 10 2013 Christopher Meng - 2013.10.09-1 - Update to new release(BZ#1017630).