[youtube-dl] New version.

Christopher Meng cicku at fedoraproject.org
Tue Jun 25 17:08:10 UTC 2013


commit a4a3049971dcacf9c0365a15bdded295ed4dc64c
Author: Christopher Meng <rpm at cicku.me>
Date:   Wed Jun 26 01:04:47 2013 +0800

    New version.

 .gitignore      |    1 +
 sources         |    1 +
 youtube-dl.spec |    5 ++++-
 3 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 2f6ddb9..03af923 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@
 /youtube-dl-2013.04.18.tar.gz
 /youtube-dl-2013.05.07.tar.gz
 /youtube-dl-2013.05.23.tar.gz
+/youtube-dl-2013.06.31.tar.gz
diff --git a/sources b/sources
index bdb6273..4b3dedf 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,3 @@
 139ffe39568318a5939edf05afbac4d0  youtube-dl-2013.05.14.tar.gz
 6cb4ee904456d102d4f3edb68272ca50  youtube-dl-2013.05.23.tar.gz
+83638449553afa6bedce40edc254d182  youtube-dl-2013.06.31.tar.gz
diff --git a/youtube-dl.spec b/youtube-dl.spec
index 75a61d8..053cd02 100644
--- a/youtube-dl.spec
+++ b/youtube-dl.spec
@@ -1,5 +1,5 @@
 Name:           youtube-dl
-Version:        2013.05.23
+Version:        2013.06.31
 Release:        1%{?dist}
 Summary:        A small command-line program to download videos from YouTube.com and other sites
 License:        Public Domain
@@ -38,6 +38,9 @@ install -p -m 644 %{SOURCE1} %{buildroot}%{_sysconfdir}
 %{_sysconfdir}/bash_completion.d/%{name}
 
 %changelog
+* Wed Jun 26 2013 Christopher Meng <rpm at cicku.me> - 2013.06.31-1
+- Update to new release.
+
 * Mon Jun 17 2013 Christopher Meng <rpm at cicku.me> - 2013.05.23-1
 - Update to new release and cleanup the spec.
 


More information about the scm-commits mailing list