rpms/lxlauncher/F-13 lxlauncher-0.2.1-dsofix.patch, NONE, 1.1 lxlauncher.spec, 1.5, 1.6

Christoph Wickert cwickert at fedoraproject.org
Wed Feb 17 12:39:44 UTC 2010


Author: cwickert

Update of /cvs/pkgs/rpms/lxlauncher/F-13
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv13952/F-13

Modified Files:
	lxlauncher.spec 
Added Files:
	lxlauncher-0.2.1-dsofix.patch 
Log Message:
* Wed Feb 17 2010 Christoph Wickert <cwickert at fedoraproject.org> - 0.2.1-4
- Add patch to fix DSO linking (#565072)


lxlauncher-0.2.1-dsofix.patch:
 Makefile.in |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE lxlauncher-0.2.1-dsofix.patch ---
diff -dur lxlauncher-0.2.1.orig/src/Makefile.in lxlauncher-0.2.1/src/Makefile.in
--- lxlauncher-0.2.1.orig/src/Makefile.in	2009-07-07 14:46:41.000000000 +0200
+++ lxlauncher-0.2.1/src/Makefile.in	2010-02-17 13:34:43.000000000 +0100
@@ -101,7 +101,7 @@
 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 INSTOBJEXT = @INSTOBJEXT@
 INTLLIBS = @INTLLIBS@
-LDFLAGS = @LDFLAGS@
+LDFLAGS = @LDFLAGS@ -lX11
 LIBOBJS = @LIBOBJS@
 LIBS = @LIBS@
 LTLIBOBJS = @LTLIBOBJS@


Index: lxlauncher.spec
===================================================================
RCS file: /cvs/pkgs/rpms/lxlauncher/F-13/lxlauncher.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- lxlauncher.spec	23 Nov 2009 01:21:26 -0000	1.5
+++ lxlauncher.spec	17 Feb 2010 12:39:44 -0000	1.6
@@ -1,12 +1,13 @@
 Name:           lxlauncher
 Version:        0.2.1
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        Open source replacement for Launcher on the EeePC
 
 Group:          User Interface/Desktops
 License:        GPLv2+
 URL:            http://lxde.org/
 Source0:        http://downloads.sourceforge.net/sourceforge/lxde/%{name}-%{version}.tar.gz
+Patch0:         lxlauncher-0.2.1-dsofix.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  gtk2-devel >= 2.12 startup-notification-devel
@@ -22,6 +23,7 @@ LXLauncher is part of LXDE, the Lightwei
 
 %prep
 %setup -q
+%patch0 -p1 -b .dsofix
 
 
 %build
@@ -57,7 +59,10 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
-* Mon Nov 23 2009 Christoph Wickert <fedora christoph-wickert de> - 0.2.1-3
+* Wed Feb 17 2010 Christoph Wickert <cwickert at fedoraproject.org> - 0.2.1-4
+- Add patch to fix DSO linking (#565072)
+
+* Mon Nov 23 2009 Christoph Wickert <cwickert at fedoraproject.org> - 0.2.1-3
 - Workaround for infinite loop that causes FTBFS (#539147)
 
 * Sat Jul 25 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.2.1-2



More information about the scm-commits mailing list