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-07-17 01:35:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ocaml-rpm-macros (Old)
and /work/SRC/openSUSE:Factory/.ocaml-rpm-macros.new.24530 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ocaml-rpm-macros"
Fri Jul 17 01:35:11 2026 rev:25 rq:1365577 version:20260707
Changes:
--------
--- /work/SRC/openSUSE:Factory/ocaml-rpm-macros/ocaml-rpm-macros.changes
2026-05-27 16:13:27.944299857 +0200
+++
/work/SRC/openSUSE:Factory/.ocaml-rpm-macros.new.24530/ocaml-rpm-macros.changes
2026-07-17 01:35:20.964774447 +0200
@@ -1,0 +2,5 @@
+Tue Jul 7 07:07:07 UTC 2026 - [email protected]
+
+- Remove 32bit architectures
+
+-------------------------------------------------------------------
@@ -4 +9 @@
-- Adjust regex for stricter gawk 5.4
+- Adjust regex for stricter gawk 5.4 (bsc#1265617)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ocaml-rpm-macros.spec ++++++
--- /var/tmp/diff_new_pack.oO271U/_old 2026-07-17 01:35:21.776801832 +0200
+++ /var/tmp/diff_new_pack.oO271U/_new 2026-07-17 01:35:21.784802102 +0200
@@ -1,7 +1,7 @@
#
# spec file for package ocaml-rpm-macros
#
-# Copyright (c) 2026 SUSE LLC
+# Copyright (c) 2026 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,13 +17,13 @@
Name: ocaml-rpm-macros
-Version: 20260526
+Version: 20260707
Release: 0
Summary: RPM macros for building OCaml source packages
License: GPL-2.0-only
Group: Development/Languages/OCaml
BuildRoot: %_tmppath/%name-%version-build
-ExclusiveArch: %arm aarch64 %ix86 ppc ppc64 ppc64le riscv64 s390x x86_64
+ExclusiveArch: aarch64 ppc64le riscv64 s390x x86_64
URL: https://build.opensuse.org/project/show/devel:languages:ocaml
Source0: ocaml-ocaml.rpm.prov_req.attr.sh
Source1: ocaml-findlib.rpm.prov_req.attr.sh
@@ -506,7 +506,14 @@
${dune_for_release} \\\
${_smp_mflags} \\\
--prefix=%%_prefix \\\
+ --bindir=%%_bindir \\\
+ --datadir=%%_datadir \\\
+ --docdir=%%_prefix/doc \\\
+ --etcdir=%%_sysconfdir \\\
--libdir=%%ocaml_standard_library \\\
+ --libexecdir=%%ocaml_standard_library \\\
+ --mandir=%%_mandir \\\
+ --sbindir=%%_sbindir \\\
--destdir=%%buildroot \\\
${dune_release_pkgs//,/ } \\\
$OCAML_DUNE_INSTALL_ARGS ;\