summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark McLoughlin <markmc@fedoraproject.org>2005-02-09 12:00:05 +0000
committerMark McLoughlin <markmc@fedoraproject.org>2005-02-09 12:00:05 +0000
commitd70f544aed60cb9e716632e456b262c123196ebf (patch)
tree31a3a1217fdb613fe1cdcbeb9acb0cd1c4ac4e90
parent75628cd712376bb4bbcb57d30a35b537f32508cf (diff)
downloadgnome-applets-d70f544aed60cb9e716632e456b262c123196ebf.tar.gz
gnome-applets-d70f544aed60cb9e716632e456b262c123196ebf.tar.xz
gnome-applets-d70f544aed60cb9e716632e456b262c123196ebf.zip
- Add patch for mixer crash - #147282. Thanks Neil Paris for tracking down.
-rw-r--r--gnome-applets.spec12
1 files changed, 10 insertions, 2 deletions
diff --git a/gnome-applets.spec b/gnome-applets.spec
index 0eda6b4..d322b33 100644
--- a/gnome-applets.spec
+++ b/gnome-applets.spec
@@ -18,7 +18,7 @@
Summary: Small applications for the GNOME panel.
Name: gnome-applets
Version: 2.9.5
-Release: 2
+Release: 3
Epoch: 1
License: GPL
Group: User Interface/Desktops
@@ -53,6 +53,8 @@ Requires: gnome-netstatus >= 2.8.0-2
Obsoletes: battstat_applet
+Patch0: gnome-applets-2.9.5-mixer-crash-with-no-channels.patch
+
%description
GNOME (GNU Network Object Model Environment) is a user-friendly set of
applications and desktop tools to be used in conjunction with a window
@@ -69,6 +71,8 @@ fi
%setup -q
+%patch -p1 -b .mixer-crash-with-no-channels
+
cp gswitchit/gswitchit-applet.png gswitchit/gswitchit-properties-capplet.png
%build
@@ -139,7 +143,11 @@ done
%{_libdir}/pkgconfig/gswitchit.pc
-%changelog
+%change log
+* Wed Feb 9 2005 Mark McLoughlin <markmc@redhat.com> 2.9.5-3
+- Add patch for mixer crash - #147282.
+ Thanks Neil Paris for tracking down.
+
* Fri Feb 4 2005 Mark McLoughlin <markmc@redhat.com> - 2.9.5-2
- Fix schemas list (#146880, #147011)