rpms/gnome-user-share/devel gus-handle-sigkill.patch, NONE, 1.1 gnome-user-share.spec, 1.34, 1.35

Bastien Nocera (hadess) fedora-extras-commits at redhat.com
Thu Apr 3 13:44:29 UTC 2008


Author: hadess

Update of /cvs/pkgs/rpms/gnome-user-share/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25029

Modified Files:
	gnome-user-share.spec 
Added Files:
	gus-handle-sigkill.patch 
Log Message:
* Thu Apr 03 2008 - Bastien Nocera <bnocera at redhat.com> - 0.30-2
- Handle the SIGKILL signal as well


gus-handle-sigkill.patch:

--- NEW FILE gus-handle-sigkill.patch ---
Index: src/user_share.c
===================================================================
--- src/user_share.c	(revision 234)
+++ src/user_share.c	(working copy)
@@ -250,6 +250,7 @@
 	signal (SIGINT, cleanup_handler);
 	signal (SIGHUP, cleanup_handler);
 	signal (SIGTERM, cleanup_handler);
+	signal (SIGKILL, cleanup_handler);
 
 	xdisplay = GDK_DISPLAY_XDISPLAY (gdk_display_get_default ());
 	if (xdisplay == NULL) {


Index: gnome-user-share.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gnome-user-share/devel/gnome-user-share.spec,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- gnome-user-share.spec	31 Mar 2008 11:33:29 -0000	1.34
+++ gnome-user-share.spec	3 Apr 2008 13:43:44 -0000	1.35
@@ -1,7 +1,7 @@
 Summary: Gnome user file sharing
 Name: gnome-user-share
 Version: 0.30
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: GPLv2+
 Group: System Environment/Libraries
 URL: http://www.gnome.org
@@ -22,6 +22,8 @@
 Requires(pre): GConf2
 Requires(preun): GConf2
 
+Patch0: gus-handle-sigkill.patch
+
 %description
 
 gnome-user-share is a small package that binds together various free
@@ -38,6 +40,7 @@
 
 %prep
 %setup -q
+%patch0 -p0 -b .sigkill
 
 %build
 %configure
@@ -97,6 +100,9 @@
 %{_datadir}/icons/hicolor/*/apps/gnome-obex-server.png
 
 %changelog
+* Thu Apr 03 2008 - Bastien Nocera <bnocera at redhat.com> - 0.30-2
+- Handle the SIGKILL signal as well
+
 * Mon Mar 31 2008 - Bastien Nocera <bnocera at redhat.com> - 0.30-1
 - Update to 0.30
 - Fixes left-over httpd processes after logout




More information about the scm-commits mailing list