Hello community, here is the log from the commit of package gnome-power-manager checked in at Thu Oct 26 20:14:43 CEST 2006. -------- --- GNOME/gnome-power-manager/gnome-power-manager.changes 2006-10-16 21:18:26.000000000 +0200 +++ /mounts/work_src_done/STABLE/gnome-power-manager/gnome-power-manager.changes 2006-10-24 17:12:02.000000000 +0200 @@ -1,0 +2,7 @@ +Tue Oct 24 17:11:21 CEST 2006 - rodrigo@suse.de + +- Removed unneeded gnome-power-manager-disable-actions.patch. +- Fixed gnome-power-manager-yast-settings.patch to match variable + names changes. + +------------------------------------------------------------------- Old: ---- gnome-power-manager-disable-actions.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gnome-power-manager.spec ++++++ --- /var/tmp/diff_new_pack.rIEWig/_old 2006-10-26 20:14:38.000000000 +0200 +++ /var/tmp/diff_new_pack.rIEWig/_new 2006-10-26 20:14:38.000000000 +0200 @@ -13,10 +13,10 @@ Name: gnome-power-manager BuildRequires: ImageMagick-devel gnome-common gnome-doc-utils gnome-doc-utils-devel gnutls-devel intltool libglade2-devel libgnomeprintui-devel libgnomeui-devel libnotify-devel libwnck-devel mDNSResponder-devel perl-XML-Parser scrollkeeper update-desktop-files Version: 2.16.1 -Release: 7 +Release: 16 URL: http://gnome-power.sourceforge.net/ Group: System/GUI/GNOME -License: GPL +License: GNU General Public License (GPL) - all versions Summary: Power Management for GNOME Source: ftp://ftp.gnome.org/pub/gnome/sources/%{name}/0.0/%{name}-%{version}.tar.bz2 Source1: gpm-icons.tar.bz2 @@ -24,7 +24,6 @@ Patch: gnome-power-manager-desktop.patch Patch1: gnome-power-manager-autostart.patch Patch3: gnome-power-manager-yast-settings.patch -Patch5: gnome-power-manager-disable-actions.patch Patch8: gpm-zh_CN-translation.patch Patch9: gnome-power-manager-system-policy.patch Autoreqprov: on @@ -55,7 +54,6 @@ %patch %patch1 %patch3 -%patch5 %patch8 %patch9 @@ -110,6 +108,10 @@ %config /usr/share/dbus-1/services/gnome-power-manager.service %changelog -n gnome-power-manager +* Tue Oct 24 2006 - rodrigo@suse.de +- Removed unneeded gnome-power-manager-disable-actions.patch. +- Fixed gnome-power-manager-yast-settings.patch to match variable + names changes. * Mon Oct 16 2006 - danw@suse.de - Remove dead patches - Update and re-enable gnome-power-manager-yast-settings.patch and @@ -129,11 +131,11 @@ 'HAL failed to suspend' when actually it suspended fine but the bus timed out. - Fix a couple of small memory leaks where we don't free an icon name. -- Don't rescan buttons every minute. #356170. -- Fix hotplug add and remove of wireless mice. -- Add the new battery types so we don't print a warning with + - Don't rescan buttons every minute. #356170. + - Fix hotplug add and remove of wireless mice. + - Add the new battery types so we don't print a warning with newer than HAL 0.5.8.1 -- Increase dep of libgnome to 2.14.0 because we are using + - Increase dep of libgnome to 2.14.0 because we are using GNOME_PARAM_GOPTION_CONTEXT, which was introduced in 2-14 - translation updates * Fri Sep 29 2006 - rodrigo@suse.de ++++++ gnome-power-manager-yast-settings.patch ++++++ --- /var/tmp/diff_new_pack.rIEWig/_old 2006-10-26 20:14:38.000000000 +0200 +++ /var/tmp/diff_new_pack.rIEWig/_new 2006-10-26 20:14:38.000000000 +0200 @@ -121,7 +121,7 @@ } + /* setup system settings button */ -+ widget = glade_xml_get_widget (glade_xml, "button_system_settings"); ++ widget = glade_xml_get_widget (prefs->priv->glade_xml, "button_system_settings"); + g_signal_connect (G_OBJECT (widget), "clicked", + G_CALLBACK (gpm_system_settings_cb), NULL); + ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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@suse.de