Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ocaml-stdlib-shims for openSUSE:Factory checked in at 2026-07-17 01:39:23 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ocaml-stdlib-shims (Old) and /work/SRC/openSUSE:Factory/.ocaml-stdlib-shims.new.24530 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ocaml-stdlib-shims" Fri Jul 17 01:39:23 2026 rev:4 rq:1365584 version:0.3.0 Changes: -------- --- /work/SRC/openSUSE:Factory/ocaml-stdlib-shims/ocaml-stdlib-shims.changes 2021-04-29 01:38:01.730546839 +0200 +++ /work/SRC/openSUSE:Factory/.ocaml-stdlib-shims.new.24530/ocaml-stdlib-shims.changes 2026-07-17 01:41:30.765259909 +0200 @@ -1,0 +2,5 @@ +Tue Jul 7 07:07:07 UTC 2026 - [email protected] + +- Remove 32bit architectures + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ocaml-stdlib-shims.spec ++++++ --- /var/tmp/diff_new_pack.KnZRoE/_old 2026-07-17 01:41:31.293277737 +0200 +++ /var/tmp/diff_new_pack.KnZRoE/_new 2026-07-17 01:41:31.297277872 +0200 @@ -1,7 +1,7 @@ # # spec file for package ocaml-stdlib-shims # -# Copyright (c) 2021 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: Shim to substitute Pervasives with Stdlib before 4.08 License: LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception -Group: Development/Languages/OCaml -BuildRoot: %_tmppath/%name-%version-build -URL: https://opam.ocaml.org/packages/stdlib-shims -Source0: %{name}-%{version}.tar.xz +ExclusiveArch: aarch64 ppc64le riscv64 s390x x86_64 +URL: https://opam.ocaml.org/packages/stdlib-shims/ +Source0: %name-%version.tar.xz BuildRequires: ocaml BuildRequires: ocaml-dune -BuildRequires: ocaml-rpm-macros >= 20210409 +BuildRequires: ocaml-rpm-macros >= 20260707 %description Compiling against this library allows replacing uses of Pervasives @@ -37,13 +36,12 @@ the new functions and modules that were added in the Stdlib module. %package devel -Summary: Development files for %{name} -Group: Development/Languages/OCaml -Requires: %{name} = %{version} +Summary: Development files for %name +Requires: %name = %version-%release %description devel -The %{name}-devel package contains libraries and signature files for -developing applications that use %{name}. +The %name-devel package contains libraries and signature files for +developing applications that use %name. %prep %setup -q @@ -60,9 +58,7 @@ %check %ocaml_dune_test -%files -f %{name}.files -%defattr(-,root,root,-) +%files -f %name.files -%files devel -f %{name}.files.devel -%defattr(-,root,root,-) +%files devel -f %name.files.devel ++++++ _service ++++++ --- /var/tmp/diff_new_pack.KnZRoE/_old 2026-07-17 01:41:31.325278818 +0200 +++ /var/tmp/diff_new_pack.KnZRoE/_new 2026-07-17 01:41:31.329278953 +0200 @@ -1,5 +1,5 @@ <services> - <service name="tar_scm" mode="disabled"> + <service name="tar_scm" mode="manual"> <param name="filename">ocaml-stdlib-shims</param> <param name="revision">fb6815e5d745f07fd567c11671149de6ef2e74c8</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> ++++++ ocaml-stdlib-shims-0.3.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ocaml-stdlib-shims-0.3.0/.gitignore new/ocaml-stdlib-shims-0.3.0/.gitignore --- old/ocaml-stdlib-shims-0.3.0/.gitignore 1970-01-01 01:00:00.000000000 +0100 +++ new/ocaml-stdlib-shims-0.3.0/.gitignore 2021-01-21 16:06:29.000000000 +0100 @@ -0,0 +1,9 @@ +.merlin +_build +tmp +*.install +*~ +\.\#* +\#*# +*.native +*.byte
