From 7f704c158eb80cda7d68c552431896d0b637c411 Mon Sep 17 00:00:00 2001 From: Christopher Meng Date: Wed, 31 Jul 2013 15:20:38 +0800 Subject: [PATCH] New version. --- .gitignore | 1 + sources | 1 + youtube-dl.spec | 5 ++++- 3 files changed, 6 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 7e04510..cff728c 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,4 @@ /youtube-dl-2013.07.12.tar.gz /youtube-dl-2013.07.17.1.tar.gz /youtube-dl-2013.07.19.tar.gz +/youtube-dl-2013.07.25.2.tar.gz diff --git a/sources b/sources index f7a4eee..7f85e15 100644 --- a/sources +++ b/sources @@ -6,3 +6,4 @@ 5549a8be5054eaf02470da8955b838a0 youtube-dl-2013.07.12.tar.gz 689d7d2507a0a452e53c2c40957220dc youtube-dl-2013.07.17.1.tar.gz e426467eee65cb6224e1ca37433296d1 youtube-dl-2013.07.19.tar.gz +db09e5672c674ccadd3c9afed77189d9 youtube-dl-2013.07.25.2.tar.gz diff --git a/youtube-dl.spec b/youtube-dl.spec index 28a099c..f034763 100644 --- a/youtube-dl.spec +++ b/youtube-dl.spec @@ -1,5 +1,5 @@ Name: youtube-dl -Version: 2013.07.19 +Version: 2013.07.25.2 Release: 1%{?dist} Summary: A small command-line program to download online videos License: Public Domain @@ -45,6 +45,9 @@ install -p -m644 %{S:1} %{buildroot}%{_sysconfdir} %{_sysconfdir}/bash_completion.d/%{name} %changelog +* Mon Jul 22 2013 Christopher Meng - 2013.07.25.2-1 +- Update to new release. + * Mon Jul 22 2013 Christopher Meng - 2013.07.19-1 - Update to new release.