Hello community, here is the log from the commit of package gnome-applets for openSUSE:Factory checked in at Mon Jul 18 10:46:24 CEST 2011.
-------- --- GNOME/gnome-applets/gnome-applets.changes 2011-07-04 07:59:53.000000000 +0200 +++ /mounts/work_src_done/STABLE/gnome-applets/gnome-applets.changes 2011-07-18 09:06:29.000000000 +0200 @@ -1,0 +2,10 @@ +Mon Jul 18 09:01:40 CEST 2011 - [email protected] + +- Add gnome-applets-mixer-run-g-c-c.patch: the mixer applet should + call the gnome-control-center sound panel when opening the volume + control, instead of a now non-existing binary. +- Remove gnome-media Requires and add gnome-control-center Requires + instead: the Requires was there for the gnome-volume-control + binary. + +------------------------------------------------------------------- calling whatdependson for head-i586 New: ---- gnome-applets-mixer-run-g-c-c.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gnome-applets.spec ++++++ --- /var/tmp/diff_new_pack.2JZtU9/_old 2011-07-18 10:45:53.000000000 +0200 +++ /var/tmp/diff_new_pack.2JZtU9/_new 2011-07-18 10:45:53.000000000 +0200 @@ -21,15 +21,13 @@ Name: gnome-applets License: GPLv2+ ; LGPLv2.1+ Group: System/GUI/GNOME -# FIXME: Package name will change, see #222422 -%ifnarch s390 s390x -Requires: gnome-media -%endif Version: 3.1.3 -Release: 1 +Release: 2 Url: http://www.gnome.org/ Summary: A Collection of Useful Programs for GNOME Panel Source: http://download.gnome.org/sources/gnome-applets/3.1/%{name}-%{version}.tar.bz2 +# PATCH-FIX-UPSTREAM gnome-applets-mixer-run-g-c-c.patch bgo#654814 [email protected] -- Make mixer run the g-c-c sound panel instead of a non-existing binary +Patch0: gnome-applets-mixer-run-g-c-c.patch BuildRequires: fdupes BuildRequires: gnome-doc-utils-devel BuildRequires: intltool @@ -51,7 +49,10 @@ BuildRequires: pkgconfig(libxml-2.0) BuildRequires: pkgconfig(polkit-gobject-1) BuildRequires: pkgconfig(pygobject-2.0) -Requires: libgnomesu yast2 +# mixer applet needs the g-c-c panel for the sound +Requires: gnome-control-center +Requires: libgnomesu +Requires: yast2 Recommends: %{name}-lang Provides: gnome-applets2 = %{version} Obsoletes: gnome-applets2 < %{version} @@ -82,6 +83,7 @@ %prep %setup -q translation-update-upstream +%patch0 -p1 %build %configure\ ++++++ gnome-applets-mixer-run-g-c-c.patch ++++++ commit fad95d14e8ed5fb73ae2ba2048e91cedc2481a85 Author: Vincent Untz <[email protected]> Date: Mon Jul 18 09:03:27 2011 +0200 mixer: Call gnome-control-center instead of gnome-volume-control gnome-volume-control doesn't exist anymore, and is replaced by the sound panel in the control center. https://bugzilla.gnome.org/show_bug.cgi?id=654814 diff --git a/mixer/applet.c b/mixer/applet.c index f8a3a08..a019321 100644 --- a/mixer/applet.c +++ b/mixer/applet.c @@ -733,7 +733,7 @@ void gnome_volume_applet_run_mixer (GnomeVolumeApplet *applet) { GError *error = NULL; - char *argv[] = { "gnome-volume-control", NULL }; + char *argv[] = { "gnome-control-center", "sound", NULL }; g_spawn_async (g_get_home_dir(), argv, NULL, G_SPAWN_SEARCH_PATH, NULL, NULL, NULL, &error); ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
