Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package opam-file-format for
openSUSE:Factory checked in at 2026-07-17 01:39:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/opam-file-format (Old)
and /work/SRC/openSUSE:Factory/.opam-file-format.new.24530 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "opam-file-format"
Fri Jul 17 01:39:34 2026 rev:9 rq:1365590 version:2.2.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/opam-file-format/opam-file-format.changes
2025-07-16 15:55:54.015095734 +0200
+++
/work/SRC/openSUSE:Factory/.opam-file-format.new.24530/opam-file-format.changes
2026-07-17 01:41:37.057472361 +0200
@@ -1,0 +2,5 @@
+Tue Jul 7 07:07:07 UTC 2026 - [email protected]
+
+- Remove 32bit architectures
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ opam-file-format.spec ++++++
--- /var/tmp/diff_new_pack.5sTus8/_old 2026-07-17 01:41:37.589490325 +0200
+++ /var/tmp/diff_new_pack.5sTus8/_new 2026-07-17 01:41:37.589490325 +0200
@@ -1,7 +1,7 @@
#
# spec file for package opam-file-format
#
-# 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
@@ -21,9 +21,12 @@
%if "%build_flavor" == "testsuite"
%if %{without opam_file_format_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
@@ -34,12 +37,11 @@
%{?ocaml_preserve_bytecode}
Summary: Parser and printer for the opam file syntax
License: LGPL-2.1-only WITH OCaml-LGPL-linking-exception
-Group: Development/Languages/OCaml
-URL: https://opam.ocaml.org/
+URL: https://opam.ocaml.org/packages/opam-file-format/
Source0: %pkg-%version.tar.xz
BuildRequires: ocaml
BuildRequires: ocaml-dune >= 3.13
-BuildRequires: ocaml-rpm-macros >= 20250517
+BuildRequires: ocaml-rpm-macros >= 20260707
BuildRequires: ocamlfind(menhir)
%if "%build_flavor" == "testsuite"
@@ -52,14 +54,12 @@
This is a parser and a printer for the opam file syntax.
%package devel
-Summary: Development files for the opam file syntax parser
-Group: Development/Languages/OCaml
-Requires: %name = %version
+Summary: Development files for %name
+Requires: %name = %version-%release
%description devel
-This is a parser and a printer for the opam file syntax.
-
-This package contains development files for package %name.
+The %name-devel package contains libraries and signature files for
+developing applications that use %name.
%prep
%autosetup -p1 -n %pkg-%version