Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package ocaml-ocamlbuild for 
openSUSE:Factory checked in at 2026-07-17 01:38:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ocaml-ocamlbuild (Old)
 and      /work/SRC/openSUSE:Factory/.ocaml-ocamlbuild.new.24530 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ocaml-ocamlbuild"

Fri Jul 17 01:38:36 2026 rev:11 rq:1365562 version:0.16.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/ocaml-ocamlbuild/ocaml-ocamlbuild.changes        
2025-03-04 18:32:18.305241959 +0100
+++ 
/work/SRC/openSUSE:Factory/.ocaml-ocamlbuild.new.24530/ocaml-ocamlbuild.changes 
    2026-07-17 01:40:38.763504100 +0200
@@ -1,0 +2,5 @@
+Tue Jul  7 07:07:07 UTC 2026 - [email protected]
+
+- Remove 32bit architectures
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ ocaml-ocamlbuild.spec ++++++
--- /var/tmp/diff_new_pack.90v1yg/_old  2026-07-17 01:40:39.635533544 +0200
+++ /var/tmp/diff_new_pack.90v1yg/_new  2026-07-17 01:40:39.635533544 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ocaml-ocamlbuild
 #
-# 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,11 +22,11 @@
 %{?ocaml_preserve_bytecode}
 Summary:        Generic build tool for building OCaml library and programs
 License:        LGPL-2.0-only WITH OCaml-LGPL-linking-exception
-Group:          Development/Languages/OCaml
-URL:            https://opam.ocaml.org/packages/ocamlbuild
+ExclusiveArch:  aarch64 ppc64le riscv64 s390x x86_64
+URL:            https://opam.ocaml.org/packages/ocamlbuild/
 Source:         %name-%version.tar.xz
 BuildRequires:  ocaml
-BuildRequires:  ocaml-rpm-macros >= 20240909
+BuildRequires:  ocaml-rpm-macros >= 20260707
 Requires:       %name-devel = %version
 
 %description
@@ -39,8 +39,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

++++++ ocaml-ocamlbuild-0.16.1.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ocaml-ocamlbuild-0.16.1/ocaml-ocamlbuild.changes 
new/ocaml-ocamlbuild-0.16.1/ocaml-ocamlbuild.changes
--- old/ocaml-ocamlbuild-0.16.1/ocaml-ocamlbuild.changes        2025-02-16 
09:36:59.000000000 +0100
+++ new/ocaml-ocamlbuild-0.16.1/ocaml-ocamlbuild.changes        1970-01-01 
01:00:00.000000000 +0100
@@ -1,113 +0,0 @@
-fe33f01 first commit after tagging 0.14.2
-22d6cb2 Quote Makefile arguments to allow spaces
-330aa1e Merge pull request #324 from jonahbeckford/win32-makefile-quotes
-49e5830 Fix compilation with ocaml-trunk
-1210e0b Merge pull request #325 from hhugo/fix-ocaml-trunk
-2535950 (tag: 0.14.3) Version 0.14.3
-de3256b warn on second call to the dispatch function
-d72d553 first commit after tagging 0.14.3
-eb63fe0 Tests: fix tests using local install
-d9e66a9 Fix make clean
-cb2c961 Tests: fix requirements
-71196d2 Test: fix findlib detection
-e598a43 Tests: adapt a test for OCaml 5.2
-5febb9d CI: setup gh-actions
-3b140ba Adapt to new ocaml layout
-c31f7e1 Opam: add test dependencies
-ae5a390 Makefile: small cleanup
-598138a Bootstrap: no plugin for bootstrap
-92b6ab8 Misc: missing entries in gitignore
-b55c235 Merge pull request #328 from hhugo/gh-actions
-96d28c3 Remove some deadcode
-86c538c Add CI for windows
-5575388 error on illegal backslash
-cb50dd5 remove eol in strings
-433b15b remove absolute path in makefile
-201a27d fix mkdir -p on windows
-1b0bd6f Fix setting of build_dir
-f889adb fix some tests for windows
-d8f992b Unix.stat doesnt always work on windows (links)
-84c8eab tests: enable automatic crlf translation
-12147fa redirect stderr to stdout, to follow execute_many behavior
-ec0c1f5 Testsuite: remove implicit newlines in strings
-d5723e0 Use quoted string to improve readability
-3f01658 make test pass on windows
-1d8e87a fix ci
-384e11f use bash also inside ocamlbuild_unix_plugin in order to be consistent 
with My_unix (win32 only)
-6c6d471 Merge pull request #329 from hhugo/gh-actions-win
-19e2cc3 Use Sys.win32
-070bbe7 Use Sys.unix
-af8dad5 fix warning
-341ba5b Merge pull request #331 from hhugo/refactor
-b32159c Remove the light mode
-ccdce65 fix bootstrap
-5e14339 restore Ocamlbuild_unix_plugin
-660a6ae Merge pull request #332 from hhugo/no-light-more
-351c048 Merge pull request #30 from gasche/no-double-dispatch
-7a8e108 bump opam lower bound
-67adac4 Merge pull request #335 from ocaml/opam
-0bdc792 Regenerate depend
-98f9e9b Makefile: add missing deps
-8764927 rename user-rebindable {LINK,COMP}FLAGS into OCB_{LINK,COMP}FLAGS
-fa65edf Switch to opam.2.2 (#336)
-5234d57 Don't use degraded code path for win32
-c20b8d9 Ignore trailing CR when echo-ing commands output
-ec50b56 fix quoting on windows+bash
-da58f62 Apply suggestions from code review
-2652934 fix hack for bash when computing commands
-83f01fe Merge pull request #338 from ocaml/clean
-0910c7b No longer call into cmd.exe to execute a posix shell on windows
-95a5fda Update src/my_std.ml
-afda9fe Allow to log shell used on windows
-bc11d49 Handle quotes in windows PATH
-f40543e first search for a shell next to cygcheck.exe
-8b0520a move bash trick next to bash call
-3c8f841 upgrade setup-ocaml
-c8eacc1 Merge pull request #341 from hhugo/setup-beta
-d834dd0 unify path env handling
-bfb1eb0 CR
-4402763 update depend
-389d255 CR
-d42f4a7 Merge pull request #339 from ocaml/win2
-6c434b9 nicer cmd on windows
-0b07e2e Don't raise in sys_command_win32 (#342)
-de97179 The ci doesn't need dune (#345)
-1193331 Merge pull request #343 from ocaml/nicer
-e18304d New testcase and fix
-42450af more tests
-6bbb1c0 Add a tests for long commands  (#344)
-bae6af3 Update changelog
-04041b9 Merge pull request #340 from ocaml/changelog
-ad5c34e Add MSVC testing
-2f613d2 Reduce the sledgehammer to a rock hammer
-e73a665 Suppress .exe warnings from opam on Windows
-da492c9 tune testsuite for msvc
-43d86e6 Fix CI
-c8fd85a Add CI badge
-686c523 Add macos to the CI (#349)
-f6fdd7e Bootstrap on windows (#351)
-af31940 (tag: 0.15.0) prepare for 0.15.0 release
-a0ff15f first commit after 0.15.0
-1429036 Update ocaml/setup-ocaml to v3
-6e2d77c Merge pull request #352 from smorimoto/setup-ocaml-v3
-281e027 Get the compiler configuration at runtime (useful for cross-compiling)
-270a531 fix NativeMliCmi test
-de89bf4 Make fetching of ocaml -config fields more robust
-0b2b09f Changelog
-2531f26 Merge pull request #353 from pirbo/runtime_config
-d209a10 Avoid raxe in makefile, fix 248
-830c8de Merge pull request #356 from hhugo/fix-makefile
-7e1d2e2 extend gitignore
-5d4008c Merge pull request #357 from hhugo/gitignore
-afc6967 Build examples in the CI
-f519456 do no clean examples with clean
-9852d83 More test (#355)
-e48dddc fix ocamlbuild dir
-962fde3 (tag: 0.16.0) prepare for version 0.16.0
-bac5d35 first commit after 0.16.0
-87a3105 remove .travis.yml which is now unused
-edac211 add tgls revdeps in CI
-c2d8a8d Command.run_and_read => run_spec_and_read (unshadow 
Plugin.run_and_read)
-e9efc7d [minor] usage opportunity for [run_spec_and_read]
-2052a05 Merge pull request #361 from gasche/unshadow_run_and_read
-131ba63 (tag: 0.16.1) prepare for version 0.16.1

Reply via email to