[fife] update to 0.3.2

Simon Wesp cassmodiah at fedoraproject.org
Fri Nov 26 14:11:19 UTC 2010


commit 606b1ec32f6c380bc6f7eef719fe8e26c8fe74e1
Author: Simon Wesp <cassmodiah at fedoraproject.org>
Date:   Fri Nov 26 15:10:58 2010 +0100

    update to 0.3.2

 .gitignore              |    1 +
 fife-0.3.1-soname.patch |   12 ------------
 fife-0.3.2-soname.patch |   13 +++++++++++++
 fife.spec               |   16 ++++++++++------
 sources                 |    2 +-
 5 files changed, 25 insertions(+), 19 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 004fba8..e8f8424 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 fife-0.3.1.tar.gz
+/fife-0.3.2.tar.gz
diff --git a/fife-0.3.2-soname.patch b/fife-0.3.2-soname.patch
new file mode 100644
index 0000000..428b79f
--- /dev/null
+++ b/fife-0.3.2-soname.patch
@@ -0,0 +1,13 @@
+diff -Naur fife-0.3.2.orig/engine/SConscript fife-0.3.2/engine/SConscript
+--- fife-0.3.2.orig/engine/SConscript	2010-07-05 21:36:41.000000000 +0200
++++ fife-0.3.2/engine/SConscript	2010-11-26 14:31:12.615822582 +0100
+@@ -128,7 +128,8 @@
+ 								  SHLIBEMITTER = '')
+ else:
+ 	sharedlib = env.SharedLibrary(target = fife_tgt,
+-								  source = compilefiles)
++								  source = compilefiles,
++								  LINKFLAGS=['-Wl,-soname,libfife.so.SONAME'])
+ 
+ #**************************************************************************
+ #python library target
diff --git a/fife.spec b/fife.spec
index 63d2b17..c07b1ac 100644
--- a/fife.spec
+++ b/fife.spec
@@ -3,21 +3,21 @@
 
 Name:           fife
 Epoch:          1
-Version:        0.3.1
-Release:        4%{?dist}
+Version:        0.3.2
+Release:        1%{?dist}
 Summary:        Cross platform game creation framework
 
 Group:          Amusements/Games
 License:        LGPLv2+
 URL:            http://www.fifengine.de
-# https://sourceforge.net/projects/fife/files/active/src/fife-0.3.0.tar.gz/download
+# https://sourceforge.net/projects/fife/files/active/src/fife-0.3.2.tar.gz/download
 # removed ext/   -  removed for using system libs instead of shipped
 # removed tests/   -  removed for legal issues
 # removed tools/   -  removed for legal issues
 Source0:        %{name}-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-Patch0:         %{name}-0.3.1-soname.patch
+Patch0:         %{name}-0.3.2-soname.patch
 Patch1:         %{name}-0.3.1-dso.patch
 Patch3:         %{name}-0.3.1-boost.patch
 
@@ -116,6 +116,7 @@ sed -i "s|SONAME|%{soname}|g" \
 # link against boost_filesystem
 %patch3 -p1
 
+
 %build
 scons . \
       CXXFLAGS='%{optflags}' \
@@ -203,6 +204,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Fri Nov 26 2010 Simon Wesp <cassmodiah at fedoraproject.org> - 1:0.3.2-1
+- Update to 0.3.2
+
 * Wed Aug  4 2010 Thomas Spura <tomspur at fedoraproject.org> - 1:0.3.1-4
 - Rebuilt for http://fedoraproject.org/wiki/Features/F14Boost144
 - install to sitearch not sitelib
@@ -215,7 +219,7 @@ rm -rf %{buildroot}
 - also link against boost_filesystem
 
 * Wed Apr 07 2010 Simon Wesp <cassmodiah at fedoraproject.org> - 1:0.3.1-1
-- pdate to 0.3.1
+- Update to 0.3.1
  
 * Tue Mar 09 2010 Thomas Kowaliczek <linuxdonald at linuxdonald.de> - 1:0.3.0-4
 - Fixed Bug #564752
@@ -234,7 +238,7 @@ rm -rf %{buildroot}
 - Cleanup
 
 * Wed Jan 27 2010 Simon Wesp <cassmodiah at fedoraproject.org> - 1:0.3.0-1
-- update to 0.3.0
+- Update to 0.3.0
 
 * Tue Jan 21 2010 Simon Wesp <cassmodiah at fedoraproject.org> - 2009.0-0.28.r3111svn
 - Rebuild for updated boost
diff --git a/sources b/sources
index 57336cd..56f388d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-2d2bc2273eda8d2fe10a8be44eeef7ba  fife-0.3.1.tar.gz
+bdf2c74fac2c10cefa0e5f1f768adb60  fife-0.3.2.tar.gz


More information about the scm-commits mailing list