[pokerth/f12/master] Update to 0.8.1.

Jussi Lehtola jussilehtola at fedoraproject.org
Sat Oct 16 21:48:37 UTC 2010


commit 3266046e52ae2d0a87a4fd98d1d0b8820f441bac
Author: Jussi Lehtola <jussilehtola at fedoraproject.org>
Date:   Sun Oct 17 00:48:31 2010 +0300

    Update to 0.8.1.

 pokerth.spec |   25 ++++++++++++++++++++++---
 sources      |    2 +-
 2 files changed, 23 insertions(+), 4 deletions(-)
---
diff --git a/pokerth.spec b/pokerth.spec
index e8e1707..fb40c51 100644
--- a/pokerth.spec
+++ b/pokerth.spec
@@ -1,11 +1,13 @@
 Name:		pokerth
-Version:	0.7.1
-Release:	2%{?dist}
+Version:	0.8.1
+Release:	1%{?dist}
 Summary:	A Texas-Holdem poker game
 Group:		Amusements/Games
 License:	GPLv2+
 URL:		http://www.pokerth.net
 Source0:	http://downloads.sourceforge.net/%{name}/PokerTH-%{version}-src.tar.bz2
+# Patch to include all necessary libraries in linking phase
+Patch0:		pokerth-libs.patch
 BuildRoot:	%(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 
 BuildRequires:	desktop-file-utils
@@ -15,6 +17,7 @@ BuildRequires:	libcurl-devel
 BuildRequires:	gnutls-devel
 BuildRequires:	boost-devel >= 1.37
 BuildRequires:	SDL_mixer-devel
+BuildRequires:	libgsasl-devel
 
 # Removed bundled fonts
 Requires:	dejavu-sans-fonts
@@ -28,6 +31,8 @@ is available for Linux, Windows, and MacOSX.
 
 %prep
 %setup -q -n PokerTH-%{version}-src
+%patch0 -p1 -b .libs
+
 # Fix permissions
 chmod 644 ChangeLog
 find . -name *.h -exec chmod 644 {} \;
@@ -72,8 +77,22 @@ rm -rf %{buildroot}
 %{_datadir}/applications/%{name}.desktop
 %{_datadir}/pixmaps/%{name}.png
 
-
 %changelog
+* Sun Oct 17 2010 Jussi Lehtola <jussilehtola at fedoraproject.org> - 0.8.1-1
+- Update to 0.8.1.
+
+* Tue Sep 07 2010 Jussi Lehtola <jussilehtola at fedoraproject.org> - 0.8-0.1.beta3
+- Upgrade to 0.8 series due to boost incompatibility.
+
+* Mon Aug 02 2010 Jussi Lehtola <jussilehtola at fedoraproject.org> - 0.7.1-5
+- Bump spec due to boost upgrade.
+
+* Thu Jun 03 2010 Jussi Lehtola <jussilehtola at fedoraproject.org> - 0.7.1-4
+- Fix FTBFS caused by implicit DSO linking in rawhide.
+
+* Thu Jan 21 2010 Jussi Lehtola <jussilehtola at fedoraproject.org> - 0.7.1-3
+- Bump spec due to change of boost soname.
+
 * Sun Jul 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.7.1-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 
diff --git a/sources b/sources
index 49b7e6d..9895deb 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a26a369bf3aa4b6ed92d0cadacb626e5  PokerTH-0.7.1-src.tar.bz2
+990b2b7dcb48028c0e963161ddea5806  PokerTH-0.8.1-src.tar.bz2


More information about the scm-commits mailing list