Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package ocaml-spdx_licenses for
openSUSE:Factory checked in at 2026-07-17 01:39:16
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ocaml-spdx_licenses (Old)
and /work/SRC/openSUSE:Factory/.ocaml-spdx_licenses.new.24530 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ocaml-spdx_licenses"
Fri Jul 17 01:39:16 2026 rev:5 rq:1365582 version:1.4.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/ocaml-spdx_licenses/ocaml-spdx_licenses.changes
2025-07-16 15:55:52.939050810 +0200
+++
/work/SRC/openSUSE:Factory/.ocaml-spdx_licenses.new.24530/ocaml-spdx_licenses.changes
2026-07-17 01:41:26.341110530 +0200
@@ -1,0 +2,5 @@
+Tue Jul 7 07:07:07 UTC 2026 - [email protected]
+
+- Remove 32bit architectures
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ocaml-spdx_licenses.spec ++++++
--- /var/tmp/diff_new_pack.NwBAuK/_old 2026-07-17 01:41:27.001132815 +0200
+++ /var/tmp/diff_new_pack.NwBAuK/_new 2026-07-17 01:41:27.001132815 +0200
@@ -1,7 +1,7 @@
#
# spec file for package ocaml-spdx_licenses
#
-# Copyright (c) 2025 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
@@ -22,9 +22,11 @@
%if %{without ocaml_spdx_licenses_testsuite}
ExclusiveArch: do-not-build
%else
+ExclusiveArch: aarch64 ppc64le riscv64 s390x x86_64
%endif
%define nsuffix -testsuite
%else
+ExclusiveArch: aarch64 ppc64le riscv64 s390x x86_64
%define nsuffix %nil
%endif
@@ -35,12 +37,11 @@
%{?ocaml_preserve_bytecode}
Summary: A library providing a strict SPDX License Expression parser
License: MIT
-Group: Development/Languages/OCaml
-URL: https://opam.ocaml.org/packages/spdx_licenses
+URL: https://opam.ocaml.org/packages/spdx_licenses/
Source0: %pkg-%version.tar.xz
BuildRequires: ocaml(ocaml_base_version) >= 4.08
BuildRequires: ocaml-dune >= 2.3
-BuildRequires: ocaml-rpm-macros >= 20250517
+BuildRequires: ocaml-rpm-macros >= 20260707
%if "%build_flavor" == "testsuite"
BuildRequires: ocamlfind(alcotest)
@@ -52,8 +53,7 @@
%package devel
Summary: Development files for %name
-Group: Development/Languages/OCaml
-Requires: %name = %version
+Requires: %name = %version-%release
%description devel
The %name-devel package contains libraries and signature files for