[springlobby/f18] - 0.147.0: Upstream bugfix release.

Gilboa Davara gilboa at fedoraproject.org
Sun Sep 9 17:31:35 UTC 2012


commit 200e7fb3302af225bf002f9188024b2369d223e1
Author: Gilboa Davara <gilboa at gilboa-home-dev.localdomain>
Date:   Sun Sep 9 20:31:12 2012 +0300

    - 0.147.0: Upstream bugfix release.

 .gitignore       |    1 +
 sources          |    2 +-
 springlobby.spec |   13 +++++++++----
 3 files changed, 11 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index ac50aee..cb41d72 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,3 +9,4 @@ springlobby-0.95.tar.bz2
 /springlobby-0.136.tar.bz2
 /springlobby-0.139.tar.bz2
 /springlobby-0.144.tar.bz2
+/springlobby-0.147.tar.bz2
diff --git a/sources b/sources
index a5250fe..18e79a3 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-facde8ab25100e50be5fc9b33deceb5c  springlobby-0.144.tar.bz2
+1dd17f3f573d40b10b66bdbdc77181f0  springlobby-0.147.tar.bz2
diff --git a/springlobby.spec b/springlobby.spec
index 42b35bd..8d1d25d 100644
--- a/springlobby.spec
+++ b/springlobby.spec
@@ -1,6 +1,6 @@
 Name:			springlobby
-Version:		0.144
-Release:		2%{?dist}
+Version:		0.147
+Release:		1%{?dist}
 Summary:		A lobby client for the spring RTS game engine
 
 Group:			Amusements/Games
@@ -39,8 +39,13 @@ SpringLobby is a free cross-platform lobby client for the Spring RTS project.
 
 %build
 # Use boost filesystem 2 explicitly (bug 654807)
+%if 0%{?fedora} >= 18
+export CFLAGS="$CFLAGS -DBOOST_FILESYSTEM_VERSION=3"
+export CXXFLAGS="$CXXFLAGS -DBOOST_FILESYSTEM_VERSION=3"
+%else
 export CFLAGS="$CFLAGS -DBOOST_FILESYSTEM_VERSION=2"
 export CXXFLAGS="$CXXFLAGS -DBOOST_FILESYSTEM_VERSION=2"
+%endif
 %cmake
 make %{?_smp_mflags}
 
@@ -92,8 +97,8 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
-* Sat Jul 21 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.144-2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
+* Fri Jun 15 2012 Gilboa Davara <gilboad [AT] gmail [DOT] com> - 0.147-1
+- Version 0.147 (Large number of fixes).
 
 * Fri Mar 16 2012 Gilboa Davara <gilboad [AT] gmail [DOT] com> - 0.144-1
 - Version 0.144 (Large number of fixes).


More information about the scm-commits mailing list