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 2.9.5-3 +- Add patch for mixer crash - #147282. + Thanks Neil Paris for tracking down. + * Fri Feb 4 2005 Mark McLoughlin - 2.9.5-2 - Fix schemas list (#146880, #147011)