[youtube-dl] Add BR: python >= 2.6

Till Maas till at fedoraproject.org
Tue Oct 2 17:51:06 UTC 2012


commit c3d62610f4fddd9c6a9eea0ed4dc8d1b9c0d5da6
Author: Till Maas <opensource at till.name>
Date:   Tue Oct 2 19:50:59 2012 +0200

    Add BR: python >= 2.6

 youtube-dl.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/youtube-dl.spec b/youtube-dl.spec
index f275844..1b861e3 100644
--- a/youtube-dl.spec
+++ b/youtube-dl.spec
@@ -1,6 +1,6 @@
 Name:           youtube-dl
 Version:        2012.09.27
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Small command-line program to download videos from YouTube
 Summary(pl):    Tekstowy program do pobierania filmów z youtube.com
 Group:          Applications/Multimedia
@@ -13,6 +13,7 @@ BuildArch:      noarch
 Requires:       python >= 2.6
 # Used in Makefile to generate youtube-dl
 BuildRequires:  zip
+BuildRequires:  python >= 2.6
 
 %description
 Small command-line program to download videos from YouTube.
@@ -46,6 +47,9 @@ rm -rf $RPM_BUILD_ROOT
 %doc %{_docdir}/%{name}-%{version}/README.md
 
 %changelog
+* Tue Oct 02 2012 Till Maas <opensource at till.name> - 2012.09.27-3
+- Add BR: python >= 2.6
+
 * Tue Oct 02 2012 Till Maas <opensource at till.name> - 2012.09.27-2
 - Use noreplace for config file
 - Add BR: zip


More information about the scm-commits mailing list