rpms/gnome-applets/devel gnome-applets-invest-defs.patch, NONE, 1.1 gnome-applets.spec, 1.332, 1.333

Matthias Clasen mclasen at fedoraproject.org
Sun Mar 22 03:34:49 UTC 2009


Author: mclasen

Update of /cvs/pkgs/rpms/gnome-applets/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv558

Modified Files:
	gnome-applets.spec 
Added Files:
	gnome-applets-invest-defs.patch 
Log Message:
fix invest applet


gnome-applets-invest-defs.patch:

--- NEW FILE gnome-applets-invest-defs.patch ---
diff -up gnome-applets-2.25.92/invest-applet/invest/Makefile.am.invest gnome-applets-2.25.92/invest-applet/invest/Makefile.am
--- gnome-applets-2.25.92/invest-applet/invest/Makefile.am.invest	2009-03-21 23:03:10.442647987 -0400
+++ gnome-applets-2.25.92/invest-applet/invest/Makefile.am	2009-03-21 23:03:33.497690275 -0400
@@ -14,6 +14,9 @@ invest_PYTHON = \
 	widgets.py \
 	quotes.py \
 	preferences.py
+
+nodist_invest_PYTHON = \
+	defs.py
 	
 BUILT_SOURCES = \
 	invest-applet


Index: gnome-applets.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gnome-applets/devel/gnome-applets.spec,v
retrieving revision 1.332
retrieving revision 1.333
diff -u -r1.332 -r1.333
--- gnome-applets.spec	18 Mar 2009 02:03:34 -0000	1.332
+++ gnome-applets.spec	22 Mar 2009 03:34:17 -0000	1.333
@@ -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 @@
 # 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 @@
 %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 @@
 	    %{_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 @@
 %{_datadir}/PolicyKit/policy/org.gnome.cpufreqselector.policy
 
 %changelog
+* Sat Mar 21 2009 Matthias Clasen <mclasen at redhat.com> - 1:2.25.92-3
+- Make the invest applet work
+
 * Tue Mar 17 2009 Matthias Clasen <mclasen at redhat.com> - 1:2.25.92-2
 - Support https in minicommander (#490387)
 




More information about the fedora-extras-commits mailing list