Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ocaml-re for openSUSE:Factory checked in at 2025-03-04 18:32:02 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ocaml-re (Old) and /work/SRC/openSUSE:Factory/.ocaml-re.new.19136 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ocaml-re" Tue Mar 4 18:32:02 2025 rev:9 rq:1249883 version:1.13.3 Changes: -------- --- /work/SRC/openSUSE:Factory/ocaml-re/ocaml-re.changes 2023-09-15 22:10:57.348892739 +0200 +++ /work/SRC/openSUSE:Factory/.ocaml-re.new.19136/ocaml-re.changes 2025-03-04 18:32:22.213403391 +0100 @@ -1,0 +2,6 @@ +Mon Mar 3 03:03:03 UTC 2025 - oher...@suse.de + +- Update to version 1.13.3 + see included CHANGES.md file for details + +------------------------------------------------------------------- Old: ---- _multibuild ocaml-re-1.11.0.tar.xz New: ---- ocaml-re-1.13.3.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ocaml-re.spec ++++++ --- /var/tmp/diff_new_pack.Uu3Knq/_old 2025-03-04 18:32:22.889431315 +0100 +++ /var/tmp/diff_new_pack.Uu3Knq/_new 2025-03-04 18:32:22.893431481 +0100 @@ -1,7 +1,7 @@ # # spec file for package ocaml-re # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,16 +16,23 @@ # +%bcond_with ocaml_re_testsuite %define build_flavor @BUILD_FLAVOR@%nil %if "%build_flavor" == "testsuite" +%if %{without ocaml_re_testsuite} +ExclusiveArch: do-not-build +%else +ExclusiveArch: aarch64 ppc64 ppc64le riscv64 s390x x86_64 +%endif %define nsuffix -testsuite %else %define nsuffix %nil +ExclusiveArch: aarch64 ppc64 ppc64le riscv64 s390x x86_64 %endif %define pkg ocaml-re Name: %pkg%nsuffix -Version: 1.11.0 +Version: 1.13.3 Release: 0 %{?ocaml_preserve_bytecode} Summary: Pure OCaml regular expressions @@ -33,16 +40,18 @@ Group: Development/Languages/OCaml URL: https://opam.ocaml.org/packages/re Source0: %pkg-%version.tar.xz -BuildRequires: ocaml -BuildRequires: ocaml-dune >= 2.0 -BuildRequires: ocaml-rpm-macros >= 20230101 +BuildRequires: ocaml(ocaml_base_version) >= 4.12 +BuildRequires: ocaml-dune >= 3.12 +BuildRequires: ocaml-rpm-macros >= 20240909 %if 1 BuildRequires: ocamlfind(seq) BuildRequires: ocamlfind(str) %endif %if "%build_flavor" == "testsuite" -BuildRequires: ocamlfind(oUnit) +BuildRequires: ocamlfind(base) +BuildRequires: ocamlfind(ounit2) +BuildRequires: ocamlfind(ppx_expect) BuildRequires: ocamlfind(re) %endif ++++++ _service ++++++ --- /var/tmp/diff_new_pack.Uu3Knq/_old 2025-03-04 18:32:22.921432638 +0100 +++ /var/tmp/diff_new_pack.Uu3Knq/_new 2025-03-04 18:32:22.925432802 +0100 @@ -1,7 +1,7 @@ <services> - <service name="tar_scm" mode="disabled"> + <service name="tar_scm" mode="manual"> <param name="filename">ocaml-re</param> - <param name="revision">2dd38515c76c40299596d39f18d9b9a20f00d788</param> + <param name="revision">5586c575342ba9f068dd7b940fbf770820f57a28</param> <param name="scm">git</param> <param name="submodules">disable</param> <param name="url">https://github.com/ocaml/ocaml-re.git</param> @@ -9,10 +9,10 @@ <param name="versionrewrite-pattern">[v]?([^\+]+)(.*)</param> <param name="versionrewrite-replacement">\1</param> </service> - <service name="recompress" mode="disabled"> + <service name="recompress" mode="manual"> <param name="file">*.tar</param> <param name="compression">xz</param> </service> - <service name="set_version" mode="disabled"/> + <service name="set_version" mode="manual"/> </services> ++++++ ocaml-re-1.11.0.tar.xz -> ocaml-re-1.13.3.tar.xz ++++++ ++++ 15723 lines of diff (skipped)