From ea35c4359d5e2489c7faa8b884d9501c3d6dc0ee Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Apr 22 2008 16:52:38 +0000 Subject: finally --- diff --git a/gnome-panel.spec b/gnome-panel.spec index e79f409..f41d676 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: 3%{?dist} +Release: 4%{?dist} URL: http://www.gnome.org Source0: http://download.gnome.org/sources/gnome-panel/2.22/%{name}-%{version}.tar.bz2 @@ -122,6 +122,12 @@ Patch31: clock2.patch Patch32: clock-help.patch +Patch33: gnome-panel-use-gio.patch +# http://bugzilla.gnome.org/show_bug.cgi?id=529243 +Patch34: gnome-panel-launch-with-gio.patch +# fixed in upstream svn +Patch35: timezone-64.patch + Conflicts: gnome-power-manager < 2.15.3 %description @@ -173,6 +179,9 @@ Panel Applets using the libpanel-applet library. %patch30 -p1 -b .clock1 %patch31 -p1 -b .clock2 %patch32 -p1 -b .clock-help +%patch33 -p1 -b .use-gio +%patch34 -p1 -b .launch-with-gio +%patch35 -p1 -b .timezone-64 . %{SOURCE6} @@ -357,6 +366,10 @@ fi %{_datadir}/gtk-doc/html/* %changelog +* Fri Apr 18 2008 Matthias Clasen - 2.22.1.2-4 +- Use gio to open places +- Fix a 64bit issue with timezone handling in the clock + * Fri Apr 18 2008 Matthias Clasen - 2.22.1.2-3 - Move the trash applet back where it belongs, to the corner (#439416)