Hello community, here is the log from the commit of package libssui checked in at Thu Sep 20 16:31:26 CEST 2007. -------- --- GNOME/libssui/libssui.changes 2007-09-14 01:29:03.000000000 +0200 +++ /mounts/work_src_done/STABLE/libssui/libssui.changes 2007-09-20 16:11:28.091557000 +0200 @@ -1,0 +2,7 @@ +Thu Sep 20 16:09:57 CEST 2007 - cgaisford@novell.com + +- After the gnome 2.20 drop, I updated the panel-power-manager code + in libssui from the gnome-panel project to fix up the new dbus + interfaces. Bug #326815 + +------------------------------------------------------------------- New: ---- libssui-pm-dbus.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libssui.spec ++++++ --- /var/tmp/diff_new_pack.qf3706/_old 2007-09-20 16:30:09.000000000 +0200 +++ /var/tmp/diff_new_pack.qf3706/_new 2007-09-20 16:30:09.000000000 +0200 @@ -16,7 +16,7 @@ Group: System/GUI/GNOME AutoReqProv: on Version: 0.5.7 -Release: 21 +Release: 25 Summary: Session UI for SLED Source: libssui-%{version}.tar.gz Source1: libssui-po.tar.bz2 @@ -24,6 +24,7 @@ Patch1: libssui-missing-options.patch Patch2: libssui-kdm-support.patch Patch3: libssui-wrong-icon-bug308812.patch +Patch4: libssui-pm-dbus.patch Url: http://code.google.com/p/libssui/ BuildRoot: %{_tmppath}/%{name}-%{version}-build PreReq: filesystem gconf2 @@ -63,6 +64,7 @@ %patch1 -p1 %patch2 %patch3 +%patch4 %build autoreconf -f -i @@ -102,8 +104,11 @@ %{_prefix}/%_lib/pkgconfig/* %dir %{_prefix}/include/libssui %{_prefix}/include/libssui/* - %changelog +* Thu Sep 20 2007 - cgaisford@novell.com +- After the gnome 2.20 drop, I updated the panel-power-manager code + in libssui from the gnome-panel project to fix up the new dbus + interfaces. Bug #326815 * Fri Sep 14 2007 - sreeves@suse.de - Fix for Bug #308812 - wrong icon. * Thu Sep 13 2007 - cgaisford@novell.com ++++++ libssui-pm-dbus.patch ++++++ --- src/gnome-session-code/panel-power-manager.c +++ src/gnome-session-code/panel-power-manager.c @@ -129,7 +129,7 @@ const char *new_owner, PanelPowerManager *manager) { - if (strcmp (name, "org.gnome.PowerManager") != 0) + if (strcmp (name, "org.freedesktop.PowerManagement") != 0) return; if (manager->priv->gpm_proxy != NULL) { @@ -189,9 +189,9 @@ manager->priv->gpm_proxy = dbus_g_proxy_new_for_name_owner ( manager->priv->dbus_connection, - "org.gnome.PowerManager", - "/org/gnome/PowerManager", - "org.gnome.PowerManager", + "org.freedesktop.PowerManagement", + "/org/freedesktop/PowerManagement", + "org.freedesktop.PowerManagement", &connection_error); if (manager->priv->gpm_proxy == NULL) { @@ -324,8 +324,7 @@ } can_suspend = FALSE; -// if (!dbus_g_proxy_call (manager->priv->gpm_proxy, "CanSuspend", - if (!dbus_g_proxy_call (manager->priv->gpm_proxy, "AllowedSuspend", + if (!dbus_g_proxy_call (manager->priv->gpm_proxy, "CanSuspend", &error, G_TYPE_INVALID, G_TYPE_BOOLEAN, &can_suspend, G_TYPE_INVALID)) { @@ -356,8 +355,7 @@ } can_hibernate = FALSE; -// if (!dbus_g_proxy_call (manager->priv->gpm_proxy, "CanHibernate", - if (!dbus_g_proxy_call (manager->priv->gpm_proxy, "AllowedHibernate", + if (!dbus_g_proxy_call (manager->priv->gpm_proxy, "CanHibernate", &error, G_TYPE_INVALID, G_TYPE_BOOLEAN, &can_hibernate, G_TYPE_INVALID)) { ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... --------------------------------------------------------------------- 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