rpms/ocaml/F-9 ocaml.spec,1.39,1.40

Dennis Gilmore ausil at fedoraproject.org
Mon Oct 6 18:34:14 UTC 2008


Author: ausil

Update of /cvs/pkgs/rpms/ocaml/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv3438

Modified Files:
	ocaml.spec 
Log Message:
add sparcv9 to the ExclusiveArch list thats what we build 32 bit sparc as 



Index: ocaml.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ocaml/F-9/ocaml.spec,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- ocaml.spec	8 May 2008 11:14:02 -0000	1.39
+++ ocaml.spec	6 Oct 2008 18:33:43 -0000	1.40
@@ -1,6 +1,6 @@
 Name:		ocaml
 Version:	3.10.1
-Release: 	3%{?dist}
+Release: 	4%{?dist}
 
 Summary:	Objective Caml compiler and programming environment
 
@@ -43,7 +43,7 @@
 Requires:       ncurses-devel
 Requires:       gdbm-devel
 Provides:	ocaml(compiler) = %{version}
-ExclusiveArch:  alpha armv4l %{ix86} ia64 x86_64 ppc sparc ppc64
+ExclusiveArch:  alpha armv4l %{ix86} ia64 x86_64 ppc sparc sparcv9 ppc64
 
 %description
 Objective Caml is a high-level, strongly-typed, functional and
@@ -433,6 +433,9 @@
 
 
 %changelog
+* Mon Oct 06 2008 Dennis Gilmore <dennis at ausil.us> - 3.10.1-4
+- fedora builds 32 bit sparc as sparcv9 add it to the list of arches
+
 * Thu May  8 2008 Richard W.M. Jones <rjones at redhat.com> - 3.10.1-3
 - Pass MAP_32BIT to mmap (bz #445545).
 




More information about the scm-commits mailing list