rpms/python/F-10 python.spec,1.138,1.139

Jonathan Steffan jsteffan at fedoraproject.org
Sun Jun 28 18:43:57 UTC 2009


Author: jsteffan

Update of /cvs/extras/rpms/python/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv14410/F-10

Modified Files:
	python.spec 
Log Message:
Fix #448940 - python-tools description.



Index: python.spec
===================================================================
RCS file: /cvs/extras/rpms/python/F-10/python.spec,v
retrieving revision 1.138
retrieving revision 1.139
diff -u -p -r1.138 -r1.139
--- python.spec	7 Dec 2008 05:47:56 -0000	1.138
+++ python.spec	28 Jun 2009 18:43:27 -0000	1.139
@@ -22,7 +22,7 @@
 Summary: An interpreted, interactive, object-oriented programming language.
 Name: %{python}
 Version: 2.5.2
-Release: 2%{?dist}
+Release: 3%{?dist}
 License: Python
 Group: Development/Languages
 Provides: python-abi = %{pybasever}
@@ -150,8 +150,9 @@ Provides: python2-tools = %{version}
 %endif
 
 %description tools
-The Python package includes several development tools that are used
-to build python programs.
+This package includes several tools to help with the development of Python
+programs, including IDLE (an IDE with editing and debugging facilities), a
+color editor (pynche), and a python gettext program (pygettext.py).
 
 %package -n %{tkinter}
 Summary: A graphical user interface for the Python scripting language.
@@ -511,6 +512,9 @@ rm -fr $RPM_BUILD_ROOT
 %{_libdir}/python%{pybasever}/lib-dynload/_testcapimodule.so
 
 %changelog
+* Sun Jun 28 2009 Jonathan Steffan <jsteffan at fedoraproject.org> - 2.5.2-3
+- Update python-tools description (#448940)
+
 * Sun Dec  7 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm at gmail.com> - 2.5.2-2
 - Apply reconstructed set_wakeup_fd patch (#475005)
 




More information about the fedora-extras-commits mailing list