- Update to 2.14.1

- Bump gtk2_version to 2.9.0 for gtkunixprint requirement.
This commit is contained in:
Matthew Barnes 2009-03-06 12:54:09 +00:00
parent 37bda7f230
commit f53dc202b1
3 changed files with 10 additions and 6 deletions

View File

@ -1 +1 @@
pygtk-2.14.0.tar.bz2
pygtk-2.14.1.tar.bz2

View File

@ -1,9 +1,9 @@
%{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
# Last updated for version 2.13.0
# Last updated for version 2.14.1
%define glib2_version 2.8.0
%define pango_version 1.16.0
%define gtk2_version 2.8.0
%define gtk2_version 2.9.0
%define libglade2_version 2.5.0
%define pycairo_version 1.0.2
%define pygobject2_version 2.14.0
@ -14,8 +14,8 @@
### Abstract ###
Name: pygtk2
Version: 2.14.0
Release: 2%{?dist}
Version: 2.14.1
Release: 1%{?dist}
License: LGPLv2+
Group: Development/Languages
Summary: Python bindings for GTK+
@ -163,6 +163,10 @@ rm -fr $RPM_BUILD_ROOT
%{_datadir}/gtk-doc/html/pygtk
%changelog
* Fri Mar 06 2009 Matthew Barnes <mbarnes@redhat.com> - 2.14.1-1.fc11
- Update to 2.14.1
- Bump gtk2_version to 2.9.0 for gtkunixprint requirement.
* Tue Feb 24 2009 Matthias Clasen <mclasen@redhat.com> - 2.14.0-2
- Make -doc noarch

View File

@ -1 +1 @@
b5fec3a9493a394d0ba2b8d2b337c4c5 pygtk-2.14.0.tar.bz2
c27a7d21b87910e80605d9135d220592 pygtk-2.14.1.tar.bz2