commit libdbus-1-qt3-0 for openSUSE:Factory
Hello community, here is the log from the commit of package libdbus-1-qt3-0 for openSUSE:Factory checked in at 2012-05-31 17:06:11 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libdbus-1-qt3-0 (Old) and /work/SRC/openSUSE:Factory/.libdbus-1-qt3-0.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "libdbus-1-qt3-0", Maintainer is "HSchaa@novell.com" Changes: -------- --- /work/SRC/openSUSE:Factory/libdbus-1-qt3-0/libdbus-1-qt3-0.changes 2012-04-12 09:36:52.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.libdbus-1-qt3-0.new/libdbus-1-qt3-0.changes 2012-05-31 17:06:12.000000000 +0200 @@ -1,0 +2,6 @@ +Wed May 30 00:21:46 UTC 2012 - anixx@opensuse.org + +- add patch by Serghei Amelian that fixes a bug that prevents + udisks integration + +------------------------------------------------------------------- New: ---- gentoo-5d2ce844509819ff37b0389131d5adacd5c6d2e6.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libdbus-1-qt3-0.spec ++++++ --- /var/tmp/diff_new_pack.PtgH52/_old 2012-05-31 17:06:13.000000000 +0200 +++ /var/tmp/diff_new_pack.PtgH52/_new 2012-05-31 17:06:13.000000000 +0200 @@ -31,6 +31,7 @@ Patch3: r795238.patch Patch4: fix_circular_destructor.patch Patch5: gentoo-140659d46b44b18c311d8d6f0cb7c96cbc43c6b5.patch +Patch6: gentoo-5d2ce844509819ff37b0389131d5adacd5c6d2e6.patch %description This library provides Qt3-classes for accessing the DBus @@ -62,6 +63,7 @@ %patch3 -p0 %patch4 -p0 %patch5 -p3 +%patch6 -p3 %build export QTDIR=/usr/lib/qt3 ++++++ gentoo-5d2ce844509819ff37b0389131d5adacd5c6d2e6.patch ++++++
From 5d2ce844509819ff37b0389131d5adacd5c6d2e6 Mon Sep 17 00:00:00 2001 From: Serghei Amelian <serghei.amelian@gmail.com> Date: Wed, 30 May 2012 00:42:12 +0300 Subject: [PATCH] [dbus] dispatch signals occurred while the application is blocked in QDBusConnection::sendWithReply()
--- dbus/src/qdbusconnection.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dbus/src/qdbusconnection.cpp b/dbus/src/qdbusconnection.cpp index 761a746..249fecc 100644 --- a/dbus/src/qdbusconnection.cpp +++ b/dbus/src/qdbusconnection.cpp @@ -285,6 +285,9 @@ QDBusMessage QDBusConnection::sendWithReply(const QDBusMessage &message, QDBusEr dbus_message_unref(msg); + // dispatch signals occurred while waiting for reply + scheduleDispatch(); + return QDBusMessage::fromDBusMessage(reply); } -- 1.7.10 -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@hilbert.suse.de