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 f732847..20a1aee 100644 --- a/springlobby.spec +++ b/springlobby.spec @@ -1,6 +1,6 @@ Name: springlobby -Version: 0.147 -Release: 4%{?dist} +Version: 0.169 +Release: 1%{?dist} Summary: A lobby client for the spring RTS game engine Group: Amusements/Games @@ -8,13 +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 +#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} @@ -30,7 +31,7 @@ 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) @@ -82,6 +83,11 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %{_datadir}/icons/hicolor/scalable/apps/*.svg %changelog +* Sun Apr 01 2013 Gilboa Davara - 0.169-1 +- Version 0.169, major spring/springlobby upstream release. +- Fix #921690. +- GTK2 patch dropped. + * Sun Feb 24 2013 Rahul Sundaram - 0.147-4 - Rebuild for rb_libtorrent soname bump - Clean up spec to follow current guidelines