diff --git a/gnome-panel.spec b/gnome-panel.spec index 9521fca..7ca6aaf 100644 --- a/gnome-panel.spec +++ b/gnome-panel.spec @@ -21,7 +21,7 @@ Summary: GNOME panel Name: gnome-panel Version: 2.16.1 -Release: 7%{?dist} +Release: 8%{?dist} 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 @@ -91,6 +91,7 @@ Patch15: gnome-panel-2.16.0-compiz-support.patch # gnome bugzilla 365640 Patch16: gnome-panel-2.16.0-fix-chinese.patch Patch17: gnome-panel-2.16.1-launcher-copy.patch +Patch18: gnome-panel-2.16.0-respect-session-properties.patch Conflicts: gnome-power-manager < 2.15.3 @@ -126,6 +127,7 @@ Panel Applets using the libpanel-applet library. %patch15 -p0 -b .compiz-support %patch16 -p1 -b .fix-chinese %patch17 -p1 -b .launcher-copy +%patch18 -p1 -b .respect-session-properties.patch . %{SOURCE4} @@ -298,6 +300,10 @@ fi %{_datadir}/gtk-doc %changelog +* Wed Nov 29 2006 Ray Strode - 2.16.1-8 +- don't ask user if they want to logout if they've set the + preference not to + * Wed Nov 29 2006 Stepan Kasal - 2.16.1-7 - Add BuildRequires: libtool; without it, the aclocal call failed.