rpms/esperanza/devel esperanza-0.4.0-DSO.patch, NONE, 1.1 esperanza.spec, 1.4, 1.5

Tom Callaway spot at fedoraproject.org
Wed Feb 10 17:44:01 UTC 2010


Author: spot

Update of /cvs/pkgs/rpms/esperanza/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv16029

Modified Files:
	esperanza.spec 
Added Files:
	esperanza-0.4.0-DSO.patch 
Log Message:
fix implicit DSO linking

esperanza-0.4.0-DSO.patch:
 ui.pro |    3 +++
 1 file changed, 3 insertions(+)

--- NEW FILE esperanza-0.4.0-DSO.patch ---
diff -up esperanza-0.4.0/src/ui/ui.pro.DSO esperanza-0.4.0/src/ui/ui.pro
--- esperanza-0.4.0/src/ui/ui.pro.DSO	2010-02-10 12:04:26.926640465 -0500
+++ esperanza-0.4.0/src/ui/ui.pro	2010-02-10 12:04:54.347801277 -0500
@@ -24,6 +24,9 @@ win32 {
 
 LIBS += $$COMPONENTS
 
+# Needed to link properly
+LIBS += -lboost_signals-mt -lX11
+
 PRE_TARGETDEPS = $$COMPONENTS
 
 # Target


Index: esperanza.spec
===================================================================
RCS file: /cvs/pkgs/rpms/esperanza/devel/esperanza.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- esperanza.spec	20 Jan 2010 04:12:35 -0000	1.4
+++ esperanza.spec	10 Feb 2010 17:44:01 -0000	1.5
@@ -1,7 +1,7 @@
 Name:		esperanza
 Summary: 	A graphical audio player
 Version:	0.4.0
-Release:	5%{?dist}
+Release:	6%{?dist}
 License:	GPLv2+
 Group:		Applications/Multimedia
 Source0:	http://exodus.xmms.se/~tru/esperanza/0.4/%{name}-%{version}.tar.gz
@@ -10,6 +10,7 @@ Source1:	%{name}.desktop
 Source2:	%{name}.png
 Patch0:		esperanza-0.4.0-gitfixes20081204.patch
 Patch1:		esperanza-0.4.0-gitfixes20090811.patch
+Patch2:		esperanza-0.4.0-DSO.patch
 URL:		http://wiki.xmms2.xmms.se/wiki/Client:Esperanza
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:	xmms2-devel >= 0.6, qt-devel
@@ -23,6 +24,7 @@ It has a sleek, uncomplicated UI, and su
 %setup -q
 %patch0 -p1 -b .gitfixes
 %patch1 -p1 -b .moregit
+%patch2 -p1 -b .DSO
 # Don't need exec perms here
 chmod -x src/dialogs/xmms2dpreferences/xmms2dprefmodel*
 
@@ -58,6 +60,9 @@ rm -rf %{buildroot}
 %{_datadir}/applications/*.desktop
 
 %changelog
+* Wed Feb 10 2010 Tom "spot" Callaway <tcallawa at redhat.com> - 0.4.0-6
+- fix undefined DSO
+
 * Tue Jan 19 2010 Tom "spot" Callaway <tcallawa at redhat.com> - 0.4.0-5
 - rebuild for new boost
 



More information about the scm-commits mailing list