Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ocaml-astring for openSUSE:Factory checked in at 2026-07-17 01:37:24 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ocaml-astring (Old) and /work/SRC/openSUSE:Factory/.ocaml-astring.new.24530 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ocaml-astring" Fri Jul 17 01:37:24 2026 rev:2 rq:1365527 version:0.8.5 Changes: -------- --- /work/SRC/openSUSE:Factory/ocaml-astring/ocaml-astring.changes 2021-04-29 01:37:23.654492870 +0200 +++ /work/SRC/openSUSE:Factory/.ocaml-astring.new.24530/ocaml-astring.changes 2026-07-17 01:38:47.591748749 +0200 @@ -1,0 +2,5 @@ +Tue Jul 7 07:07:07 UTC 2026 - [email protected] + +- Remove 32bit architectures + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ocaml-astring.spec ++++++ --- /var/tmp/diff_new_pack.gBUzQn/_old 2026-07-17 01:38:50.607850686 +0200 +++ /var/tmp/diff_new_pack.gBUzQn/_new 2026-07-17 01:38:50.619851092 +0200 @@ -1,7 +1,7 @@ # # spec file for package ocaml-astring # -# 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,13 @@ %{?ocaml_preserve_bytecode} Summary: Alternative String module for OCaml License: ISC -Group: Development/Languages/OCaml -URL: https://opam.ocaml.org/packages/astring -Source: %{name}-%{version}.tar.xz +ExclusiveArch: aarch64 ppc64le riscv64 s390x x86_64 +URL: https://opam.ocaml.org/packages/astring/ +Source: %name-%version.tar.xz Patch0: ocaml-astring.patch BuildRequires: ocaml BuildRequires: ocaml-dune -BuildRequires: ocaml-rpm-macros >= 20210121 +BuildRequires: ocaml-rpm-macros >= 20260707 BuildRequires: ocamlfind(compiler-libs.toplevel) %description @@ -37,13 +37,12 @@ Remaining compatible with the OCaml String module is a non-goal. The String module exposed by Astring has exception safe functions, removes deprecated and rarely used functions, alters some signatures and names, adds a few missing functions and fully exploits OCaml's newfound string immutability. %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 %autosetup -p1 @@ -60,7 +59,7 @@ %check %ocaml_dune_test -%files -f %{name}.files +%files -f %name.files -%files devel -f %{name}.files.devel +%files devel -f %name.files.devel ++++++ _service ++++++ --- /var/tmp/diff_new_pack.gBUzQn/_old 2026-07-17 01:38:50.967862855 +0200 +++ /var/tmp/diff_new_pack.gBUzQn/_new 2026-07-17 01:38:50.995863801 +0200 @@ -1,5 +1,5 @@ <services> - <service name="tar_scm" mode="disabled"> + <service name="tar_scm" mode="manual"> <param name="filename">ocaml-astring</param> <param name="revision">ec7a266a3a680e5d246689855c639da53d713428</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-astring-0.8.5.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ocaml-astring-0.8.5/.gitignore new/ocaml-astring-0.8.5/.gitignore --- old/ocaml-astring-0.8.5/.gitignore 1970-01-01 01:00:00.000000000 +0100 +++ new/ocaml-astring-0.8.5/.gitignore 2020-08-08 17:57:12.000000000 +0200 @@ -0,0 +1,10 @@ +_b0 +_build +tmp +CLOCK.org +*~ +\.\#* +\#*# +*.native +*.byte +*.install
