rpms/xfce4-diskperf-plugin/devel xfce4-diskperf-plugin-2.2.0-dsofix.patch, NONE, 1.1 xfce4-diskperf-plugin.spec, 1.21, 1.22

Christoph Wickert cwickert at fedoraproject.org
Wed Feb 17 09:45:40 UTC 2010


Author: cwickert

Update of /cvs/pkgs/rpms/xfce4-diskperf-plugin/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv19183/devel

Modified Files:
	xfce4-diskperf-plugin.spec 
Added Files:
	xfce4-diskperf-plugin-2.2.0-dsofix.patch 
Log Message:
* Wed Feb 17 2010 Christoph Wickert <cwickert at fedoraproject.org> - 2.2.0-6
- Add patch to fix DSO linking (#564985)


xfce4-diskperf-plugin-2.2.0-dsofix.patch:
 Makefile.in |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE xfce4-diskperf-plugin-2.2.0-dsofix.patch ---
--- xfce4-diskperf-plugin-2.2.0.orig/panel-plugin/Makefile.in	2008-04-17 09:11:47.000000000 +0200
+++ xfce4-diskperf-plugin-2.2.0/panel-plugin/Makefile.in	2010-02-17 10:40:37.000000000 +0100
@@ -138,7 +138,7 @@
 INTLTOOL_XAM_RULE = @INTLTOOL_XAM_RULE@
 INTLTOOL_XML_NOMERGE_RULE = @INTLTOOL_XML_NOMERGE_RULE@
 INTLTOOL_XML_RULE = @INTLTOOL_XML_RULE@
-LDFLAGS = @LDFLAGS@
+LDFLAGS = @LDFLAGS@ -lm
 LIBOBJS = @LIBOBJS@
 LIBS = @LIBS@
 LIBXFCE4PANEL_CFLAGS = @LIBXFCE4PANEL_CFLAGS@


Index: xfce4-diskperf-plugin.spec
===================================================================
RCS file: /cvs/pkgs/rpms/xfce4-diskperf-plugin/devel/xfce4-diskperf-plugin.spec,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -p -r1.21 -r1.22
--- xfce4-diskperf-plugin.spec	10 Sep 2009 03:18:27 -0000	1.21
+++ xfce4-diskperf-plugin.spec	17 Feb 2010 09:45:40 -0000	1.22
@@ -1,6 +1,6 @@
 Name:		xfce4-diskperf-plugin
 Version:	2.2.0
-Release:	5%{?dist}
+Release:	6%{?dist}
 Summary:	Disk performance plugin for the Xfce panel
 
 Group:		User Interface/Desktops
@@ -9,6 +9,7 @@ URL:		http://goodies.xfce.org/panel-plug
 Source0:	http://goodies.xfce.org/releases/%{name}/%{name}-%{version}.tar.bz2
 # http://bugzilla.xfce.org/show_bug.cgi?id=3074
 Patch0:		%{name}-2.2.0-colors-at-startup.patch
+Patch1:		xfce4-diskperf-plugin-2.2.0-dsofix.patch
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:	xfce4-panel-devel >= 4.3.90, libxfcegui4-devel >= 4.3.90, libxml2-devel
@@ -22,6 +23,7 @@ second) based on data provided by the ke
 %prep
 %setup -q
 %patch0 -p1 -b .orig
+%patch1 -p1 -b .dsofix
 
 %build
 %configure --disable-static
@@ -42,6 +44,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/xfce4/panel-plugins/*.desktop
 
 %changelog
+* Wed Feb 17 2010 Christoph Wickert <cwickert at fedoraproject.org> - 2.2.0-6
+- Add patch to fix DSO linking (#564985)
+
 * Thu Sep 10 2009 Christoph Wickert <cwickert at fedoraproject.org> - 2.2.0-5
 - Fix custom bar colors at startup (bugzilla.xfce.org #3074)
 



More information about the scm-commits mailing list