- Add patch for RH bug #379051 (keyboard events in cell renderer).
This commit is contained in:
parent
ee899ea7b9
commit
a95ecd3bed
@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
Name: pygtk2
|
Name: pygtk2
|
||||||
Version: 2.12.1
|
Version: 2.12.1
|
||||||
Release: 5%{?dist}
|
Release: 6%{?dist}
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
Group: Development/Languages
|
Group: Development/Languages
|
||||||
Summary: Python bindings for GTK+
|
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
|
Patch0: pygtk-nodisplay-exception.patch
|
||||||
|
|
||||||
|
# RH bug #379051 / GNOME bug #523001
|
||||||
|
Patch1: pygtk2-2.12.1-pygtk-generic-cell-renderer-activate.patch
|
||||||
|
|
||||||
### Dependencies ###
|
### Dependencies ###
|
||||||
|
|
||||||
Requires: gtk2 >= 2.9.4
|
Requires: gtk2 >= 2.9.4
|
||||||
@ -88,6 +91,7 @@ This package contains documentation files for %{name}.
|
|||||||
%prep
|
%prep
|
||||||
%setup -q -n pygtk-%{version}
|
%setup -q -n pygtk-%{version}
|
||||||
%patch0 -p1
|
%patch0 -p1
|
||||||
|
%patch1 -p1 -b .pygtk-generic-cell-renderer-activate
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --enable-thread --enable-numpy
|
%configure --enable-thread --enable-numpy
|
||||||
@ -151,6 +155,9 @@ rm -fr $RPM_BUILD_ROOT
|
|||||||
%{_datadir}/gtk-doc/html/pygtk
|
%{_datadir}/gtk-doc/html/pygtk
|
||||||
|
|
||||||
%changelog
|
%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
|
* Sun Feb 17 2008 Matthew Barnes <mbarnes@redhat.com> - 2.12.1-5.fc9
|
||||||
- Rebuild with GCC 4.3
|
- Rebuild with GCC 4.3
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user