rpms/mingw32-gtk2/devel mingw32-gtk2-2.18.2-dont-use-SIGPIPE.patch, NONE, 1.1 mingw32-gtk2.spec, 1.21, 1.22

epienbro epienbro at fedoraproject.org
Tue Oct 6 15:03:06 UTC 2009


Author: epienbro

Update of /cvs/pkgs/rpms/mingw32-gtk2/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv4234/devel

Modified Files:
	mingw32-gtk2.spec 
Added Files:
	mingw32-gtk2-2.18.2-dont-use-SIGPIPE.patch 
Log Message:
Added a fix for GNOME BZ #597535


mingw32-gtk2-2.18.2-dont-use-SIGPIPE.patch:
 gtkmain.c |    2 ++
 1 file changed, 2 insertions(+)

--- NEW FILE mingw32-gtk2-2.18.2-dont-use-SIGPIPE.patch ---
--- gtk/gtkmain.c.orig	2009-10-06 13:02:01.666410756 +0200
+++ gtk/gtkmain.c	2009-10-06 13:02:38.538412765 +0200
@@ -686,7 +686,9 @@
 
   gettext_initialization ();
 
+#ifndef G_PLATFORM_WIN32
   signal (SIGPIPE, SIG_IGN);
+#endif
 
   if (g_fatal_warnings)
     {


Index: mingw32-gtk2.spec
===================================================================
RCS file: /cvs/pkgs/rpms/mingw32-gtk2/devel/mingw32-gtk2.spec,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -p -r1.21 -r1.22
--- mingw32-gtk2.spec	6 Oct 2009 09:06:49 -0000	1.21
+++ mingw32-gtk2.spec	6 Oct 2009 15:03:04 -0000	1.22
@@ -33,6 +33,9 @@ Patch1001:      mingw32-gtk2-enable_stat
 # Some Fedora-MinGW-specific changes are required by mingw32-libjpeg 7
 Patch1002:      mingw32-gtk2-libjpeg7-compatibility.patch
 
+# GNOME Bugzilla #597535
+Patch1003:      mingw32-gtk2-2.18.2-dont-use-SIGPIPE.patch
+
 BuildArch:      noarch
 
 BuildRequires:  mingw32-filesystem >= 49
@@ -94,6 +97,7 @@ Static version of the MinGW Windows Gtk2
 %patch1000 -p1
 %patch1001 -p0
 %patch1002 -p0
+%patch1003 -p0
 
 # Regenerate the configure script
 aclocal




More information about the fedora-extras-commits mailing list