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 2025-05-23 14:28:16
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ocaml-rpm-macros (Old)
and /work/SRC/openSUSE:Factory/.ocaml-rpm-macros.new.2732 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ocaml-rpm-macros"
Fri May 23 14:28:16 2025 rev:23 rq:1278176 version:20250517
Changes:
--------
--- /work/SRC/openSUSE:Factory/ocaml-rpm-macros/ocaml-rpm-macros.changes
2024-09-18 15:27:19.993966475 +0200
+++
/work/SRC/openSUSE:Factory/.ocaml-rpm-macros.new.2732/ocaml-rpm-macros.changes
2025-05-23 14:28:27.231252490 +0200
@@ -1,0 +2,5 @@
+Sat May 17 14:53:11 UTC 2025 - Jaime Marquínez Ferrándiz
<[email protected]>
+
+- Include the version of the package in the ocamlfind provide entries
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ocaml-rpm-macros.spec ++++++
--- /var/tmp/diff_new_pack.0pv3Ly/_old 2025-05-23 14:28:27.667271030 +0200
+++ /var/tmp/diff_new_pack.0pv3Ly/_new 2025-05-23 14:28:27.667271030 +0200
@@ -1,7 +1,7 @@
#
# spec file for package ocaml-rpm-macros
#
-# Copyright (c) 2024 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
@@ -17,7 +17,7 @@
Name: ocaml-rpm-macros
-Version: 20240909
+Version: 20250517
Release: 0
Summary: RPM macros for building OCaml source packages
License: GPL-2.0-only
@@ -80,7 +80,7 @@
attr_sh="%%_rpmconfigdir/${tag}.sh"
tee %buildroot${file_sh} < %{SOURCE1}
tee %buildroot${file_attr} <<_EOF_
-%%__${tag}_provides ${attr_sh} -prov
+%%__${tag}_provides ${attr_sh} -prov %%version
%%__${tag}_requires ${attr_sh} -req
%%__${tag}_path
^%ocaml_standard_library/.*/META$|^%ocaml_standard_library/META$
_EOF_
++++++ ocaml-findlib.rpm.prov_req.attr.sh ++++++
--- /var/tmp/diff_new_pack.0pv3Ly/_old 2025-05-23 14:28:27.699272390 +0200
+++ /var/tmp/diff_new_pack.0pv3Ly/_new 2025-05-23 14:28:27.699272390 +0200
@@ -12,6 +12,7 @@
cmd=
test "$1" = "-prov" && cmd=prov
test "$1" = "-req" && cmd=req
+pkg_version="$2"
do_work() {
local f=$1
local pkg_name
@@ -214,7 +215,7 @@
pkg_req="${pkg_req//,/ }"
if test -n "${pkg_prov}" && test "${cmd}" = "prov"
then
- echo "${prov_req_name}($pkg_prov)"
+ echo "${prov_req_name}($pkg_prov) = ${pkg_version}"
fi
if test "${cmd}" = "req"
then