rpms/ocaml/devel ocaml.spec,1.37,1.38

David Woodhouse (dwmw2) fedora-extras-commits at redhat.com
Fri Feb 29 18:53:22 UTC 2008


Author: dwmw2

Update of /cvs/pkgs/rpms/ocaml/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12002

Modified Files:
	ocaml.spec 
Log Message:
ppc64 port


Index: ocaml.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ocaml/devel/ocaml.spec,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- ocaml.spec	12 Feb 2008 21:10:04 -0000	1.37
+++ ocaml.spec	29 Feb 2008 18:52:45 -0000	1.38
@@ -1,6 +1,6 @@
 Name:		ocaml
 Version:	3.10.1
-Release: 	1%{?dist}
+Release: 	2%{?dist}
 
 Summary:	Objective Caml compiler and programming environment
 
@@ -16,6 +16,7 @@
 Patch0:		ocaml-rpath.patch
 Patch1:		ocaml-user-cflags.patch
 Patch2:         ocaml-3.10.0-tclver.patch
+Patch3:		ocaml-3.10.1-ppc64.patch
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:	ncurses-devel
 BuildRequires:  gdbm-devel
@@ -41,7 +42,7 @@
 Requires:       ncurses-devel
 Requires:       gdbm-devel
 Provides:	ocaml(compiler) = %{version}
-ExclusiveArch:  alpha armv4l %{ix86} ia64 x86_64 ppc sparc 
+ExclusiveArch:  alpha armv4l %{ix86} ia64 x86_64 ppc sparc ppc64
 
 %description
 Objective Caml is a high-level, strongly-typed, functional and
@@ -188,6 +189,7 @@
 %patch0 -p1 -b .rpath
 %patch1 -p1 -b .cflags
 %patch2 -p1 -b .tclver
+%patch3 -p1 -b .ppc64
 
 cp %{SOURCE2} refman.pdf
 
@@ -429,6 +431,9 @@
 
 
 %changelog
+* Fri Feb 29 2008 David Woodhouse <dwmw2 at infradead.org> - 3.10.1-2
+- ppc64 port
+
 * Tue Feb 12 2008 Richard W.M. Jones <rjones at redhat.com> - 3.10.1-1
 - new upstream version 3.10.1
 




More information about the fedora-extras-commits mailing list