rpms/python-docs/devel python-docs.spec,1.23,1.24

dmalcolm dmalcolm at fedoraproject.org
Fri Oct 30 20:15:25 UTC 2009


Author: dmalcolm

Update of /cvs/pkgs/rpms/python-docs/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv17641

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




Index: python-docs.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-docs/devel/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:15:24 -0000	1.24
@@ -12,7 +12,7 @@
 
 Summary: Documentation for the Python programming language
 Name: %{python}-docs
-Version: %{pybasever}.2
+Version: %{pybasever}.4
 Release: 1%{?dist}
 License: Python
 Group: Documentation
@@ -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,11 @@ rm -fr $RPM_BUILD_ROOT
 %doc Misc/HISTORY Doc/build/html
 
 %changelog
+* Fri Oct 30 2009 David Malcolm <dmalcolm at redhat.com> - 2.6.4-1
+- move to 2.6.4
+- 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