rpms/python-docs/F-12 python-docs.spec,1.23,1.24

dmalcolm dmalcolm at fedoraproject.org
Fri Oct 30 20:26:27 UTC 2009


Author: dmalcolm

Update of /cvs/pkgs/rpms/python-docs/F-12
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv20590

Modified Files:
	python-docs.spec 
Log Message:
drop build requirement on python-jinja; python-sphinx requires python-jinja2
(bug 532135)



Index: python-docs.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-docs/F-12/python-docs.spec,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -p -r1.23 -r1.24
--- python-docs.spec	31 Jul 2009 14:14:21 -0000	1.23
+++ python-docs.spec	30 Oct 2009 20:26:26 -0000	1.24
@@ -13,7 +13,7 @@
 Summary: Documentation for the Python programming language
 Name: %{python}-docs
 Version: %{pybasever}.2
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: Python
 Group: Documentation
 Source: http://www.python.org/ftp/python/%{version}/Python-%{version}.tar.bz2
@@ -30,7 +30,7 @@ Provides: python2-docs = %{version}
 
 BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 
-BuildRequires: %{python} python-sphinx python-docutils python-jinja
+BuildRequires: %{python} python-sphinx python-docutils
 BuildRequires: python-pygments
 URL: http://www.python.org/
 
@@ -66,6 +66,10 @@ rm -fr $RPM_BUILD_ROOT
 %doc Misc/HISTORY Doc/build/html
 
 %changelog
+* Fri Oct 30 2009 David Malcolm <dmalcolm at redhat.com> - 2.6.2-2
+- drop build requirement on python-jinja; python-sphinx requires python-jinja2
+(bug 532135)
+
 * Fri Jul 31 2009 Jame Antill <james.antill at redhat.com> - 2.6.2-1
 - Move to 2.6.2 like python itself.
 




More information about the fedora-extras-commits mailing list