summaryrefslogtreecommitdiffstats
path: root/gnome-applets.spec
diff options
context:
space:
mode:
Diffstat (limited to 'gnome-applets.spec')
-rw-r--r--gnome-applets.spec11
1 files changed, 9 insertions, 2 deletions
diff --git a/gnome-applets.spec b/gnome-applets.spec
index 8a8887c..bec2641 100644
--- a/gnome-applets.spec
+++ b/gnome-applets.spec
@@ -35,7 +35,7 @@
Summary: Small applications for the GNOME panel
Name: gnome-applets
Version: 2.25.92
-Release: 2%{?dist}
+Release: 3%{?dist}
Epoch: 1
License: GPLv2+ and GFDL
Group: User Interface/Desktops
@@ -64,6 +64,9 @@ Patch41: gnome-applets-no-mixer-icon.patch
# http://bugzilla.gnome.org/show_bug.cgi?id=575782
Patch42: mini-commander-https.patch
+# fixed upstream
+Patch43: gnome-applets-invest-defs.patch
+
BuildRequires: glib2-devel >= %{glib2_version}
BuildRequires: gtk2-devel >= %{gtk2_version}
BuildRequires: libgnomeui-devel >= %{libgnomeui_version}
@@ -148,6 +151,7 @@ and more.
%patch40 -p1 -b .battstat-null
%patch41 -p1 -b .no-mixer-icon
%patch42 -p1 -b .minicommander-https
+%patch43 -p1 -b .invest-defs
# We don't ship gnome-system-tools
rm -rf modemlights
@@ -294,7 +298,7 @@ if [ "$1" -eq 0 ]; then
%{_sysconfdir}/gconf/schemas/multiload.schemas >& /dev/null || :
fi
-%postun
+%postun
/sbin/ldconfig
scrollkeeper-update -q
touch --no-create %{_datadir}/icons/hicolor
@@ -342,6 +346,9 @@ fi
%{_datadir}/PolicyKit/policy/org.gnome.cpufreqselector.policy
%changelog
+* Sat Mar 21 2009 Matthias Clasen <mclasen@redhat.com> - 1:2.25.92-3
+- Make the invest applet work
+
* Tue Mar 17 2009 Matthias Clasen <mclasen@redhat.com> - 1:2.25.92-2
- Support https in minicommander (#490387)