diff --git a/python.spec b/python.spec index 5498e55..5be15ba 100644 --- a/python.spec +++ b/python.spec @@ -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 - 2.5.2-3 +- Update python-tools description (#448940) + * Sun Dec 7 2008 Ignacio Vazquez-Abrams - 2.5.2-2 - Apply reconstructed set_wakeup_fd patch (#475005)