From 853e6b90e8223197186b15037fb761699f0913c0 Mon Sep 17 00:00:00 2001 From: Ray Strode Date: Apr 07 2005 21:37:16 +0000 Subject: - update to 2.10.1 - actually build the old modemlights that were added in 2.10.0-4 --- diff --git a/.cvsignore b/.cvsignore index 029601c..11e2b65 100644 --- a/.cvsignore +++ b/.cvsignore @@ -2,3 +2,4 @@ gnome-applets-2.9.5.tar.bz2 gnome-applets-2.9.6.tar.bz2 gnome-applets-2.10.0.tar.bz2 gnome-applets-2.9.3.1-modemlights.tar.bz2 +gnome-applets-2.10.1.tar.bz2 diff --git a/gnome-applets.spec b/gnome-applets.spec index b6f858e..841db68 100644 --- a/gnome-applets.spec +++ b/gnome-applets.spec @@ -18,13 +18,14 @@ Summary: Small applications for the GNOME panel. Name: gnome-applets -Version: 2.10.0 -Release: 5 +Version: 2.10.1 +Release: 1 Epoch: 1 License: GPL Group: User Interface/Desktops Source: ftp://ftp.gnome.org/pub/gnome/sources/%{name}/2.1/%{name}-%{version}.tar.bz2 Source1: gnome-applets-2.9.3.1-modemlights.tar.bz2 +Patch0: gnome-applets-2.10.1-use-old-modemlights.patch URL: http://www.gnome.org/ BuildRoot: %{_tmppath}/%{name}-%{version}-root @@ -56,8 +57,6 @@ Requires: gnome-netstatus >= 2.8.0-2 Obsoletes: battstat_applet -Patch1: gnome-applets-2.9.6-gcc4-fix.patch - %description GNOME (GNU Network Object Model Environment) is a user-friendly set of applications and desktop tools to be used in conjunction with a window @@ -73,8 +72,7 @@ fi %endif %setup -q - -%patch1 -p1 -b .gcc4-fix +%patch0 -p1 -b .use-old-modemlights cp gswitchit/gswitchit-applet.png gswitchit/gswitchit-properties-capplet.png @@ -82,6 +80,7 @@ cp gswitchit/gswitchit-applet.png gswitchit/gswitchit-properties-capplet.png rm -rf modemlights tar xjf %{SOURCE1} +autoconf %build %ifarch %{apmd_archs} @@ -159,6 +158,10 @@ fi %{_libdir}/pkgconfig/gswitchit.pc %changelog +* Thu Apr 7 2005 Ray Strode 1:2.10.1-1 +- update to 2.10.1 +- actually build the old modemlights that were added in 2.10.0-4 + * Tue Apr 5 2005 Ray Strode 1:2.10.0-5 - Don't use %postun -p optimization now that we do more than just /sbin/ldconfig in %postun (bug 152236) diff --git a/sources b/sources index b0eb39b..51876ff 100644 --- a/sources +++ b/sources @@ -1,2 +1 @@ -c230df43a21a0d788197b5b0f3e688f1 gnome-applets-2.10.0.tar.bz2 -ccd89d3a58076214e2f34216388c9621 gnome-applets-2.9.3.1-modemlights.tar.bz2 +da9cd75f77972c96eec9551d41878a7f gnome-applets-2.10.1.tar.bz2