rpms/poker-eval/devel poker-eval-135.0-bash4.patch, NONE, 1.1 poker-eval.spec, 1.20, 1.21

Ralf Corsépius corsepiu at fedoraproject.org
Mon Feb 16 03:58:59 UTC 2009


Author: corsepiu

Update of /cvs/pkgs/rpms/poker-eval/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv24332

Modified Files:
	poker-eval.spec 
Added Files:
	poker-eval-135.0-bash4.patch 
Log Message:
* Mon Feb 16 2009 Ralf Corsepius <corsepiu at fedoraproject.org> 135.0-3
- Add poker-eval-135.0-bash4.patch to work around BZ485664.


poker-eval-135.0-bash4.patch:

--- NEW FILE poker-eval-135.0-bash4.patch ---
--- tests/bug1823~	2009-02-16 04:52:01.000000000 +0100
+++ tests/bug1823	2009-02-16 04:52:01.000000000 +0100
@@ -27,7 +27,8 @@
 cards         scoop     HIwin   HIlos   HItie     LOwin   LOlos   LOtie      EV
 As Qs Kh Jh     500       715      15      90         0       0       0   0.796
 Ac Kd 5d 7h      15        15     715      90       224       0       0   0.204
-EOF)
+EOF
+)
 if test "$r" != "$e" ; then
   diff -u <(echo "$e") <(echo "$r")
   exit 1
@@ -39,7 +40,8 @@
 cards         scoop     HIwin   HIlos   HItie     LOwin   LOlos   LOtie      EV
 As 6s 7h 5h     250       324       0     496         0       0     168   0.675
 Ac 7d 6d 5d       0         0     324     496         0       0     168   0.325
-EOF)
+EOF
+)
 if test "$r" != "$e" ; then
   diff -u <(echo "$e") <(echo "$r")
   exit 1
@@ -51,7 +53,8 @@
 cards         scoop     HIwin   HIlos   HItie     LOwin   LOlos   LOtie      EV
 As 6s 7h 5h     289       381     352      87        12       0     157   0.504
 Ac 8d 6d 5d     314       352     381      87         0      12     157   0.496
-EOF)
+EOF
+)
 if test "$r" != "$e" ; then
   diff -u <(echo "$e") <(echo "$r")
   exit 1


Index: poker-eval.spec
===================================================================
RCS file: /cvs/pkgs/rpms/poker-eval/devel/poker-eval.spec,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- poker-eval.spec	15 Feb 2009 17:57:52 -0000	1.20
+++ poker-eval.spec	16 Feb 2009 03:58:29 -0000	1.21
@@ -1,6 +1,6 @@
 Name:           poker-eval
 Version:        135.0
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Poker hand evaluator library
 
 Group:          Development/Libraries
@@ -9,8 +9,10 @@
 Source0:        http://download.gna.org/pokersource/sources/%{name}-%{version}.tar.gz
 Patch0:         %{name}-134.0-multiarch.patch
 Patch1:         %{name}-135.0-exit.patch
-# Workaround to BZ 485619, trigger when building poker3d
+# Workaround to BZ 485619, triggered when building poker3d
 Patch2:         %{name}-135.0-gcc44.patch
+# Workaround to BZ 485664
+Patch3:		%{name}-135.0-bash4.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 %description
@@ -34,6 +36,7 @@
 %patch0 -p0 -b .multiarch~
 %patch1 -p0 -b .exit~
 %patch2 -p0 -b .gcc44~
+%patch3 -p0 -b .bash4~
 
 # use examples/ directory for devel package %doc section
 mkdir -p tmp/examples && cp examples/*.c tmp/examples
@@ -80,6 +83,9 @@
 
 
 %changelog
+* Mon Feb 16 2009 Ralf Corsepius <corsepiu at fedoraproject.org> 135.0-3
+- Add poker-eval-135.0-bash4.patch to work around BZ485664.
+
 * Sun Feb 15 2009 Ralf Corsepius <corsepiu at fedoraproject.org> 135.0-2
 - Add poker-eval-135.0-gcc44.patch to work around BZ485619 killing
   building poker3d (BZ 485633).




More information about the fedora-extras-commits mailing list