Mailinglist Archive: opensuse-commit (1318 mails)
| < Previous | Next > |
commit hal-resmgr
- From: root@xxxxxxx (h_root)
- Date: Wed, 16 Aug 2006 12:57:56 +0200 (CEST)
- Message-id: <20060816105756.92B0B95153@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package hal-resmgr
checked in at Wed Aug 16 12:57:56 CEST 2006.
--------
--- hal-resmgr/hal-resmgr.changes 2006-02-16 16:56:48.000000000 +0100
+++ hal-resmgr/hal-resmgr.changes 2006-08-16 11:07:43.000000000 +0200
@@ -1,0 +2,6 @@
+Mon Aug 14 11:49:48 CEST 2006 - thoenig@xxxxxxx
+
+- Add patch hal-resmgr-dbus-api-fix-thoenig-01.patch: Use
+ dbus_connection_close, not dbus_connection_disconnect
+
+-------------------------------------------------------------------
New:
----
hal-resmgr-dbus-api-fix-thoenig-01.patch
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ hal-resmgr.spec ++++++
--- /var/tmp/diff_new_pack.PfJQcq/_old 2006-08-16 12:57:50.000000000 +0200
+++ /var/tmp/diff_new_pack.PfJQcq/_new 2006-08-16 12:57:50.000000000 +0200
@@ -15,10 +15,11 @@
License: GPL, Other License(s), see package
Group: System/Daemons
Version: 0.1_SVNr77
-Release: 1
+Release: 13
Summary: Automatically Register HAL Devices with resmgr
Source: %{name}-%{version}.tar.bz2
Source1: rchal-resmgr
+Patch: hal-resmgr-dbus-api-fix-thoenig-01.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
PreReq: %insserv_prereq %fillup_prereq
Provides: resmgr:/etc/hotplug/usb/desktopdev
@@ -36,6 +37,7 @@
%prep
%setup -q
+%patch
%build
make CFLAGS="%{optflags}"
@@ -55,6 +57,9 @@
/usr/share/hal
%changelog -n hal-resmgr
+* Mon Aug 14 2006 - thoenig@xxxxxxx
+- Add patch hal-resmgr-dbus-api-fix-thoenig-01.patch: Use
+ dbus_connection_close, not dbus_connection_disconnect
* Thu Feb 16 2006 - lnussel@xxxxxxx
- allow opening and locking usb devices via usb family (#118794)
* Fri Jan 27 2006 - mls@xxxxxxx
++++++ hal-resmgr-dbus-api-fix-thoenig-01.patch ++++++
--- hal-resmgr.c_org 2006-08-14 11:48:15.000000000 +0200
+++ hal-resmgr.c 2006-08-14 11:48:22.000000000 +0200
@@ -427,7 +427,7 @@
libhal_ctx_shutdown (hal_ctx, &error);
libhal_ctx_free (hal_ctx);
- dbus_connection_disconnect (conn);
+ dbus_connection_close (conn);
dbus_connection_unref (conn);
}
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |