diff --git a/gnome-panel-2.10.1-speak-to-us-ye-old-wise-fish.patch b/gnome-panel-2.10.1-speak-to-us-ye-old-wise-fish.patch new file mode 100644 index 0000000..3188df4 --- /dev/null +++ b/gnome-panel-2.10.1-speak-to-us-ye-old-wise-fish.patch @@ -0,0 +1,11 @@ +--- gnome-panel-2.10.1/applets/fish/fish.schemas.in.speak-to-us-ye-old-wise-fish 2005-04-25 06:52:48.000000000 -0400 ++++ gnome-panel-2.10.1/applets/fish/fish.schemas.in 2005-04-25 06:53:13.000000000 -0400 +@@ -34,7 +34,7 @@ + /schemas/apps/fish_applet/prefs/command + fish-applet + string +- fortune ++ ddate + + Command to execute on click + diff --git a/gnome-panel.spec b/gnome-panel.spec index bf6b8f6..d880b0b 100644 --- a/gnome-panel.spec +++ b/gnome-panel.spec @@ -23,7 +23,7 @@ Summary: GNOME panel Name: gnome-panel Version: 2.10.1 -Release: 2 +Release: 3 URL: http://www.gnome.org Source0: ftp://ftp.gnome.org/pub/GNOME/pre-gnome2/sources/gnome-panel/%{name}-%{version}.tar.bz2 Source1: redhat-panel-default-setup.entries @@ -70,9 +70,9 @@ BuildRequires: gnome-menus-devel >= %{gnome_menus_version} BuildRequires: evolution-data-server-devel >= %{evolution_data_server_version} %endif -Patch3: gnome-panel-2.10.0-remove-screenshot-menuitem.patch -Patch5: gnome-panel-2.1.90.1-no-fortune.patch -Patch6: gnome-panel-2.10.0-vendor.patch +Patch0: gnome-panel-2.10.0-vendor.patch +Patch1: gnome-panel-2.10.0-remove-screenshot-menuitem.patch +Patch2: gnome-panel-2.10.1-speak-to-us-ye-old-wise-fish.patch %description @@ -94,9 +94,9 @@ Panel Applets using the libpanel-applet library. %prep %setup -q -%patch3 -p1 -b .remove-screenshot-menuitem -%patch5 -p1 -b .no-fortune -%patch6 -p1 -b .vendor +%patch0 -p1 -b .vendor +%patch1 -p1 -b .remove-screenshot-menuitem +%patch2 -p1 -b .speak-to-us-ye-old-wise-fish cp -f %{SOURCE1} gnome-panel/panel-default-setup.entries cp -f %{SOURCE3} gnome-panel/panel-compatibility.schemas @@ -235,6 +235,10 @@ fi %{_datadir}/gtk-doc %changelog +* Mon Apr 25 2005 Mark McLoughlin 2.10.1-3 +- Add patch to make Wanda not use non-existent fortune + command (rh #152948) + * Mon Apr 18 2005 Mark McLoughlin 2.10.1-2 - Add the battery applet to the panel in %post if ACPI is available (bug #143828)