SOURCES: perl-Net-DBus-dbus.patch (NEW) - fixes for dbus-0.91

grzegol grzegol at pld-linux.org
Tue Aug 15 20:26:21 CEST 2006


Author: grzegol                      Date: Tue Aug 15 18:26:21 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- fixes for dbus-0.91

---- Files affected:
SOURCES:
   perl-Net-DBus-dbus.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/perl-Net-DBus-dbus.patch
diff -u /dev/null SOURCES/perl-Net-DBus-dbus.patch:1.1
--- /dev/null	Tue Aug 15 20:26:21 2006
+++ SOURCES/perl-Net-DBus-dbus.patch	Tue Aug 15 20:26:16 2006
@@ -0,0 +1,33 @@
+diff -urN aaa/Net-DBus-0.33.3/DBus.xs Net-DBus-0.33.3/DBus.xs
+--- aaa/Net-DBus-0.33.3/DBus.xs	2006-07-06 00:34:37.000000000 +0200
++++ Net-DBus-0.33.3/DBus.xs	2006-08-15 18:49:16.381279000 +0200
+@@ -477,7 +477,7 @@
+ 	dbus_connection_set_data(con, connection_data_slot, owner, _object_release);
+ 
+ void
+-dbus_connection_disconnect(con)
++dbus_connection_close(con)
+ 	DBusConnection *con;
+ 
+ int
+@@ -706,7 +706,7 @@
+ 	DBusConnection *con;
+    CODE:
+ 	PD_DEBUG("Destroying connection %p\n", con);
+-	dbus_connection_disconnect(con);
++	dbus_connection_close(con);
+ 	// XXX do we need this or not ?
+ 	//dbus_connection_unref(con);
+ 
+diff -urN aaa/Net-DBus-0.33.3/lib/Net/DBus/Binding/Connection.pm Net-DBus-0.33.3/lib/Net/DBus/Binding/Connection.pm
+--- aaa/Net-DBus-0.33.3/lib/Net/DBus/Binding/Connection.pm	2006-07-06 00:47:10.000000000 +0200
++++ Net-DBus-0.33.3/lib/Net/DBus/Binding/Connection.pm	2006-08-15 18:49:14.541164000 +0200
+@@ -144,7 +144,7 @@
+ sub disconnect {
+     my $self = shift;
+     
+-    $self->{connection}->dbus_connection_disconnect();
++    $self->{connection}->dbus_connection_close();
+ }
+ 
+ =item $con->flush()
================================================================


More information about the pld-cvs-commit mailing list