rpms/gnome-applets/FC-5 gnome-applets-2.14.0-gswitchit-export-dynamic.patch, NONE, 1.1 gnome-applets.spec, 1.127, 1.128

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Tue Mar 28 22:44:14 UTC 2006


Author: rstrode

Update of /cvs/dist/rpms/gnome-applets/FC-5
In directory cvs.devel.redhat.com:/tmp/cvs-serv5525

Modified Files:
	gnome-applets.spec 
Added Files:
	gnome-applets-2.14.0-gswitchit-export-dynamic.patch 
Log Message:
- export symbols in gswitchit applet so applet plugins 
  work (bug 187168)


gnome-applets-2.14.0-gswitchit-export-dynamic.patch:
 Makefile.am |    1 +
 1 files changed, 1 insertion(+)

--- NEW FILE gnome-applets-2.14.0-gswitchit-export-dynamic.patch ---
--- gnome-applets-2.14.0/gswitchit/Makefile.am.gswitchit-export-dynamic	2006-03-28 17:41:17.000000000 -0500
+++ gnome-applets-2.14.0/gswitchit/Makefile.am	2006-03-28 17:42:13.000000000 -0500
@@ -37,6 +37,7 @@ libgswitchit_applet_a_CFLAGS = $(COMMON_
 
 gnome_keyboard_applet_CFLAGS = $(COMMON_CFLAGS) \
            $(GNOME_APPLETS_CFLAGS)
+gnome_keyboard_applet_LDFLAGS = -export-dynamic
 
 gnome_keyboard_applet_LDADD = \
                          libgswitchit-applet.a \


Index: gnome-applets.spec
===================================================================
RCS file: /cvs/dist/rpms/gnome-applets/FC-5/gnome-applets.spec,v
retrieving revision 1.127
retrieving revision 1.128
diff -u -r1.127 -r1.128
--- gnome-applets.spec	12 Mar 2006 18:22:19 -0000	1.127
+++ gnome-applets.spec	28 Mar 2006 22:44:12 -0000	1.128
@@ -18,7 +18,7 @@
 Summary:        Small applications for the GNOME panel.
 Name:     	gnome-applets
 Version: 	2.14.0
-Release:  	1
+Release:  	1.fc5
 Epoch:          1
 License:	GPL
 Group:          User Interface/Desktops
@@ -31,6 +31,7 @@
 Patch5:	        gnome-applets-2.13.4-warning.patch
 Patch6:	        gnome-applets-2.13.90-stock-ticker.patch
 Patch8:	        gnome-applets-2.13.90-mixer-crash.patch
+Patch9:	        gnome-applets-2.14.0-gswitchit-export-dynamic.patch
 
 URL:		http://www.gnome.org/
 
@@ -89,6 +90,7 @@
 %patch5 -p1 -b .warning
 %patch6 -p1 -b .stock-ticker
 %patch8 -p1 -b .mixer-crash
+#%patch9 -p1 -b .gswitchit-export-dynamic
 
 cp gswitchit/gswitchit-applet.png  gswitchit/gswitchit-properties-capplet.png
 
@@ -101,6 +103,7 @@
 autoconf
 
 %build
+autoreconf
 %configure			\
 	--enable-suid=no 	\
 	--disable-scrollkeeper 	\
@@ -196,6 +199,10 @@
 %{_libdir}/pkgconfig/gweather.pc
 
 %changelog
+* Tue Mar 28 2006 Ray Strode <rstrode at redhat.com> - 2.14.0-1.fc5
+- export symbols in gswitchit applet so applet plugins 
+  work (bug 187168)
+
 * Sun Mar 12 2006 Ray Strode <rstrode at redhat.com> - 2.14.0-1
 - update to 2.14.0
 




More information about the fedora-cvs-commits mailing list