Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ocaml-rpm-macros for openSUSE:Factory checked in at 2022-07-21 11:32:45 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ocaml-rpm-macros (Old) and /work/SRC/openSUSE:Factory/.ocaml-rpm-macros.new.1523 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ocaml-rpm-macros" Thu Jul 21 11:32:45 2022 rev:18 rq:989365 version:20220707 Changes: -------- --- /work/SRC/openSUSE:Factory/ocaml-rpm-macros/ocaml-rpm-macros.changes 2022-04-12 00:13:54.269318995 +0200 +++ /work/SRC/openSUSE:Factory/.ocaml-rpm-macros.new.1523/ocaml-rpm-macros.changes 2022-07-21 11:33:05.514932496 +0200 @@ -1,0 +2,6 @@ +Thu Jul 7 07:07:07 UTC 2022 - oher...@suse.de + +- Handle plain ^ and + as values for directory= in findlib META files + They stand for the OCaml standard library directory. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ocaml-rpm-macros.spec ++++++ --- /var/tmp/diff_new_pack.n9seMy/_old 2022-07-21 11:33:05.922932847 +0200 +++ /var/tmp/diff_new_pack.n9seMy/_new 2022-07-21 11:33:05.926932851 +0200 @@ -17,7 +17,7 @@ Name: ocaml-rpm-macros -Version: 20220409 +Version: 20220707 Release: 0 Summary: RPM macros for building OCaml source packages License: GPL-2.0-only ++++++ ocaml-findlib.rpm.prov_req.attr.sh ++++++ --- /var/tmp/diff_new_pack.n9seMy/_old 2022-07-21 11:33:05.946932868 +0200 +++ /var/tmp/diff_new_pack.n9seMy/_new 2022-07-21 11:33:05.950932871 +0200 @@ -56,6 +56,12 @@ if ( a[2] ) { candidate = a[2]; if(dbg) printf "dir: %s %s\n", x, candidate > "/dev/stderr" ; + if (candidate == "^") { + next + } + if (candidate == "+") { + next + } if (candidate ~ /^\^/) { next }