Hello community, here is the log from the commit of package bluez-utils checked in at Mon Apr 30 18:12:22 CEST 2007. -------- --- bluez-utils/bluez-utils.changes 2007-04-05 11:16:50.000000000 +0200 +++ /mounts/work_src_done/STABLE/bluez-utils/bluez-utils.changes 2007-04-30 17:06:30.000000000 +0200 @@ -1,0 +2,7 @@ +Mon Apr 30 17:02:22 CEST 2007 - dgollub@suse.de + +- Fixed apitest for latest dbus-1-python changes (bug #269827) + dbus-python-0.80.1/ChangeLog: + dbus/decorators: Remove explicitly_pass_message + +------------------------------------------------------------------- New: ---- bluez-utils-3.9-apitest-dbus.diff ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ bluez-utils.spec ++++++ --- /var/tmp/diff_new_pack.o27287/_old 2007-04-30 18:12:15.000000000 +0200 +++ /var/tmp/diff_new_pack.o27287/_new 2007-04-30 18:12:15.000000000 +0200 @@ -14,7 +14,7 @@ BuildRequires: alsa-devel bluez-libs cups dbus-1-devel fuse-devel libusb openobex-devel pkgconfig resmgr xorg-x11-devel URL: http://bluez.sourceforge.net Version: 3.9 -Release: 14 +Release: 20 Summary: Bluetooth Daemons and Utilities License: GNU General Public License (GPL) PreReq: %fillup_prereq %insserv_prereq @@ -36,6 +36,7 @@ Patch6: bluez-utils-3.9-sdp-xml.diff Patch7: bluez-utils-3.9-dbus-retry.diff Patch8: bluez-utils-3.9-sdpd-manpage.diff +Patch9: bluez-utils-3.9-apitest-dbus.diff BuildRoot: %{_tmppath}/%{name}-%{version}-build Requires: bluez-libs >= %( echo `rpm -q --queryformat '%{VERSION}' bluez-libs`) Requires: sysvinit @@ -103,6 +104,7 @@ #%patch6 -p0 %patch7 -p0 %patch8 +%patch9 %{?suse_update_config:%{suse_update_config -f . }} cd ../opd %patch1 -p1 @@ -259,6 +261,10 @@ %doc %{_defaultdocdir}/bluez-test %changelog +* Mon Apr 30 2007 - dgollub@suse.de +- Fixed apitest for latest dbus-1-python changes (bug #269827) + dbus-python-0.80.1/ChangeLog: + dbus/decorators: Remove explicitly_pass_message * Thu Apr 05 2007 - dgollub@suse.de - added missing -s hci daemon argument to start the internal SDP server (bug #258689) ++++++ bluez-utils-3.9-apitest-dbus.diff ++++++ --- test/apitest +++ test/apitest @@ -179,7 +179,6 @@ for cmd in dev_cmds: print '\t%s' % cmd - @dbus.decorators.explicitly_pass_message def dev_signal_handler(*args, **keywords): dbus_message = keywords["dbus_message"] print '%s - %s: ' % (dbus_message.get_member(), dbus_message.get_path()), @@ -187,7 +186,6 @@ print '%s ' % arg, print - @dbus.decorators.explicitly_pass_message def mgr_signal_handler(*args, **keywords): dbus_message = keywords["dbus_message"] print '%s: ' % dbus_message.get_member() ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org