From e08cafe6a8f165ffca0355fc6684cbc720f697db Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Tue, 15 Jul 2014 14:52:13 +0100 Subject: [PATCH] Update previous commit to deal with conditional patches. --- ocaml.spec | 23 ++++++++++++++++++----- 1 file changed, 18 insertions(+), 5 deletions(-) diff --git a/ocaml.spec b/ocaml.spec index d1792c8..b7f3689 100644 --- a/ocaml.spec +++ b/ocaml.spec @@ -20,7 +20,7 @@ Name: ocaml Version: 4.02.0 -Release: 0.3.git%{shortcommit}%{?dist} +Release: 0.4.git%{shortcommit}%{?dist} Summary: OCaml compiler and programming environment @@ -62,9 +62,7 @@ Patch0010: 0010-arg-Allow-flags-such-as-flag-arg-as-well-as-flag-arg.patch # On ARM 32 bit and aarch64, the CSE optimization is broken. See: # http://caml.inria.fr/mantis/view.php?id=6484 (armv7hl) # http://caml.inria.fr/mantis/view.php?id=6486 (aarch64) -%ifarch %{arm} aarch64 Patch9999: 0001-Disable-CSE.patch -%endif # Add BFD support so that ocamlobjinfo supports *.cmxs format (RHBZ#1113735). BuildRequires: binutils-devel @@ -203,7 +201,22 @@ git config user.name "no one" git add . git add -f configure ;# required because .gitignore lists this file git commit -a -q -m "%{version} baseline" -git am %{patches} - 4.02.0-0.3 +* Tue Jul 15 2014 Richard W.M. Jones - 4.02.0-0.4 - Disable CSE optimization which is broken on armv7hl and aarch64. * Sat Jul 12 2014 Richard W.M. Jones - 4.02.0-0.1