summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark McLoughlin <markmc@fedoraproject.org>2005-06-27 15:30:50 +0000
committerMark McLoughlin <markmc@fedoraproject.org>2005-06-27 15:30:50 +0000
commit75e1ab994f9e7bfbffe39047ad5d4b89915ae430 (patch)
tree0b88a29ae894cbe7a336f4194b8c72f450ef1dfa
parenta348857a195b95c629c88f03ef05afc54eac01c7 (diff)
downloadgnome-panel-75e1ab994f9e7bfbffe39047ad5d4b89915ae430.tar.gz
gnome-panel-75e1ab994f9e7bfbffe39047ad5d4b89915ae430.tar.xz
gnome-panel-75e1ab994f9e7bfbffe39047ad5d4b89915ae430.zip
- Fix "panel doesn't notice new screen size" issue (bug #160439)gnome-panel-2_10_1-11
-rw-r--r--gnome-panel.spec7
1 files changed, 6 insertions, 1 deletions
diff --git a/gnome-panel.spec b/gnome-panel.spec
index 9474350..9c82042 100644
--- a/gnome-panel.spec
+++ b/gnome-panel.spec
@@ -23,7 +23,7 @@
Summary: GNOME panel
Name: gnome-panel
Version: 2.10.1
-Release: 10
+Release: 11
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
@@ -76,6 +76,7 @@ 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
+Patch6: gnome-panel-2.10.1-panel-unset-sm-client-id.patch
%description
@@ -103,6 +104,7 @@ Panel Applets using the libpanel-applet library.
%patch3 -p1 -b .no-huge-icons
%patch4 -p1 -b .fix-recent-items-crash
%patch5 -p1 -b .no-window-group-for-you
+%patch6 -p1 -b .panel-unset-sm-client-id
cp -f %{SOURCE1} gnome-panel/panel-default-setup.entries
cp -f %{SOURCE3} gnome-panel/panel-compatibility.schemas
@@ -241,6 +243,9 @@ fi
%{_datadir}/gtk-doc
%changelog
+* Mon Jun 27 2005 Mark McLoughlin <markmc@redhat.com> 2.10.1-11
+- Fix "panel doesn't notice new screen size" issue (bug #160439)
+
* Wed May 11 2005 Mark McLoughlin <markmc@redhat.com> 2.10.1-10
- Fix "dialogs pop up under panel dialogs" issue (bug #156425)