rpms/nntpgrab/F-8 nntpgrab-0.2-gtk-2-12-7-fix.patch, NONE, 1.1 nntpgrab.spec, 1.4, 1.5

Erik van Pienbroek (epienbro) fedora-extras-commits at redhat.com
Sat Mar 1 11:29:49 UTC 2008


Author: epienbro

Update of /cvs/pkgs/rpms/nntpgrab/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10012/F-8

Modified Files:
	nntpgrab.spec 
Added Files:
	nntpgrab-0.2-gtk-2-12-7-fix.patch 
Log Message:
The program would always crash with GTK 2.12.7 or higher.
Added a patch to avoid this crash (GNOME BZ #514162)


nntpgrab-0.2-gtk-2-12-7-fix.patch:

--- NEW FILE nntpgrab-0.2-gtk-2-12-7-fix.patch ---
--- nntpgrab-0.2.3/client/gui/nntpgrab_gui.ui.orig	2008-03-01 12:20:40.596982800 +0100
+++ nntpgrab-0.2.3/client/gui/nntpgrab_gui.ui	2008-03-01 12:20:58.431981990 +0100
@@ -319,7 +319,7 @@
                                 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
                                 <property name="label_xalign">0</property>
                                 <child>
-                                  <object class="GtkVBox" id="vbox2">
+                                  <object class="GtkVBox" id="vbox20">
                                     <property name="visible">True</property>
                                     <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
                                     <property name="spacing">5</property>


Index: nntpgrab.spec
===================================================================
RCS file: /cvs/pkgs/rpms/nntpgrab/F-8/nntpgrab.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- nntpgrab.spec	5 Feb 2008 17:02:11 -0000	1.4
+++ nntpgrab.spec	1 Mar 2008 11:29:13 -0000	1.5
@@ -1,11 +1,12 @@
 Summary: NNTPGrab is a program to download files from the usenet
 Name: nntpgrab
 Version: 0.2.3
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: GPLv2+
 Group: Applications/Internet
 Source: http://www.nntpgrab.nl/releases/nntpgrab-%{version}.tar.bz2
 Patch0: nntpgrab-0.2-nntp-plugin-off-by-one-fix.patch
+Patch1: nntpgrab-0.2-gtk-2-12-7-fix.patch
 
 BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 URL: http://www.nntpgrab.nl
@@ -78,6 +79,7 @@
 %prep
 %setup -q
 %patch0 -p2
+%patch1 -p1
 
 %build
 %configure
@@ -145,6 +147,10 @@
 %{_libdir}/pkgconfig/nntpgrab.pc
 
 %changelog
+* Sat Mar 1 2008 Erik van Pienbroek <info at nntpgrab.nl> - 0.2.3-2
+- The program would always crash with GTK 2.12.7 or higher.
+  Added a patch to avoid this crash (GNOME BZ #514162)
+
 * Tue Feb 5 2008 Erik van Pienbroek <info at nntpgrab.nl> - 0.2.3-1
 - Update to 0.2.3. Fixes regression in 0.2.2
 - Added a patch to fix an off-by-one error




More information about the fedora-extras-commits mailing list