rpms/fife/devel fife-0.3.0-dso.patch,NONE,1.1 fife.spec,1.11,1.12

Thomas Kowaliczek linuxdonald at fedoraproject.org
Tue Mar 9 21:57:15 UTC 2010


Author: linuxdonald

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

Modified Files:
	fife.spec 
Added Files:
	fife-0.3.0-dso.patch 
Log Message:
Fixed Bug #564752

fife-0.3.0-dso.patch:
 linux2-config.py |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE fife-0.3.0-dso.patch ---
diff -up fife-0.3.0/build/linux2-config.py~ fife-0.3.0/build/linux2-config.py
--- fife-0.3.0/build/linux2-config.py~	2010-03-09 22:22:39.101242032 +0100
+++ fife-0.3.0/build/linux2-config.py	2010-03-09 22:23:06.019240317 +0100
@@ -49,7 +49,7 @@ def getRequiredLibs(opengl):
 			('SDL_image', 'SDL_image.h'),
 			('guichan', 'guichan.hpp'),
 			('guichan_sdl', ''),
-			(('boost_filesystem', 'boost_filesystem-gcc', 'boost_filesystem-gcc41', 'boost_filesystem-mt'), 'boost/filesystem.hpp'),
+			(('boost_system', 'boost_filesystem', 'boost_filesystem-gcc', 'boost_filesystem-gcc41', 'boost_filesystem-mt'), 'boost/filesystem.hpp'),
 			(('boost_regex', 'boost_regex-gcc', 'boost_regex-gcc41', 'boost_regex-mt'), 'boost/regex.hpp'),
 			('png', 'png.h'),
 			(('xcursor', 'Xcursor'), '')]


Index: fife.spec
===================================================================
RCS file: /cvs/pkgs/rpms/fife/devel/fife.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -p -r1.11 -r1.12
--- fife.spec	3 Feb 2010 19:13:47 -0000	1.11
+++ fife.spec	9 Mar 2010 21:57:15 -0000	1.12
@@ -20,6 +20,7 @@ BuildRoot:      %{_tmppath}/%{name}-%{ve
 
 Patch0:         %{name}-0.3.0-soname.patch
 Patch1:         %{name}-0.3.0-optflags.patch
+Patch2:		%{name}-0.3.0-dso.patch
 
 BuildRequires:  scons
 BuildRequires:  SDL-devel
@@ -82,6 +83,8 @@ Doxygen generated documentation for %{na
 %prep
 %setup -q 
 
+%patch2 -p1
+
 # Honor optflags // diff generated from svn
 %patch1 -p1
 



More information about the scm-commits mailing list