rpms/GConf2/FC-5 GConf2-2.8.1-reload.patch, 1.3, 1.4 GConf2.spec, 1.40, 1.41

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Mon Nov 6 18:36:59 UTC 2006


Author: rstrode

Update of /cvs/dist/rpms/GConf2/FC-5
In directory cvs.devel.redhat.com:/tmp/cvs-serv2103

Modified Files:
	GConf2-2.8.1-reload.patch GConf2.spec 
Log Message:
- remove path name from hacky killall workaround, so that
  the work around works more reliably (bug 173869, comment 14)


GConf2-2.8.1-reload.patch:
 gconftool.c |    4 ++++
 1 files changed, 4 insertions(+)

Index: GConf2-2.8.1-reload.patch
===================================================================
RCS file: /cvs/dist/rpms/GConf2/FC-5/GConf2-2.8.1-reload.patch,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- GConf2-2.8.1-reload.patch	15 Feb 2006 15:39:45 -0000	1.3
+++ GConf2-2.8.1-reload.patch	6 Nov 2006 18:36:57 -0000	1.4
@@ -16,7 +16,7 @@
        
        gconf_engine_unref (conf);
  
-+      g_spawn_command_line_sync ("/usr/bin/killall -q -TERM " GCONF_SERVERDIR "/" GCONFD, NULL, NULL, NULL, NULL);
++      g_spawn_command_line_sync ("/usr/bin/killall -q -TERM " GCONFD, NULL, NULL, NULL, NULL);
 +
        return retval;
      }
@@ -31,7 +31,7 @@
        
        gconf_engine_unref (conf);
 +
-+      g_spawn_command_line_sync ("/usr/bin/killall -q -TERM " GCONF_SERVERDIR "/" GCONFD, NULL, NULL, NULL, NULL);
++      g_spawn_command_line_sync ("/usr/bin/killall -q -TERM " GCONFD, NULL, NULL, NULL, NULL);
  
        return retval;
      }


Index: GConf2.spec
===================================================================
RCS file: /cvs/dist/rpms/GConf2/FC-5/GConf2.spec,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- GConf2.spec	20 Mar 2006 02:45:54 -0000	1.40
+++ GConf2.spec	6 Nov 2006 18:36:57 -0000	1.41
@@ -5,7 +5,7 @@
 Summary: A process-transparent configuration system
 Name: GConf2
 Version: 2.14.0
-Release: 1
+Release: 2{?dist}
 License: LGPL
 Group: System Environment/Base
 Source: ftp://ftp.gnome.org/pub/GNOME/unstable/sources/GConf/GConf-%{version}.tar.bz2
@@ -101,6 +101,10 @@
 %{_libdir}/pkgconfig/*
 
 %changelog
+* Mon Nov 6 2006 Ray Strode <rstrode at redhat.com> - 2.14.0-2.fc5
+- remove path name from hacky killall workaround, so that
+  the work around works more reliably (bug 173869, comment 14)
+
 * Sun Mar 19 2006 Ray Strode <rstrode at redhat.com> 2.14.0-1
 - Update to 2.14.0
 




More information about the fedora-cvs-commits mailing list