rpms/dbus/devel dbus-0.32-print_child_pid.patch, NONE, 1.1 dbus.spec, 1.41, 1.42 dbus-0.32-try-something.patch, 1.1, NONE

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Mon Apr 11 21:02:31 UTC 2005


Update of /cvs/dist/rpms/dbus/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv12075

Modified Files:
	dbus.spec 
Added Files:
	dbus-0.32-print_child_pid.patch 
Removed Files:
	dbus-0.32-try-something.patch 
Log Message:
- add print_child_pid patch which make sure we prin the child's pid if we fork
- remove try something test patch


dbus-0.32-print_child_pid.patch:
 dbus-sysdeps-util.c |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE dbus-0.32-print_child_pid.patch ---
--- dbus-0.32/dbus/dbus-sysdeps-util.c.print_child_pid	2005-04-11 16:54:54.000000000 -0400
+++ dbus-0.32/dbus/dbus-sysdeps-util.c	2005-04-11 16:55:38.000000000 -0400
@@ -142,7 +142,7 @@
 	      return FALSE;
 	    }
 	  
-	  if (!_dbus_string_append_int (&pid, _dbus_getpid ()) ||
+	  if (!_dbus_string_append_int (&pid, child_pid) ||
 	      !_dbus_string_append (&pid, "\n"))
 	    {
 	      _dbus_string_free (&pid);


Index: dbus.spec
===================================================================
RCS file: /cvs/dist/rpms/dbus/devel/dbus.spec,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- dbus.spec	11 Apr 2005 20:18:05 -0000	1.41
+++ dbus.spec	11 Apr 2005 21:02:27 -0000	1.42
@@ -12,7 +12,7 @@
 Summary: D-BUS message bus
 Name: dbus
 Version: 0.32
-Release: 3 
+Release: 4 
 URL: http://www.freedesktop.org/software/dbus/
 Source0: %{name}-%{version}.tar.gz
 License: AFL/GPL
@@ -37,7 +37,7 @@
 Patch1: dbus-0.32-selinux-init.patch
 Patch2: dbus-0.23-selinux-avc-audit.patch
 Patch3: dbus-0.32-glib-fix-infinite-loop.patch
-Patch4: dbus-0.32-try-something.patch
+Patch4: dbus-0.32-print_child_pid.patch
 
 %description
 
@@ -116,7 +116,7 @@
 %patch1 -p1 -b .selinux-init
 #%patch2 -p1 -b .selinux-avc-audit
 %patch3 -p0 -b .glib-inf-lop
-%patch4 -p1 -b .try-something
+%patch4 -p1 -b .print_child_pid
 
 %build
 
@@ -268,6 +268,9 @@
 %{_libdir}/python*/site-packages/dbus_bindings.so
 
 %changelog
+* Mon Apr 11 2005 John (J5) Palmieri <johnp at redhat.com> - 0.32-4
+- add print_child_pid patch which make sure we prin the child's pid if we fork
+
 * Thu Apr  7 2005 David Zeuthen <davidz at redhat.com> - 0.32-3
 - add fix for glib infinite loop (fdo #2889)
 


--- dbus-0.32-try-something.patch DELETED ---




More information about the fedora-cvs-commits mailing list