Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package ocaml-camlp-streams for
openSUSE:Factory checked in at 2026-07-17 01:37:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ocaml-camlp-streams (Old)
and /work/SRC/openSUSE:Factory/.ocaml-camlp-streams.new.24530 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ocaml-camlp-streams"
Fri Jul 17 01:37:36 2026 rev:4 rq:1365533 version:5.0.1
Changes:
--------
--- /work/SRC/openSUSE:Factory/ocaml-camlp-streams/ocaml-camlp-streams.changes
2023-01-05 15:01:09.717118029 +0100
+++
/work/SRC/openSUSE:Factory/.ocaml-camlp-streams.new.24530/ocaml-camlp-streams.changes
2026-07-17 01:39:05.348348885 +0200
@@ -1,0 +2,5 @@
+Tue Jul 7 07:07:07 UTC 2026 - [email protected]
+
+- Remove 32bit architectures
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ocaml-camlp-streams.spec ++++++
--- /var/tmp/diff_new_pack.x2rU5B/_old 2026-07-17 01:39:06.296380927 +0200
+++ /var/tmp/diff_new_pack.x2rU5B/_new 2026-07-17 01:39:06.300381063 +0200
@@ -1,7 +1,7 @@
#
# spec file for package ocaml-camlp-streams
#
-# Copyright (c) 2023 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,13 +22,12 @@
%{?ocaml_preserve_bytecode}
Summary: Stream and Genlex libraries for use with Camlp5
License: LGPL-2.1-only WITH OCaml-LGPL-linking-exception
-Group: Development/Languages/OCaml
-BuildRoot: %_tmppath/%name-%version-build
-URL: https://opam.ocaml.org/packages/camlp-streams
+ExclusiveArch: aarch64 ppc64le riscv64 s390x x86_64
+URL: https://opam.ocaml.org/packages/camlp-streams/
Source0: %name-%version.tar.xz
BuildRequires: ocaml
BuildRequires: ocaml-dune >= 2.7
-BuildRequires: ocaml-rpm-macros >= 20230101
+BuildRequires: ocaml-rpm-macros >= 20260707
%description
The camlp-streams package provides two library modules:
@@ -48,8 +47,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
@@ -69,11 +67,10 @@
%ocaml_create_file_list
%check
+touch test/equality.expected test/issue4.expected
%ocaml_dune_test
%files -f %name.files
-%defattr(-,root,root,-)
%files devel -f %name.files.devel
-%defattr(-,root,root,-)
++++++ _service ++++++
--- /var/tmp/diff_new_pack.x2rU5B/_old 2026-07-17 01:39:06.344382549 +0200
+++ /var/tmp/diff_new_pack.x2rU5B/_new 2026-07-17 01:39:06.348382685 +0200
@@ -1,5 +1,5 @@
<services>
- <service name="tar_scm" mode="disabled">
+ <service name="tar_scm" mode="manual">
<param name="filename">ocaml-camlp-streams</param>
<param name="revision">567fa15f32192a6a7cd12e6c9e804fec43460126</param>
<param name="scm">git</param>
@@ -9,10 +9,10 @@
<param name="versionrewrite-pattern">[v]?([^\+]+)(.*)</param>
<param name="versionrewrite-replacement">\1</param>
</service>
- <service name="recompress" mode="disabled">
+ <service name="recompress" mode="manual">
<param name="file">*.tar</param>
<param name="compression">xz</param>
</service>
- <service name="set_version" mode="disabled"/>
+ <service name="set_version" mode="manual"/>
</services>