rpms/xfce4-radio-plugin/F-13 xfce4-radio-plugin-0.4.1-dsofix.patch, NONE, 1.1 xfce4-radio-plugin.spec, 1.3, 1.4

Christoph Wickert cwickert at fedoraproject.org
Wed Feb 17 08:28:42 UTC 2010


Author: cwickert

Update of /cvs/pkgs/rpms/xfce4-radio-plugin/F-13
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv8543/F-13

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


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

--- NEW FILE xfce4-radio-plugin-0.4.1-dsofix.patch ---
--- xfce4-radio-plugin-0.4.1.orig/panel-plugin/Makefile.in	2009-01-19 19:15:22.000000000 +0100
+++ xfce4-radio-plugin-0.4.1/panel-plugin/Makefile.in	2010-02-17 09:20:39.000000000 +0100
@@ -130,7 +130,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-radio-plugin.spec
===================================================================
RCS file: /cvs/pkgs/rpms/xfce4-radio-plugin/F-13/xfce4-radio-plugin.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- xfce4-radio-plugin.spec	27 Jul 2009 07:55:22 -0000	1.3
+++ xfce4-radio-plugin.spec	17 Feb 2010 08:28:42 -0000	1.4
@@ -2,13 +2,14 @@
 
 Name:           xfce4-radio-plugin
 Version:        0.4.1
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Video4linux radio device control plugin for the Xfce panel
 
 Group:          User Interface/Desktops
 License:        GPLv2+
 URL:            http://goodies.xfce.org/projects/panel-plugins/%{name}
 Source0:        http://goodies.xfce.org/releases/%{name}/%{name}-%{version}.tar.gz
+Patch0:         xfce4-radio-plugin-0.4.1-dsofix.patch
 BuildRoot:      %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 
 BuildRequires:  xfce4-panel-devel >= 4.3.22, libxfcegui4-devel >= 4.4.0
@@ -26,6 +27,7 @@ allows you to change frequency or statio
 
 %prep
 %setup -q
+%patch0 -p1 -b .dsofix
 # convert NEWS to UTF-8 with preserving the timestamp
 mv NEWS timestamp
 iconv -f ISO-8859-1 -t UTF-8 -o NEWS timestamp
@@ -71,6 +73,9 @@ gtk-update-icon-cache %{_datadir}/icons/
 
 
 %changelog
+* Wed Feb 17 2010 Christoph Wickert <cwickert at fedoraproject.org> - 0.4.1-3
+- Add patch to fix DSO linking (#564635)
+
 * Mon Jul 27 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.4.1-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 



More information about the scm-commits mailing list