From 0666b78fafae0ec89b8b51d33a1e10d3e6a757de Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Wed, 8 Jan 2014 13:28:41 +0000 Subject: [PATCH] Don't use ifarch around Patch lines, as it means the patch files don't get included in the spec file. --- ocaml.spec | 27 +++++++++++++++++++++++---- 1 file changed, 23 insertions(+), 4 deletions(-) diff --git a/ocaml.spec b/ocaml.spec index 24715eb..bd92a6d 100644 --- a/ocaml.spec +++ b/ocaml.spec @@ -1,6 +1,6 @@ Name: ocaml Version: 4.01.0 -Release: 7%{?dist} +Release: 8%{?dist} Summary: OCaml compiler and programming environment @@ -38,11 +38,9 @@ Patch0007: 0007-yacc-Use-mkstemp-instead-of-mktemp.patch Patch0008: 0008-stdlib-arg-Allow-flags-such-as-flag-arg-as-well-as-f.patch # Aarch64 patches. -%ifarch aarch64 Patch0009: 0009-Port-to-the-ARM-64-bits-AArch64-architecture-experim.patch Patch0010: 0010-Updated-with-latest-versions-from-FSF.patch Patch0011: 0011-Disable-ocamldoc-and-camlp4opt-aarch64-only.patch -%endif BuildRequires: ncurses-devel BuildRequires: gdbm-devel @@ -245,7 +243,24 @@ git config user.email "noone@example.com" git config user.name "no one" git add . git commit -a -q -m "%{version} baseline" -git am %{patches} - 4.01.0-8 +- Don't use ifarch around Patch lines, as it means the patch files + don't get included in the spec file. + * Mon Jan 6 2014 Richard W.M. Jones - 4.01.0-7 - Work around gcc stack alignment issues, see http://caml.inria.fr/mantis/view.php?id=5700