- Update to 2.14.1
- Bump gtk2_version to 2.9.0 for gtkunixprint requirement.
This commit is contained in:
parent
37bda7f230
commit
f53dc202b1
@ -1 +1 @@
|
|||||||
pygtk-2.14.0.tar.bz2
|
pygtk-2.14.1.tar.bz2
|
||||||
|
12
pygtk2.spec
12
pygtk2.spec
@ -1,9 +1,9 @@
|
|||||||
%{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
|
%{!?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 glib2_version 2.8.0
|
||||||
%define pango_version 1.16.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 libglade2_version 2.5.0
|
||||||
%define pycairo_version 1.0.2
|
%define pycairo_version 1.0.2
|
||||||
%define pygobject2_version 2.14.0
|
%define pygobject2_version 2.14.0
|
||||||
@ -14,8 +14,8 @@
|
|||||||
### Abstract ###
|
### Abstract ###
|
||||||
|
|
||||||
Name: pygtk2
|
Name: pygtk2
|
||||||
Version: 2.14.0
|
Version: 2.14.1
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
Group: Development/Languages
|
Group: Development/Languages
|
||||||
Summary: Python bindings for GTK+
|
Summary: Python bindings for GTK+
|
||||||
@ -163,6 +163,10 @@ rm -fr $RPM_BUILD_ROOT
|
|||||||
%{_datadir}/gtk-doc/html/pygtk
|
%{_datadir}/gtk-doc/html/pygtk
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue Feb 24 2009 Matthias Clasen <mclasen@redhat.com> - 2.14.0-2
|
||||||
- Make -doc noarch
|
- Make -doc noarch
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user