- Add patch for RH bug #379051 (keyboard events in cell renderer).

This commit is contained in:
Matthew Barnes 2008-03-17 16:41:50 +00:00
parent ee899ea7b9
commit a95ecd3bed

View File

@ -6,7 +6,7 @@
Name: pygtk2
Version: 2.12.1
Release: 5%{?dist}
Release: 6%{?dist}
License: LGPLv2+
Group: Development/Languages
Summary: Python bindings for GTK+
@ -18,6 +18,9 @@ Source: http://ftp.gnome.org/pub/GNOME/sources/pygtk/2.12/pygtk-%{version}.tar.b
Patch0: pygtk-nodisplay-exception.patch
# RH bug #379051 / GNOME bug #523001
Patch1: pygtk2-2.12.1-pygtk-generic-cell-renderer-activate.patch
### Dependencies ###
Requires: gtk2 >= 2.9.4
@ -88,6 +91,7 @@ This package contains documentation files for %{name}.
%prep
%setup -q -n pygtk-%{version}
%patch0 -p1
%patch1 -p1 -b .pygtk-generic-cell-renderer-activate
%build
%configure --enable-thread --enable-numpy
@ -151,6 +155,9 @@ rm -fr $RPM_BUILD_ROOT
%{_datadir}/gtk-doc/html/pygtk
%changelog
* Mon Mar 17 2008 Matthew Barnes <mbarnes@redhat.com> - 2.12.1-6.fc9
- Add patch for RH bug #379051 (keyboard events in cell renderer).
* Sun Feb 17 2008 Matthew Barnes <mbarnes@redhat.com> - 2.12.1-5.fc9
- Rebuild with GCC 4.3