rpms/python/F-11 python.spec,1.148,1.149

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


Author: jsteffan

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

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



Index: python.spec
===================================================================
RCS file: /cvs/extras/rpms/python/F-11/python.spec,v
retrieving revision 1.148
retrieving revision 1.149
diff -u -p -r1.148 -r1.149
--- python.spec	8 Jun 2009 20:01:29 -0000	1.148
+++ python.spec	28 Jun 2009 18:43:27 -0000	1.149
@@ -22,7 +22,7 @@
 Summary: An interpreted, interactive, object-oriented programming language
 Name: %{python}
 Version: 2.6
-Release: 9%{?dist}
+Release: 10%{?dist}
 License: Python
 Group: Development/Languages
 Provides: python-abi = %{pybasever}
@@ -163,8 +163,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.
@@ -537,6 +538,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.6-10
+- Update python-tools description (#448940)
+
 * Mon Jun  8 2009 James Antill <james at fedoraproject.org> 2.6-9
 - Import upstream fixes for logging unicode, revisions 71658 and 71795.
 - Resolves: bug#504407




More information about the fedora-extras-commits mailing list