From 4c15b627399e3b8351099383e89e797c0e28c2ab Mon Sep 17 00:00:00 2001 From: Christopher Meng Date: Wed, 11 Sep 2013 09:22:42 +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 14fb79e..130946d 100644 --- a/.gitignore +++ b/.gitignore @@ -20,3 +20,4 @@ /youtube-dl-2013.08.30.tar.gz /youtube-dl-2013.09.04.tar.gz /youtube-dl-2013.09.07.tar.gz +/youtube-dl-2013.09.10.tar.gz diff --git a/sources b/sources index fc05b22..34d84b3 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -0128368f02f404d8e15935c0b034f6a0 youtube-dl-2013.09.07.tar.gz +1ad831c338c82b97e0b4ef4f62d55a0c youtube-dl-2013.09.10.tar.gz diff --git a/youtube-dl.spec b/youtube-dl.spec index daccc6e..021239d 100644 --- a/youtube-dl.spec +++ b/youtube-dl.spec @@ -1,5 +1,5 @@ Name: youtube-dl -Version: 2013.09.07 +Version: 2013.09.10 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 +* Wed Sep 11 2013 Christopher Meng - 2013.09.10-1 +- Update to new release(BZ#1006334). + * Mon Sep 09 2013 Christopher Meng - 2013.09.07-1 - Update to new release.