Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ocaml-camlp5 for openSUSE:Factory checked in at 2021-04-29 01:37:33 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ocaml-camlp5 (Old) and /work/SRC/openSUSE:Factory/.ocaml-camlp5.new.12324 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ocaml-camlp5" Thu Apr 29 01:37:33 2021 rev:9 rq:887306 version:8.00 Changes: -------- --- /work/SRC/openSUSE:Factory/ocaml-camlp5/ocaml-camlp5.changes 2020-09-03 01:16:44.276527560 +0200 +++ /work/SRC/openSUSE:Factory/.ocaml-camlp5.new.12324/ocaml-camlp5.changes 2021-04-29 01:38:23.610577852 +0200 @@ -1,0 +2,9 @@ +Fri Apr 9 09:09:09 UTC 2021 - [email protected] + +- Update to version 8.00 + cover ocaml-4.12 + add ocaml-camlp5.patch +- Remove ocaml_native_compiler conditional + build native target unconditionally + +------------------------------------------------------------------- Old: ---- ocaml-camlp5-7.12.tar.xz New: ---- ocaml-camlp5-8.00.tar.xz ocaml-camlp5.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ocaml-camlp5.spec ++++++ --- /var/tmp/diff_new_pack.MMeSFs/_old 2021-04-29 01:38:24.050578476 +0200 +++ /var/tmp/diff_new_pack.MMeSFs/_new 2021-04-29 01:38:24.054578481 +0200 @@ -1,7 +1,7 @@ # # spec file for package ocaml-camlp5 # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: ocaml-camlp5 -Version: 7.12 +Version: 8.00 Release: 0 %{?ocaml_preserve_bytecode} Summary: Preprocessor-Pretty-Printer for Objective Caml @@ -25,8 +25,9 @@ Group: Development/Languages/OCaml URL: https://opam.ocaml.org/packages/camlp5 Source0: %{name}-%{version}.tar.xz -BuildRequires: ocaml <= 4.11.1 -BuildRequires: ocaml-rpm-macros >= 20200514 +Patch0: ocaml-camlp5.patch +BuildRequires: ocaml < 4.13 +BuildRequires: ocaml-rpm-macros >= 20210409 BuildRequires: ocamlfind(compiler-libs) %description @@ -43,9 +44,12 @@ This package contains the development files. %prep -%setup -q +%autosetup -p1 %build +%ifarch ppc64 +ulimit -s $((1024 * 64)) +%endif pushd ocaml_stuff test -e '4.11.1' || ln -s 4.11.0 "$_" popd @@ -56,9 +60,7 @@ --mandir %{_mandir} make %{?_smp_mflags} out make %{?_smp_mflags} world -%if 0%{?ocaml_native_compiler} make %{?_smp_mflags} world.opt -%endif %install %make_install ++++++ _service ++++++ --- /var/tmp/diff_new_pack.MMeSFs/_old 2021-04-29 01:38:24.086578527 +0200 +++ /var/tmp/diff_new_pack.MMeSFs/_new 2021-04-29 01:38:24.086578527 +0200 @@ -1,10 +1,11 @@ <services> <service name="tar_scm" mode="disabled"> - <param name="url">git://github.com/camlp5/camlp5.git</param> - <param name="scm">git</param> - <param name="versionformat">7.12</param> - <param name="revision">rel712</param> <param name="filename">ocaml-camlp5</param> + <param name="revision">c1b0da5a79246d540a2a7adb759b8f842ee62823</param> + <param name="scm">git</param> + <param name="submodules">disable</param> + <param name="url">https://github.com/camlp5/camlp5.git</param> + <param name="versionformat">8.00</param> </service> <service name="recompress" mode="disabled"> <param name="file">*.tar</param> ++++++ ocaml-camlp5-7.12.tar.xz -> ocaml-camlp5-8.00.tar.xz ++++++ ++++ 179929 lines of diff (skipped) ++++++ ocaml-camlp5.patch ++++++ --- a/etc/mkcamlp5.pl +++ b/etc/mkcamlp5.pl @@ -1,4 +1,4 @@ -#!/usr/bin/env perl +#!/usr/bin/perl use strict ;
