diff --git a/python.spec b/python.spec index 2f3fcdc..3447f17 100644 --- a/python.spec +++ b/python.spec @@ -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 - 2.6-10 +- Update python-tools description (#448940) + * Mon Jun 8 2009 James Antill 2.6-9 - Import upstream fixes for logging unicode, revisions 71658 and 71795. - Resolves: bug#504407