rpms/xfce4-places-plugin/devel xfce4-places-plugin-1.2.0-dsofix-patch, NONE, 1.1 xfce4-places-plugin.spec, 1.17, 1.18

Christoph Wickert cwickert at fedoraproject.org
Wed Feb 17 00:00:11 UTC 2010


Author: cwickert

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

Modified Files:
	xfce4-places-plugin.spec 
Added Files:
	xfce4-places-plugin-1.2.0-dsofix-patch 
Log Message:
* Tue Feb 16 2010 Christoph Wickert <cwickert at fedoraproject.org> - 1.2.0-2
- Add patch to fix DSO linking (#564693)



--- NEW FILE xfce4-places-plugin-1.2.0-dsofix-patch ---
--- xfce4-places-plugin-1.2.0.orig/panel-plugin/Makefile.in	2009-07-31 08:21:07.000000000 +0200
+++ xfce4-places-plugin-1.2.0/panel-plugin/Makefile.in	2010-02-17 00:56:48.000000000 +0100
@@ -156,7 +156,7 @@
 INTLTOOL_MERGE = @INTLTOOL_MERGE@
 INTLTOOL_PERL = @INTLTOOL_PERL@
 INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
-LDFLAGS = @LDFLAGS@
+LDFLAGS = @LDFLAGS@ -lX11
 LIBOBJS = @LIBOBJS@
 LIBS = @LIBS@
 LIBTOOL = @LIBTOOL@


Index: xfce4-places-plugin.spec
===================================================================
RCS file: /cvs/pkgs/rpms/xfce4-places-plugin/devel/xfce4-places-plugin.spec,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -p -r1.17 -r1.18
--- xfce4-places-plugin.spec	31 Jul 2009 12:43:37 -0000	1.17
+++ xfce4-places-plugin.spec	17 Feb 2010 00:00:11 -0000	1.18
@@ -1,12 +1,13 @@
 Name:		xfce4-places-plugin
 Version:	1.2.0
-Release:	1%{?dist}
+Release:	2%{?dist}
 Summary:	Places menu for the Xfce panel
 
 Group:		User Interface/Desktops
 License:	GPLv2+
 URL:		http://goodies.xfce.org/projects/panel-plugins/%{name}
 Source0:	http://archive.xfce.org/src/panel-plugins/%{name}/1.2/%{name}-%{version}.tar.bz2
+Patch0:		xfce4-places-plugin-1.2.0-dsofix-patch
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:	xfce4-panel-devel >= 4.3.99.1, libxfcegui4-devel >= 4.3.99.1
@@ -26,6 +27,7 @@ a menu with 4 sections:
 
 %prep
 %setup -q
+%patch0 -p1 -b .dsofix
 
 
 %build
@@ -52,6 +54,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Tue Feb 16 2010 Christoph Wickert <cwickert at fedoraproject.org> - 1.2.0-2
+- Add patch to fix DSO linking (#564693)
+
 * Fri Jul 31 2009 Christoph Wickert <cwickert at fedoraproject.org> - 1.2.0-1
 - Update to 1.2.0
 - Drop Andea Santilli's xdg-userdir-compat.patch because it got upstreamed



More information about the scm-commits mailing list