rpms/plee-the-bear/devel plee-the-bear-0.4.1-boost.patch, NONE, 1.1 plee-the-bear.spec, 1.3, 1.4

Lubomir Rintel lkundrak at fedoraproject.org
Wed Feb 17 22:06:12 UTC 2010


Author: lkundrak

Update of /cvs/pkgs/rpms/plee-the-bear/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv29400

Modified Files:
	plee-the-bear.spec 
Added Files:
	plee-the-bear-0.4.1-boost.patch 
Log Message:
* Wed Feb 17 2010 Lubomir Rintel <lkundrak at v3.sk> - 0.4.1-5
- Fix build


plee-the-bear-0.4.1-boost.patch:
 CMakeCXXCompiler.cmake |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE plee-the-bear-0.4.1-boost.patch ---
diff -up plee-the-bear-0.4.1/CMakeFiles/CMakeCXXCompiler.cmake.orig plee-the-bear-0.4.1/CMakeFiles/CMakeCXXCompiler.cmake
--- plee-the-bear-0.4.1/CMakeFiles/CMakeCXXCompiler.cmake.orig	2010-02-17 22:48:21.007497037 +0100
+++ plee-the-bear-0.4.1/CMakeFiles/CMakeCXXCompiler.cmake	2010-02-17 22:48:50.201489435 +0100
@@ -38,5 +38,5 @@ ENDIF(CMAKE_CXX_COMPILER_ABI)
 
 SET(CMAKE_CXX_HAS_ISYSROOT "")
 
-SET(CMAKE_CXX_IMPLICIT_LINK_LIBRARIES "stdc++;m;c")
+SET(CMAKE_CXX_IMPLICIT_LINK_LIBRARIES "stdc++;m;c;boost_system-mt")
 SET(CMAKE_CXX_IMPLICIT_LINK_DIRECTORIES "/usr/lib/gcc/i686-redhat-linux/4.4.3;/usr/lib")


Index: plee-the-bear.spec
===================================================================
RCS file: /cvs/pkgs/rpms/plee-the-bear/devel/plee-the-bear.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- plee-the-bear.spec	21 Jan 2010 21:02:13 -0000	1.3
+++ plee-the-bear.spec	17 Feb 2010 22:06:12 -0000	1.4
@@ -1,12 +1,13 @@
 Name:           plee-the-bear
 Version:        0.4.1
-Release:        4%{?dist}
+Release:        5%{?dist}
 Summary:        2D platform game
 Group:          Amusements/Games
 # Code and artwork respectively
 License:        GPLv2+ and CC-BY-SA
 URL:            http://plee-the-bear.sourceforge.net/
 Source0:        http://downloads.sourceforge.net/project/plee-the-bear/Plee%20the%20Bear/0.4/%{name}-%{version}.tar.gz
+Patch0:         plee-the-bear-0.4.1-boost.patch
 BuildRoot:      %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 
 BuildRequires:  desktop-file-utils
@@ -38,6 +39,7 @@ game counts several contributions from e
 
 %prep
 %setup -q
+%patch0 -p1
 
 
 %build
@@ -97,6 +99,9 @@ gtk-update-icon-cache %{_datadir}/icons/
 
 
 %changelog
+* Wed Feb 17 2010 Lubomir Rintel <lkundrak at v3.sk> - 0.4.1-5
+- Fix build
+
 * Fri Jan 22 2010 Rahul Sundaram <sundaram at fedoraproject.org> - 0.4.1-4
 - Rebuild for Boost soname bump
 



More information about the scm-commits mailing list