rpms/libgnomeui/devel libgnomeui-2.15.91-too-many-bug-buddies.patch, NONE, 1.1 libgnomeui.spec, 1.54, 1.55

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Fri Sep 1 19:23:55 UTC 2006


Author: mbarnes

Update of /cvs/dist/rpms/libgnomeui/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv14220

Modified Files:
	libgnomeui.spec 
Added Files:
	libgnomeui-2.15.91-too-many-bug-buddies.patch 
Log Message:

* Fri Sep  1 2006 Matthew Barnes <mbarnes at redhat.com> - 2.15.91-2.fc6
- Don't spawn bug-buddy when bug-buddy itself aborts (RH bug #204943).


libgnomeui-2.15.91-too-many-bug-buddies.patch:
 gnome_segv.c |    4 ++++
 1 files changed, 4 insertions(+)

--- NEW FILE libgnomeui-2.15.91-too-many-bug-buddies.patch ---
--- libgnomeui-2.15.91/libgnomeui/gnome_segv.c.too_many_bug_buddies	2006-09-01 15:13:56.000000000 -0400
+++ libgnomeui-2.15.91/libgnomeui/gnome_segv.c	2006-09-01 15:14:03.000000000 -0400
@@ -104,6 +104,10 @@
       return 0;
     }
 
+  /* Give up if bug-buddy itself has aborted. */
+  if (strcmp (appname, "bug-buddy") == 0)
+    return 0;
+
   bug_buddy_path = g_find_program_in_path ("bug-buddy");
   if (bug_buddy_path != NULL)
     {


Index: libgnomeui.spec
===================================================================
RCS file: /cvs/dist/rpms/libgnomeui/devel/libgnomeui.spec,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -r1.54 -r1.55
--- libgnomeui.spec	12 Aug 2006 22:31:15 -0000	1.54
+++ libgnomeui.spec	1 Sep 2006 19:23:53 -0000	1.55
@@ -18,7 +18,7 @@
 Summary: GNOME base GUI library
 Name: libgnomeui
 Version: 2.15.91
-Release: 1%{?dist}
+Release: 2%{?dist}
 URL: ftp://ftp.gnome.org
 Source0: %{name}-%{version}.tar.bz2
 # 2.15.91 shipped without docs
@@ -28,6 +28,9 @@
 Group: System Environment/Libraries
 BuildRoot: %{_tmppath}/%{name}-root
 
+# RH bug #204943 / Gnome.org bug #353760
+Patch1: libgnomeui-2.15.91-too-many-bug-buddies.patch
+
 Requires: ORBit2 >= %{orbit2_version}
 Requires: glib2 >= %{glib2_version}
 Requires: pango >= %{pango_version}
@@ -119,6 +122,7 @@
 
 %prep
 %setup -q
+%patch1 -p1 -b .too-many-bug-buddies
 
 tar xzf %{SOURCE1}
 
@@ -167,6 +171,9 @@
 %{_datadir}/gtk-doc
 
 %changelog
+* Fri Sep  1 2006 Matthew Barnes <mbarnes at redhat.com> - 2.15.91-2.fc6
+- Don't spawn bug-buddy when bug-buddy itself aborts (RH bug #204943).
+
 * Sat Aug 12 2006 Matthias Clasen <mclasen at redhat.com> - 2.15.91-1.fc6
 - Update to 2.15.91
 




More information about the fedora-cvs-commits mailing list