[springlobby] - Version upgrade to 0.136.

Gilboa Davara gilboa at fedoraproject.org
Sun Aug 28 15:35:49 UTC 2011


commit 799cd1e2a2e1af72cb03893c294db6ba0309aadc
Author: Gilboa Davara <gilboa at gilboa-home-dev.localdomain>
Date:   Sun Aug 28 18:35:24 2011 +0300

    - Version upgrade to 0.136.

 .gitignore               |    1 +
 sources                  |    6 +-----
 springlobby-gtkfix.patch |   12 ++++++------
 springlobby.spec         |    7 +++++--
 4 files changed, 13 insertions(+), 13 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 0c1859d..00a7ce8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,3 +6,4 @@ springlobby-0.95.tar.bz2
 /springlobby-0.124.tar.bz2
 /springlobby-0.128.tar.bz2
 /springlobby-0.131.tar.bz2
+/springlobby-0.136.tar.bz2
diff --git a/sources b/sources
index b61ee47..d19de57 100644
--- a/sources
+++ b/sources
@@ -1,5 +1 @@
-f877a02e9559690f6f90e2eae163fdcc  springlobby-0.124.tar.bz2
-b94d9fc2426f149510dd808f105188b3  libnotify-070-fix.patch
-8a81cf4b06ad7404170e8ccfab454ab0  springlobby-gtkfix.patch
-14a67b499366f500645d6174f7753674  springlobby-0.128.tar.bz2
-ea25f376a3fc48e3f3ff4de6d6637b5d  springlobby-0.131.tar.bz2
+b08d209ab8b338112ca46ac959ca6d1b  springlobby-0.136.tar.bz2
diff --git a/springlobby-gtkfix.patch b/springlobby-gtkfix.patch
index 53ab20b..c108d96 100644
--- a/springlobby-gtkfix.patch
+++ b/springlobby-gtkfix.patch
@@ -1,11 +1,11 @@
---- springlobby-0.116/CMakeLists.txt.old	2010-11-18 22:03:13.167659743 +0200
-+++ springlobby-0.116/CMakeLists.txt	2010-11-18 22:03:51.703595481 +0200
-@@ -193,6 +193,8 @@
- 	pkg_check_modules( LIBNOTIFY libnotify )
+--- CMakeLists.txt.old	2011-08-22 14:19:43.212768297 +0300
++++ CMakeLists.txt	2011-08-22 14:20:09.123480182 +0300
+@@ -204,6 +204,8 @@
  	IF( LIBNOTIFY_FOUND )
  		INCLUDE_DIRECTORIES( ${LIBNOTIFY_INCLUDE_DIRS} )
+ 		LINK_LIBRARIES( ${LIBNOTIFY_LIBRARIES} )
 +		FIND_PACKAGE(GTK2 COMPONENTS gtk)
 +		INCLUDE_DIRECTORIES (${GTK2_INCLUDE_DIRS})
- 		LINK_LIBRARIES( ${LIBNOTIFY_LIBRARIES} )
+ 		INCLUDE_DIRECTORIES( ${GLIB_INCLUDE_DIRS} )
+ 		LINK_LIBRARIES( ${GLIB_LIBRARIES} )
  		ADD_DEFINITIONS( -DHAVE_LIBNOTIFY )
- 	ENDIF( LIBNOTIFY_FOUND )
diff --git a/springlobby.spec b/springlobby.spec
index 3e50ec1..d151225 100644
--- a/springlobby.spec
+++ b/springlobby.spec
@@ -1,5 +1,5 @@
 Name:			springlobby
-Version:		0.131
+Version:		0.136
 Release:		1%{?dist}
 Summary:		A lobby client for the spring RTS game engine
 
@@ -34,7 +34,7 @@ SpringLobby is a free cross-platform lobby client for the Spring RTS project.
 
 %prep
 %setup -q
-%patch0 -p1 -b .springlobby-gtkfix
+%patch0 -p0 -b .springlobby-gtkfix
 
 
 %build
@@ -92,6 +92,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Thu Aug 22 2011 Gilboa Davara <gilboad [AT] gmail [DOT] com> - 0.136-1
+- Version 0.136 (Large number of fixes).
+
 * Thu May 18 2011 Gilboa Davara <gilboad [AT] gmail [DOT] com> - 0.131-1
 - Version 0.131 (Large number of fixes).
 


More information about the scm-commits mailing list