- Remove patch for RH bug #379051 (fixed upstream, differently).

This commit is contained in:
Matthew Barnes 2010-01-08 16:42:03 +00:00
parent b63261af24
commit 1eb666f2de
2 changed files with 4 additions and 14 deletions

View File

@ -1,13 +0,0 @@
diff -up pygtk-2.12.1/gtk/pygtkcellrenderer.c.pygtk-generic-cell-renderer-activate pygtk-2.12.1/gtk/pygtkcellrenderer.c
--- pygtk-2.12.1/gtk/pygtkcellrenderer.c.pygtk-generic-cell-renderer-activate 2007-11-01 12:20:18.000000000 -0400
+++ pygtk-2.12.1/gtk/pygtkcellrenderer.c 2008-03-17 12:24:47.000000000 -0400
@@ -250,7 +250,8 @@ pygtk_generic_cell_renderer_activate (Gt
Py_DECREF(py_ret);
out:
- pygtk_boxed_unref_shared(py_event);
+ if (py_event != Py_None)
+ pygtk_boxed_unref_shared(py_event);
Py_DECREF(py_widget);
Py_DECREF(py_background_area);
Py_DECREF(py_cell_area);

View File

@ -15,7 +15,7 @@
Name: pygtk2 Name: pygtk2
Version: 2.17.0 Version: 2.17.0
Release: 2%{?dist} Release: 3%{?dist}
License: LGPLv2+ License: LGPLv2+
Group: Development/Languages Group: Development/Languages
Summary: Python bindings for GTK+ Summary: Python bindings for GTK+
@ -163,6 +163,9 @@ rm -fr $RPM_BUILD_ROOT
%{_datadir}/gtk-doc/html/pygtk %{_datadir}/gtk-doc/html/pygtk
%changelog %changelog
* Fri Jan 08 2010 Matthew Barnes <mbarnes@redhat.com> - 2.17.0-3.fc13
- Remove patch for RH bug #379051 (fixed upstream, differently).
* Fri Jan 08 2010 Matthew Barnes <mbarnes@redhat.com> - 2.17.0-2.fc13 * Fri Jan 08 2010 Matthew Barnes <mbarnes@redhat.com> - 2.17.0-2.fc13
- Fix the major version number in the Source URI. - Fix the major version number in the Source URI.