From a95ecd3bed91e4fd64ea1edfd64a952de9225815 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Mon, 17 Mar 2008 16:41:50 +0000 Subject: [PATCH] - Add patch for RH bug #379051 (keyboard events in cell renderer). --- pygtk2.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/pygtk2.spec b/pygtk2.spec index 52307ad..c76ba0f 100644 --- a/pygtk2.spec +++ b/pygtk2.spec @@ -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 - 2.12.1-6.fc9 +- Add patch for RH bug #379051 (keyboard events in cell renderer). + * Sun Feb 17 2008 Matthew Barnes - 2.12.1-5.fc9 - Rebuild with GCC 4.3