diff --git a/gnome-panel.spec b/gnome-panel.spec index d838139..9474350 100644 --- a/gnome-panel.spec +++ b/gnome-panel.spec @@ -23,7 +23,7 @@ Summary: GNOME panel Name: gnome-panel Version: 2.10.1 -Release: 9 +Release: 10 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 @@ -75,6 +75,7 @@ Patch1: gnome-panel-2.10.0-remove-screenshot-menuitem.patch Patch2: gnome-panel-2.10.1-speak-to-us-ye-old-wise-fish.patch Patch3: gnome-panel-2.10.1-no-huge-icons.patch Patch4: gnome-panel-2.10.1-fix-recent-items-crash.patch +Patch5: gnome-panel-2.10.1-no-window-group-for-you.patch %description @@ -101,6 +102,7 @@ Panel Applets using the libpanel-applet library. %patch2 -p1 -b .speak-to-us-ye-old-wise-fish %patch3 -p1 -b .no-huge-icons %patch4 -p1 -b .fix-recent-items-crash +%patch5 -p1 -b .no-window-group-for-you cp -f %{SOURCE1} gnome-panel/panel-default-setup.entries cp -f %{SOURCE3} gnome-panel/panel-compatibility.schemas @@ -239,6 +241,9 @@ fi %{_datadir}/gtk-doc %changelog +* Wed May 11 2005 Mark McLoughlin 2.10.1-10 +- Fix "dialogs pop up under panel dialogs" issue (bug #156425) + * Wed May 4 2005 Mark McLoughlin 2.10.1-9 - Fix crash with "Recent Documents" menu (bug #156633)