[springlobby/f17] - Version 0.169, major spring/springlobby upstream release. - Fix #921690. - GTK2 patch dropped.

Gilboa Davara gilboa at fedoraproject.org
Wed Apr 3 07:34:32 UTC 2013


commit 3217798a23c12b85da71162bec751bbe8b2ceddc
Author: Gilboa Davara <gilboa at gilboa-home-dev.localdomain>
Date:   Wed Apr 3 10:34:25 2013 +0300

    - Version 0.169, major spring/springlobby upstream release.
    - Fix #921690.
    - GTK2 patch dropped.

 .gitignore       |    1 +
 sources          |    2 +-
 springlobby.spec |   39 ++++++++++++++++++++-------------------
 3 files changed, 22 insertions(+), 20 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index cb41d72..182b616 100644
--- a/.gitignore
+++ b/.gitignore
@@ -10,3 +10,4 @@ springlobby-0.95.tar.bz2
 /springlobby-0.139.tar.bz2
 /springlobby-0.144.tar.bz2
 /springlobby-0.147.tar.bz2
+/springlobby-0.169.tar.bz2
diff --git a/sources b/sources
index 18e79a3..265e0c6 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-1dd17f3f573d40b10b66bdbdc77181f0  springlobby-0.147.tar.bz2
+1eb265268ac39d9b7e8fec90df92ff3d  springlobby-0.169.tar.bz2
diff --git a/springlobby.spec b/springlobby.spec
index 8d1d25d..20a1aee 100644
--- a/springlobby.spec
+++ b/springlobby.spec
@@ -1,5 +1,5 @@
 Name:			springlobby
-Version:		0.147
+Version:		0.169
 Release:		1%{?dist}
 Summary:		A lobby client for the spring RTS game engine
 
@@ -8,15 +8,14 @@ Group:			Amusements/Games
 License:		GPLv2
 URL:			http://springlobby.info
 Source0:		http://www.springlobby.info/tarballs/springlobby-%{version}.tar.bz2
-Patch0:			springlobby-gtkfix.patch
-
-BuildRoot:		%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+#Patch0:			springlobby-gtkfix.patch
 
 BuildRequires:	cmake
 BuildRequires:	wxGTK-devel, rb_libtorrent-devel
 BuildRequires:	SDL-devel, SDL_sound-devel, SDL_mixer-devel
 BuildRequires:	pkgconfig, desktop-file-utils, gettext
 BuildRequires:	openal-devel, libcurl-devel
+BuildRequires:	alure-devel
 
 # There are other "lobbies" for spring, make a virtual-provides
 Provides:		spring-lobby = %{version}-%{release}
@@ -27,15 +26,12 @@ Requires:		spring
 # Spring does not build on PPC, exclude it here too
 ExcludeArch:	ppc ppc64
 
-
 %description
 SpringLobby is a free cross-platform lobby client for the Spring RTS project.
 
-
 %prep
 %setup -q
-%patch0 -p0 -b .springlobby-gtkfix
-
+#%patch0 -p0 -b .springlobby-gtkfix
 
 %build
 # Use boost filesystem 2 explicitly (bug 654807)
@@ -49,10 +45,8 @@ export CXXFLAGS="$CXXFLAGS -DBOOST_FILESYSTEM_VERSION=2"
 %cmake
 make %{?_smp_mflags}
 
-
 %install
-rm -rf $RPM_BUILD_ROOT
-make install DESTDIR=$RPM_BUILD_ROOT
+%make_install
 
 # Handled in %%doc
 rm -rf $RPM_BUILD_ROOT%{_datadir}/doc/
@@ -70,7 +64,6 @@ desktop-file-install	\
 
 %find_lang %{name}
 
-
 %post
 touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
 
@@ -83,20 +76,28 @@ fi
 %posttrans
 gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 
-
-%clean
-rm -rf $RPM_BUILD_ROOT
-
-
 %files -f %{name}.lang
-%defattr(-,root,root,-)
 %doc AUTHORS NEWS README COPYING THANKS
 %{_bindir}/*
 %{_datadir}/applications/*.desktop
 %{_datadir}/icons/hicolor/scalable/apps/*.svg
 
-
 %changelog
+* Sun Apr 01 2013 Gilboa Davara <gilboad [AT] gmail [DOT] com> - 0.169-1
+- Version 0.169, major spring/springlobby upstream release.
+- Fix #921690.
+- GTK2 patch dropped.
+
+* Sun Feb 24 2013 Rahul Sundaram <sundaram at fedoraproject.org> - 0.147-4
+- Rebuild for rb_libtorrent soname bump
+- Clean up spec to follow current guidelines
+
+* Sat Feb 09 2013 Denis Arnaud <denis.arnaud_fedora at m4x.org> - 0.147-3
+- Rebuild for Boost-1.53.0
+
+* Sun Feb 03 2013 Kevin Fenzi <kevin at scrye.com> - 0.147-2
+- Rebuild for broken deps in rawhide
+
 * Fri Jun 15 2012 Gilboa Davara <gilboad [AT] gmail [DOT] com> - 0.147-1
 - Version 0.147 (Large number of fixes).
 


More information about the scm-commits mailing list