[control-center/f15/master] fix a typo in the autostart condition for the sound applet

Matthias Clasen mclasen at fedoraproject.org
Mon Feb 28 18:58:30 UTC 2011


commit 26e84e6856969c324a4b808dda5e14322aae387a
Author: Matthias Clasen <mclasen at redhat.com>
Date:   Mon Feb 28 13:57:56 2011 -0500

    fix a typo in the autostart condition for the sound applet

 control-center.spec  |    9 ++++++++-
 sound-fallback.patch |    9 +++++++++
 2 files changed, 17 insertions(+), 1 deletions(-)
---
diff --git a/control-center.spec b/control-center.spec
index 4ba85e7..30a3712 100644
--- a/control-center.spec
+++ b/control-center.spec
@@ -18,7 +18,7 @@
 Summary: Utilities to configure the GNOME desktop
 Name: control-center
 Version: 2.91.90
-Release: 1%{?dist}
+Release: 2%{?dist}
 Epoch: 1
 License: GPLv2+ and GFDL
 Group: User Interface/Desktops
@@ -26,6 +26,9 @@ Group: User Interface/Desktops
 Source: http://download.gnome.org/sources/gnome-control-center/2.91/gnome-control-center-%{version}.tar.bz2
 URL: http://www.gnome.org
 
+# upstream fix
+Patch: sound-fallback.patch
+
 Requires: gnome-settings-daemon >= 2.21.91-3
 Requires: redhat-menus >= %{redhat_menus_version}
 Requires: gnome-icon-theme
@@ -126,6 +129,7 @@ utilities.
 
 %prep
 %setup -q -n gnome-control-center-%{version}
+%patch0 -p1 -b .sound-fallback
 
 %build
 autoreconf -f
@@ -231,6 +235,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor >&/dev/null || :
 
 
 %changelog
+* Mon Feb 28 2011 Matthias Clasen <mclasen at redhat.com> - 1:2.91.90-2
+- Fix a typo in the autostart condition for the sound applet
+
 * Tue Feb 22 2011 Matthias Clasen <mclasen at redhat.com> - 1:2.91.90-1
 - Update to 2.91.90
 
diff --git a/sound-fallback.patch b/sound-fallback.patch
new file mode 100644
index 0000000..37c17f9
--- /dev/null
+++ b/sound-fallback.patch
@@ -0,0 +1,9 @@
+diff -up gnome-control-center-2.91.90/panels/sound/data/gnome-sound-applet.desktop.in.if-session gnome-control-center-2.91.90/panels/sound/data/gnome-sound-applet.desktop.in
+--- gnome-control-center-2.91.90/panels/sound/data/gnome-sound-applet.desktop.in.if-session	2011-02-28 13:55:50.475339826 -0500
++++ gnome-control-center-2.91.90/panels/sound/data/gnome-sound-applet.desktop.in	2011-02-28 13:55:59.439227758 -0500
+@@ -14,4 +14,4 @@ X-GNOME-Bugzilla-Component=sound
+ # See http://bugzilla.gnome.org/show_bug.cgi?id=568320
+ #X-GNOME-Autostart-Phase=Panel
+ X-GNOME-Autostart-Notify=true
+-AutostartCondition=GNOME3 is-session gnome-fallback
++AutostartCondition=GNOME3 if-session gnome-fallback


More information about the scm-commits mailing list