From e778bbd34058e70e08bb08564b6f185f6bbbffbb Mon Sep 17 00:00:00 2001 From: yanzh_h Date: Wed, 22 Jan 2020 10:16:06 +0800 Subject: [PATCH] modify patching method --- ocaml.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/ocaml.spec b/ocaml.spec index 6005723..e461591 100644 --- a/ocaml.spec +++ b/ocaml.spec @@ -1,6 +1,6 @@ Name: ocaml Version: 4.07.0 -Release: 5 +Release: 6 Summary: OCaml compiler and programming environment License: QPL and (LGPLv2+ with exceptions) URL: http://www.ocaml.org @@ -63,7 +63,7 @@ Obsoletes: %{name}-docs Help files for %{name} %prep -%autosetup -n %{name}-%{version} -S git -p1 +%autosetup -n %{name}-%{version} -p1 %build CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing" \ @@ -237,6 +237,9 @@ find %{buildroot} \( -name '*.cmt' -o -name '*.cmti' \) -a -delete %{_mandir}/man3/* %changelog +* Thu Jan 22 2020 yanzhihua - 4.07.0-6 +- modify patching method + * Mon Jan 13 2020 openEuler Buildteam - 4.07.0-5 - update software package -- Gitee