summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@fedoraproject.org>2008-04-17 01:27:43 +0000
committerMatthias Clasen <mclasen@fedoraproject.org>2008-04-17 01:27:43 +0000
commit4d40a771e2409b0ded51b6e4fb581347ed41e696 (patch)
tree480a2e25dc61ebb82cd7b1a48212cf94908189b2
parent82c1d107872b66da851c30bc6d6bcfc3ac3874d8 (diff)
downloadgnome-panel-4d40a771e2409b0ded51b6e4fb581347ed41e696.tar.gz
gnome-panel-4d40a771e2409b0ded51b6e4fb581347ed41e696.tar.xz
gnome-panel-4d40a771e2409b0ded51b6e4fb581347ed41e696.zip
Make the help button in the clock preferences work
-rw-r--r--gnome-panel.spec8
1 files changed, 7 insertions, 1 deletions
diff --git a/gnome-panel.spec b/gnome-panel.spec
index 500d1ed..2230059 100644
--- a/gnome-panel.spec
+++ b/gnome-panel.spec
@@ -22,7 +22,7 @@
Summary: GNOME panel
Name: gnome-panel
Version: 2.22.1.2
-Release: 1%{?dist}
+Release: 2%{?dist}
URL: http://www.gnome.org
Source0: http://download.gnome.org/sources/gnome-panel/2.22/%{name}-%{version}.tar.bz2
@@ -120,6 +120,8 @@ Patch28: gnome-panel-larger-find-window.patch
Patch30: clock1.patch
Patch31: clock2.patch
+Patch32: clock-help.patch
+
Conflicts: gnome-power-manager < 2.15.3
%description
@@ -170,6 +172,7 @@ Panel Applets using the libpanel-applet library.
%patch28 -p1 -b .larger-find-window
%patch30 -p1 -b .clock1
%patch31 -p1 -b .clock2
+%patch32 -p1 -b .clock-help
. %{SOURCE6}
@@ -354,6 +357,9 @@ fi
%{_datadir}/gtk-doc/html/*
%changelog
+* Wed Apr 16 2008 Matthias Clasen <mclasen@redhat.com> - 2.22.1.2-2
+- Make help buttons work in clock preferences
+
* Thu Apr 10 2008 Matthias Clasen <mclasen@redhat.com> - 2.22.1.2-1
- Update to 2.22.1.2 (significant performance and usability
improvements for the clock applet)