diff --git a/pygtk2.spec b/pygtk2.spec index 8abecb4..791fcc0 100644 --- a/pygtk2.spec +++ b/pygtk2.spec @@ -6,7 +6,7 @@ Name: pygtk2 Version: 2.12.1 -Release: 1%{?dist} +Release: 2%{?dist} License: LGPLv2+ Group: Development/Languages Summary: Python bindings for GTK+ @@ -44,7 +44,8 @@ BuildRequires: python2-devel >= 2.3 %description PyGTK is an extension module for Python that gives you access to the GTK+ widget set. Just about anything you can write in C with GTK+ you can write -in Python with PyGTK (within reason), but with all the benefits of Python. +in Python with PyGTK (within reason), but with all the benefits of using a +high-level scripting language. %package codegen Summary: The code generation program for PyGTK @@ -151,6 +152,9 @@ rm -fr $RPM_BUILD_ROOT %{_datadir}/gtk-doc/html/pygtk %changelog +* Mon Jan 21 2008 Matthew Barnes - 2.12.1-2.fc9 +- Update package description to match suggestions from Content Services. + * Thu Jan 03 2008 Matthew Barnes - 2.12.1-1.fc9 - Update to 2.12.1 - Remove patch for RH bug #217430 (fixed upstream).