rpms/ocaml-pa-do/F-10 ocaml-pa-do.spec,1.1,1.2

Richard W.M. Jones rjones at fedoraproject.org
Wed Mar 18 09:50:18 UTC 2009


Author: rjones

Update of /cvs/pkgs/rpms/ocaml-pa-do/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv3112

Modified Files:
	ocaml-pa-do.spec 
Log Message:
Don't run the tests on ppc64, causes out of memory error.


Index: ocaml-pa-do.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ocaml-pa-do/F-10/ocaml-pa-do.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ocaml-pa-do.spec	18 Mar 2009 09:32:16 -0000	1.1
+++ ocaml-pa-do.spec	18 Mar 2009 09:49:48 -0000	1.2
@@ -3,7 +3,7 @@
 
 Name:           ocaml-pa-do
 Version:        0.8.4
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        OCaml syntax extension for delimited overloading
 
 Group:          Development/Libraries
@@ -71,7 +71,9 @@
 
 
 %check
+%ifnarch ppc64
 omake test
+%endif
 
 
 %install
@@ -107,6 +109,9 @@
 
 
 %changelog
+* Tue Mar 17 2009 Richard W.M. Jones <rjones at redhat.com> - 0.8.4-4
+- Don't run the tests on ppc64, causes out of memory error.
+
 * Tue Mar 17 2009 Richard W.M. Jones <rjones at redhat.com> - 0.8.4-3
 - Patch module name which is illegal in OCaml 3.11.
 - Patch complex tests.




More information about the fedora-extras-commits mailing list