rpms/poker-engine/FC-5 poker-engine.spec,1.9,1.10

Christopher Stone (xulchris) fedora-extras-commits at redhat.com
Tue Sep 12 21:45:33 UTC 2006


Author: xulchris

Update of /cvs/extras/rpms/poker-engine/FC-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9337/FC-5

Modified Files:
	poker-engine.spec 
Log Message:
Reduce verbosity on %check


Index: poker-engine.spec
===================================================================
RCS file: /cvs/extras/rpms/poker-engine/FC-5/poker-engine.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- poker-engine.spec	8 Sep 2006 17:21:29 -0000	1.9
+++ poker-engine.spec	12 Sep 2006 21:45:33 -0000	1.10
@@ -2,7 +2,7 @@
 
 Name:           poker-engine
 Version:        1.0.18
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Python library that implements poker rules
 Group:          Development/Libraries
 License:        GPL
@@ -41,8 +41,7 @@
 make install DESTDIR=%{buildroot}
 
 %check
-# upstream is aware of some check failures
-make %{?_smp_mflags} check ||:
+make %{?_smp_mflags} check VERBOSE_T=-1
  
 %clean
 rm -rf %{buildroot}
@@ -63,6 +62,9 @@
 %{_datadir}/pkgconfig/%{name}.pc
 
 %changelog
+* Tue Sep 12 2006 Christopher Stone <chris.stone at gmail.com> 1.0.18-2
+- Reduce verbosity in %%check section
+
 * Fri Sep 08 2006 Christopher Stone <chris.stone at gmail.com> 1.0.18-1
 - Upstream sync
 




More information about the fedora-extras-commits mailing list