From c9b9a8e692f073cdf1ecc9aa904566d9c46e0f33 Mon Sep 17 00:00:00 2001 From: Christopher Meng Date: Thu, 18 Jul 2013 09:19:25 +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 272a8d0..0c42885 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ /youtube-dl-2013.07.02.tar.gz /youtube-dl-2013.07.10.tar.gz /youtube-dl-2013.07.12.tar.gz +/youtube-dl-2013.07.17.1.tar.gz diff --git a/sources b/sources index 2444fb8..caaba37 100644 --- a/sources +++ b/sources @@ -4,3 +4,4 @@ 89f7959dec2a7e669887b509bb101358 youtube-dl-2013.07.02.tar.gz 17888031303b26437e5195df22697940 youtube-dl-2013.07.10.tar.gz 5549a8be5054eaf02470da8955b838a0 youtube-dl-2013.07.12.tar.gz +689d7d2507a0a452e53c2c40957220dc youtube-dl-2013.07.17.1.tar.gz diff --git a/youtube-dl.spec b/youtube-dl.spec index dfada4e..6c7b18e 100644 --- a/youtube-dl.spec +++ b/youtube-dl.spec @@ -1,5 +1,5 @@ Name: youtube-dl -Version: 2013.07.12 +Version: 2013.07.17.1 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 +* Thu Jul 18 2013 Christopher Meng - 2013.07.17.1-1 +- Update to new release. + * Tue Jul 16 2013 Christopher Meng - 2013.07.12-1 - Update to new release.