summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRay Strode <rstrode@fedoraproject.org>2006-11-29 23:20:57 +0000
committerRay Strode <rstrode@fedoraproject.org>2006-11-29 23:20:57 +0000
commita47d2b12c4f2bb38ee4b2f3f79f78201e738b64b (patch)
tree2b447608ae0b78540395a527b00212b58caebaef
parent3a2d6c66cea792d2dc358804955beaf6cb239983 (diff)
downloadgnome-panel-a47d2b12c4f2bb38ee4b2f3f79f78201e738b64b.tar.gz
gnome-panel-a47d2b12c4f2bb38ee4b2f3f79f78201e738b64b.tar.xz
gnome-panel-a47d2b12c4f2bb38ee4b2f3f79f78201e738b64b.zip
- don't ask user if they want to logout if they've set the preference notgnome-panel-2_16_1-8_fc7
to
-rw-r--r--gnome-panel.spec8
1 files changed, 7 insertions, 1 deletions
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 <rstrode@redhat.com> - 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 <skasal@redhat.com> - 2.16.1-7
- Add BuildRequires: libtool; without it, the aclocal call failed.