From a8e3f3d81dd7cf536ff41c5f2a3c83567418c549 Mon Sep 17 00:00:00 2001 From: Christopher Meng Date: Oct 28 2013 14:49:07 +0000 Subject: New version. --- diff --git a/.gitignore b/.gitignore index aa59744..3d48bf6 100644 --- a/.gitignore +++ b/.gitignore @@ -30,3 +30,4 @@ /youtube-dl-2013.10.17.tar.gz /youtube-dl-2013.10.18.2.tar.gz /youtube-dl-2013.10.23.tar.gz +/youtube-dl-2013.10.28.tar.gz diff --git a/sources b/sources index f10c244..1fdb0bb 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -28301edb7b00604c16a49c5a33d25ff9 youtube-dl-2013.10.23.tar.gz +cf6169efa73e6d546221eff89937bb85 youtube-dl-2013.10.28.tar.gz diff --git a/youtube-dl.spec b/youtube-dl.spec index ec512ab..f397f1d 100644 --- a/youtube-dl.spec +++ b/youtube-dl.spec @@ -1,5 +1,5 @@ Name: youtube-dl -Version: 2013.10.23 +Version: 2013.10.28 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 +* Mon Oct 28 2013 Christopher Meng - 2013.10.28-1 +- Update to new release(BZ#1022706). + * Wed Oct 23 2013 Christopher Meng - 2013.10.23-1 - Update to new release.