rpms/python/devel python.spec,1.158,1.159

dmalcolm dmalcolm at fedoraproject.org
Wed Jan 20 15:57:41 UTC 2010


Author: dmalcolm

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

Modified Files:
	python.spec 
Log Message:
* Wed Jan 20 2010 David Malcolm <dmalcolm at redhat.com> - 2.6.4-7
- move lib2to3 from -tools subpackage to main package (bug 556667)



Index: python.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python/devel/python.spec,v
retrieving revision 1.158
retrieving revision 1.159
diff -u -p -r1.158 -r1.159
--- python.spec	18 Jan 2010 18:51:20 -0000	1.158
+++ python.spec	20 Jan 2010 15:57:40 -0000	1.159
@@ -22,7 +22,7 @@
 Summary: An interpreted, interactive, object-oriented programming language
 Name: %{python}
 Version: 2.6.4
-Release: 6%{?dist}
+Release: 7%{?dist}
 License: Python
 Group: Development/Languages
 Provides: python-abi = %{pybasever}
@@ -505,6 +505,7 @@ rm -fr $RPM_BUILD_ROOT
 %{_libdir}/python%{pybasever}/idlelib
 %dir %{_libdir}/python%{pybasever}/json
 %{_libdir}/python%{pybasever}/json/*.py*
+%{_libdir}/python%{pybasever}/lib2to3
 %{_libdir}/python%{pybasever}/logging
 %{_libdir}/python%{pybasever}/multiprocessing
 %{_libdir}/python%{pybasever}/plat-linux2
@@ -549,7 +550,6 @@ rm -fr $RPM_BUILD_ROOT
 %defattr(-,root,root,755)
 %doc Tools/modulator/README.modulator
 %doc Tools/pynche/README.pynche
-%{_libdir}/python%{pybasever}/lib2to3
 %{_libdir}/python%{pybasever}/site-packages/modulator
 %{_libdir}/python%{pybasever}/site-packages/pynche
 %{_bindir}/smtpd*.py*
@@ -581,6 +581,9 @@ rm -fr $RPM_BUILD_ROOT
 %{_libdir}/python%{pybasever}/lib-dynload/_testcapimodule.so
 
 %changelog
+* Wed Jan 20 2010 David Malcolm <dmalcolm at redhat.com> - 2.6.4-7
+- move lib2to3 from -tools subpackage to main package (bug 556667)
+
 * Mon Jan 18 2010 David Malcolm <dmalcolm at redhat.com> - 2.6.4-6
 - patch Makefile.pre.in to avoid building static library (patch111, bug 556092)
 - split up the "configure" invocation flags onto individual lines



More information about the scm-commits mailing list