diff --git a/ocaml.spec b/ocaml.spec index 60057234d43599a0a5dabee8e8567b9cb31dc5b9..e461591343df8430af8c374002cab466f498e277 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