[springlobby/f15/master] - Version: 0.124. - Boost fix.

Gilboa Davara gilboa at fedoraproject.org
Thu Mar 10 03:15:17 UTC 2011


commit bea9cf8f0c0b8d134cf34e29c44e786c30bc91b5
Author: Gilboa Davara <gilboa at gilboa-home-dev.localdomain>
Date:   Thu Mar 10 05:14:45 2011 +0200

    - Version: 0.124.
    - Boost fix.

 .gitignore       |    1 +
 sources          |    1 +
 springlobby.spec |   18 +++++++++++++++---
 3 files changed, 17 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 0ad237b..66457a6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@ springlobby-0.95.tar.bz2
 /springlobby-gtkfix.patch
 /springlobby-0.118.tar.bz2
 /springlobby-0.120.tar.bz2
+/libnotify-070-fix.patch
diff --git a/sources b/sources
index f01bb39..59d6003 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,3 @@
 79f230cb665f7aac635ffe71abef14ef  springlobby-0.120.tar.bz2
 8a81cf4b06ad7404170e8ccfab454ab0  springlobby-gtkfix.patch
+b94d9fc2426f149510dd808f105188b3  libnotify-070-fix.patch
diff --git a/springlobby.spec b/springlobby.spec
index f988180..08b2441 100644
--- a/springlobby.spec
+++ b/springlobby.spec
@@ -1,6 +1,6 @@
 Name:           springlobby
-Version:        0.120
-Release:        2%{?dist}
+Version:        0.124
+Release:        1%{?dist}
 Summary:        A lobby client for the spring RTS game engine
 
 Group:          Amusements/Games
@@ -8,7 +8,8 @@ Group:          Amusements/Games
 License:        GPLv2
 URL:            http://springlobby.info
 Source0:        http://www.springlobby.info/tarballs/springlobby-%{version}.tar.bz2
-Patch0:			springlobby-gtkfix.patch
+Patch0:		springlobby-gtkfix.patch
+Patch1:         libnotify-070-fix.patch
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -35,9 +36,13 @@ SpringLobby is a free cross-platform lobby client for the Spring RTS project.
 %prep
 %setup -q
 %patch0 -p1 -b .springlobby-gtkfix
+%patch1 -p1 -b .libnotify-070-fix
 
 
 %build
+# Use boost filesystem 2 explicitly (bug 654807)
+export CFLAGS="$CFLAGS -DBOOST_FILESYSTEM_VERSION=2"
+export CXXFLAGS="$CXXFLAGS -DBOOST_FILESYSTEM_VERSION=2"
 %cmake
 make %{?_smp_mflags}
 
@@ -89,6 +94,13 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Thu Mar 10 2011 Gilboa Davara <gilboad [AT] gmail [DOT] com> - 0.124-1
+- Version 0.124 (Large number of fixes).
+
+* Fri Feb 14 2011 Leigh Scott <leigh123linux at googlemail.com> - 0.120-3
+- specify boost_filesystem version
+- patch for libnotify changes
+
 * Wed Feb 09 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.120-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 


More information about the scm-commits mailing list