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 2026-05-27 16:13:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ocaml-rpm-macros (Old)
and /work/SRC/openSUSE:Factory/.ocaml-rpm-macros.new.1937 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ocaml-rpm-macros"
Wed May 27 16:13:11 2026 rev:24 rq:1355189 version:20260526
Changes:
--------
--- /work/SRC/openSUSE:Factory/ocaml-rpm-macros/ocaml-rpm-macros.changes
2025-05-23 14:28:27.231252490 +0200
+++
/work/SRC/openSUSE:Factory/.ocaml-rpm-macros.new.1937/ocaml-rpm-macros.changes
2026-05-27 16:13:27.944299857 +0200
@@ -1,0 +2,5 @@
+Tue May 26 12:34:56 UTC 2026 - [email protected]
+
+- Adjust regex for stricter gawk 5.4
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ocaml-rpm-macros.spec ++++++
--- /var/tmp/diff_new_pack.edLkOe/_old 2026-05-27 16:13:29.252353896 +0200
+++ /var/tmp/diff_new_pack.edLkOe/_new 2026-05-27 16:13:29.256354061 +0200
@@ -1,7 +1,7 @@
#
# spec file for package ocaml-rpm-macros
#
-# Copyright (c) 2025 SUSE LLC
+# Copyright (c) 2026 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: 20250517
+Version: 20260526
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.edLkOe/_old 2026-05-27 16:13:29.296355714 +0200
+++ /var/tmp/diff_new_pack.edLkOe/_new 2026-05-27 16:13:29.300355879 +0200
@@ -94,7 +94,7 @@
next
}
- /^[[:blank:]]*requires(|\([^-][^)]+\))[[:blank:]]*(+=|=)/ {
+ /^[[:blank:]]*requires(|\([^-][^)]+\))[[:blank:]]*(\+=|=)/ {
if(dbg) printf "GOT: %s\n", $0 > "/dev/stderr" ;
done=0
requires_line = ""
@@ -131,7 +131,7 @@
next
}
- /^[[:blank:]]*ppx_runtime_deps[[:blank:]]*(+=|=)/ {
+ /^[[:blank:]]*ppx_runtime_deps[[:blank:]]*(\+=|=)/ {
if(dbg) printf "GOT: %s\n", $0 > "/dev/stderr" ;
done=0
ppx_runtime_deps_line = ""