[youtube-dl/f18: 2/3] New version.

Christopher Meng cicku at fedoraproject.org
Tue Aug 13 01:10:53 UTC 2013


commit 983ef370ace22459547f856df2c9a306746067cd
Author: Koji <koji at fedoraproject.org>
Date:   Tue Aug 13 09:10:10 2013 +0800

    New version.

 .gitignore      |    1 +
 sources         |    2 +-
 youtube-dl.spec |   10 ++++++----
 3 files changed, 8 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 18f7bce..c81f9af 100644
--- a/.gitignore
+++ b/.gitignore
@@ -12,3 +12,4 @@
 /youtube-dl-2013.07.19.tar.gz
 /youtube-dl-2013.07.25.2.tar.gz
 /youtube-dl-2013.08.02.tar.gz
+/youtube-dl-2013.08.09.tar.gz
diff --git a/sources b/sources
index 387dede..bfc00b6 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-772d2bbf3e9bcfc3da05d956cf6d8705  youtube-dl-2013.08.02.tar.gz
+ae245c6ef518cdeb7f099a1c0d5a64ba  youtube-dl-2013.08.09.tar.gz
diff --git a/youtube-dl.spec b/youtube-dl.spec
index 36898d5..eeb37f1 100644
--- a/youtube-dl.spec
+++ b/youtube-dl.spec
@@ -1,21 +1,20 @@
 Name:           youtube-dl
-Version:        2013.08.02
+Version:        2013.08.09
 Release:        1%{?dist}
 Summary:        A small command-line program to download online videos
 License:        Public Domain
 URL:            http://youtube-dl.org
 Source0:        http://youtube-dl.org/downloads/%{version}/%{name}-%{version}.tar.gz
 Source1:        %{name}.conf
-
-BuildArch:      noarch
 # Used in Makefile to generate youtube-dl
 BuildRequires:  zip
 # Used to generate manpage
-BuildRequires:  pandoc
+# BuildRequires:  pandoc
 BuildRequires:  python
 #Tests
 #BuildRequires:  python-nose
 Requires:       python
+BuildArch:      noarch
 
 %description
 Small command-line program to download videos from YouTube and other sites.
@@ -45,6 +44,9 @@ install -p -m644 %{S:1} %{buildroot}%{_sysconfdir}
 %{_sysconfdir}/bash_completion.d/%{name}
 
 %changelog
+* Tue Aug 13 2013 Christopher Meng <rpm at cicku.me> - 2013.08.09-1
+- Update to new release.
+
 * Sat Aug 03 2013 Christopher Meng <rpm at cicku.me> - 2013.08.02-1
 - Update to new release.
 


More information about the scm-commits mailing list