rpms/gnome-panel/devel gnome-panel-2.31.2-libm.patch, NONE, 1.1 gnome-panel.spec, 1.387, 1.388

Dan Horák sharkcz at fedoraproject.org
Thu Jun 17 09:00:03 UTC 2010


Author: sharkcz

Update of /cvs/pkgs/rpms/gnome-panel/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv28585

Modified Files:
	gnome-panel.spec 
Added Files:
	gnome-panel-2.31.2-libm.patch 
Log Message:
* Thu Jun 17 2010 Dan Horák <dan[at]danny.cz> 2.31.2-3
- link also with libm


gnome-panel-2.31.2-libm.patch:
 Makefile.am |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE gnome-panel-2.31.2-libm.patch ---
diff -up gnome-panel-2.31.2/applets/clock/Makefile.am.libm gnome-panel-2.31.2/applets/clock/Makefile.am
--- gnome-panel-2.31.2/applets/clock/Makefile.am.libm	2010-06-17 10:21:14.000000000 +0200
+++ gnome-panel-2.31.2/applets/clock/Makefile.am	2010-06-17 10:21:28.000000000 +0200
@@ -67,7 +67,7 @@ CLOCK_LDADD =						\
 	$(CLOCK_LIBS)					\
 	$(LIBPANEL_APPLET_LIBS)				\
 	$(POLKIT_LIBS)				\
-	-lgweather
+	-lgweather -lm
 
 BUILT_SOURCES =					\
 	clock-marshallers.c			\


Index: gnome-panel.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gnome-panel/devel/gnome-panel.spec,v
retrieving revision 1.387
retrieving revision 1.388
diff -u -p -r1.387 -r1.388
--- gnome-panel.spec	29 May 2010 15:51:02 -0000	1.387
+++ gnome-panel.spec	17 Jun 2010 09:00:03 -0000	1.388
@@ -22,7 +22,7 @@
 Summary: GNOME panel
 Name: gnome-panel
 Version: 2.31.2
-Release: 2%{?dist}
+Release: 3%{?dist}
 URL: http://www.gnome.org
 #VCS: git:git://git.gnome.org/gnome-panel
 Source0: http://download.gnome.org/sources/gnome-panel/2.31/%{name}-%{version}.tar.bz2
@@ -124,6 +124,9 @@ Patch47: fix-clock-crash.patch
 
 Patch48: gnome-panel-libs.patch
 
+# https://bugzilla.gnome.org/show_bug.cgi?id=621864
+Patch49: gnome-panel-2.31.2-libm.patch
+
 Conflicts: gnome-power-manager < 2.15.3
 
 %description
@@ -174,6 +177,7 @@ Panel Applets using the libpanel-applet 
 #%patch45 -p1 -b .icon-padding
 %patch47 -p1 -b .fix-clock-crash
 %patch48 -p1 -b .libs
+%patch49 -p1 -b .libm
 
 cp -f %{SOURCE3} gnome-panel/panel-default-setup.entries
 cp -f %{SOURCE4} m4
@@ -367,6 +371,9 @@ gtk-update-icon-cache -q %{_datadir}/ico
 %{_datadir}/gtk-doc/html/*
 
 %changelog
+* Thu Jun 17 2010 Dan Horák <dan[at]danny.cz> 2.31.2-3
+- link also with libm
+
 * Sat May 29 2010 Matthias Clasen <mclasen at redhat.com> 2.31.2-2
 - Rebuild
 



More information about the scm-commits mailing list