Hello community, here is the log from the commit of package ocaml-gettext for openSUSE:Leap:15.2 checked in at 2020-05-26 18:32:58 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Leap:15.2/ocaml-gettext (Old) and /work/SRC/openSUSE:Leap:15.2/.ocaml-gettext.new.2738 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ocaml-gettext" Tue May 26 18:32:58 2020 rev:12 rq:808429 version:0.3.5 Changes: -------- --- /work/SRC/openSUSE:Leap:15.2/ocaml-gettext/ocaml-gettext.changes 2020-01-15 15:34:21.350898916 +0100 +++ /work/SRC/openSUSE:Leap:15.2/.ocaml-gettext.new.2738/ocaml-gettext.changes 2020-05-26 18:33:02.913663368 +0200 @@ -1,0 +2,14 @@ +Thu May 14 14:14:14 UTC 2020 - [email protected] + +- The filename for rpm *.attr files and the tag used within these + files must match. Otherwise rpm will not execute the helper scripts. + Use helper 'suseocaml' in addition to 'ocaml' to avoid + filename conflicts with rpm-build.rpm (bsc#1154874) + +------------------------------------------------------------------- +Thu May 14 06:06:06 UTC 2020 - [email protected] + +- ocaml-gettext.exe may dynamically load camlp4 modules + add run-time requires to ocaml-camlp4-devel + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ocaml-gettext.spec ++++++ --- /var/tmp/diff_new_pack.oMyyrS/_old 2020-05-26 18:33:03.229664057 +0200 +++ /var/tmp/diff_new_pack.oMyyrS/_new 2020-05-26 18:33:03.233664067 +0200 @@ -16,7 +16,10 @@ # +# handle built-in ocaml helper from rpm-build, and helper from ocaml-rpm-macros +%global __suseocaml_requires_opts -i Asttypes -i Parsetree %global __ocaml_requires_opts -i Asttypes -i Parsetree +%global __suseocaml_provides_opts -i Pr_gettext %global __ocaml_provides_opts -i Pr_gettext Name: ocaml-gettext @@ -42,10 +45,11 @@ BuildRequires: ocaml-findlib-devel >= 1.3.3-3 BuildRequires: ocaml-ocamldoc BuildRequires: ocaml-ounit-devel -BuildRequires: ocaml-rpm-macros >= 4.02.1 +BuildRequires: ocaml-rpm-macros >= 20200514 BuildRoot: %{_tmppath}/%{name}-%{version}-build # ocaml-gettext program needs camomile data files Requires: ocaml-camomile-data +Requires: ocaml-camlp4-devel %description Ocaml-gettext provides support for internationalization of Ocaml
