[pokerth] new release 1.0

Adam Williamson adamwill at fedoraproject.org
Tue Feb 19 00:41:32 UTC 2013


commit 703f496dd09c67d02189dc6424566c6e00e49ca4
Author: Adam Williamson <awilliam at redhat.com>
Date:   Mon Feb 18 16:41:17 2013 -0800

    new release 1.0

 .gitignore          |    1 +
 pokerth-gcc47.patch |   10 ----------
 pokerth.spec        |   11 +++++++----
 sources             |    2 +-
 4 files changed, 9 insertions(+), 15 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 602fe20..2ec3e3e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@ PokerTH-0.7.1-src.tar.bz2
 /PokerTH-0.8.2-src.tar.bz2
 /PokerTH-0.8.3-src.tar.bz2
 /PokerTH-0.9.5-src.tar.bz2
+/PokerTH-1.0-src.tar.bz2
diff --git a/pokerth.spec b/pokerth.spec
index a8d92cb..b9d235f 100644
--- a/pokerth.spec
+++ b/pokerth.spec
@@ -1,6 +1,6 @@
 Name:           pokerth
-Version:        0.9.5
-Release:        6%{?dist}
+Version:        1.0
+Release:        1%{?dist}
 Summary:        A Texas-Holdem poker game
 Group:          Amusements/Games
 License:        GPLv2+
@@ -9,7 +9,6 @@ Source0:        http://downloads.sourceforge.net/%{name}/PokerTH-%{version}-src.
 
 Patch0:         fix-libircclient-include.patch
 Patch1:         pokerth-0.8.3-gnutls-only.patch
-Patch2:         pokerth-gcc47.patch
 
 BuildRequires:  desktop-file-utils
 BuildRequires:  qt4-devel
@@ -22,6 +21,8 @@ BuildRequires:  libgsasl-devel
 BuildRequires:  sqlite-devel
 BuildRequires:  libircclient-devel
 BuildRequires:  tinyxml-devel
+# src/third_party/protobuf/pokerth.pb.h includes google/protobuf/stubs/common.h
+BuildRequires:	protobuf-devel
 
 # Removed bundled fonts
 Requires:       dejavu-sans-fonts
@@ -37,7 +38,6 @@ is available for Linux, Windows, and MacOSX.
 %setup -q -n PokerTH-%{version}-src
 %patch0 -p2
 #%patch1 -p1
-#%patch2
 
 # Fix permissions
 chmod 644 ChangeLog
@@ -83,6 +83,9 @@ rm -rf %{buildroot}
 %{_datadir}/pixmaps/%{name}.png
 
 %changelog
+* Mon Feb 18 2013 Adam Williamson <awilliam at redhat.com> - 1.0-1
+- new release 1.0
+
 * Sun Feb 10 2013 Denis Arnaud <denis.arnaud_fedora at m4x.org> - 0.9.5-6
 - Rebuild for Boost-1.53.0
 
diff --git a/sources b/sources
index e91773e..f468ca6 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-4bdea98bfc142a825c64b77feb4667d0  PokerTH-0.9.5-src.tar.bz2
+1d8686b8968475cfc76e873a17a53efc  PokerTH-1.0-src.tar.bz2


More information about the scm-commits mailing list