Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ocaml-logs for openSUSE:Factory checked in at 2025-07-16 17:35:55 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ocaml-logs (Old) and /work/SRC/openSUSE:Factory/.ocaml-logs.new.7373 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ocaml-logs" Wed Jul 16 17:35:55 2025 rev:5 rq:1293627 version:0.9.0 Changes: -------- --- /work/SRC/openSUSE:Factory/ocaml-logs/ocaml-logs.changes 2022-07-22 19:20:33.784592257 +0200 +++ /work/SRC/openSUSE:Factory/.ocaml-logs.new.7373/ocaml-logs.changes 2025-07-16 17:36:14.678688793 +0200 @@ -1,0 +2,6 @@ +Mon Jul 7 07:07:07 UTC 2025 - oher...@suse.de + +- Update to version 0.9.0 + see included CHANGES.md file for details + +------------------------------------------------------------------- Old: ---- ocaml-logs-0.7.0.tar.xz New: ---- ocaml-logs-0.9.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ocaml-logs.spec ++++++ --- /var/tmp/diff_new_pack.djIiCx/_old 2025-07-16 17:36:15.202710704 +0200 +++ /var/tmp/diff_new_pack.djIiCx/_new 2025-07-16 17:36:15.202710704 +0200 @@ -1,7 +1,7 @@ # # spec file for package ocaml-logs # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ %bcond_with ocaml_lwt Name: ocaml-logs -Version: 0.7.0 +Version: 0.9.0 Release: 0 %{?ocaml_preserve_bytecode} Summary: Logging infrastructure for OCaml @@ -28,11 +28,11 @@ URL: https://opam.ocaml.org/packages/logs Source0: %name-%version.tar.xz Patch0: ocaml-logs.patch -BuildRequires: ocaml +BuildRequires: ocaml(ocaml_base_version) >= 4.14 BuildRequires: ocaml-dune -BuildRequires: ocaml-rpm-macros >= 20220707 +BuildRequires: ocaml-rpm-macros >= 20250517 BuildRequires: ocamlfind(cmdliner) -BuildRequires: ocamlfind(compiler-libs.toplevel) +BuildRequires: ocamlfind(compiler-libs) BuildRequires: ocamlfind(fmt) BuildRequires: ocamlfind(result) BuildRequires: ocamlfind(threads) ++++++ _service ++++++ --- /var/tmp/diff_new_pack.djIiCx/_old 2025-07-16 17:36:15.234712042 +0200 +++ /var/tmp/diff_new_pack.djIiCx/_new 2025-07-16 17:36:15.238712210 +0200 @@ -1,7 +1,7 @@ <services> - <service name="tar_scm" mode="disabled"> + <service name="tar_scm" mode="manual"> <param name="filename">ocaml-logs</param> - <param name="revision">346f2cb5279a0dfee0e57fff109b8994982ce66f</param> + <param name="revision">52d9dbde9d72fd029fe6df0fa4867c343aaed493</param> <param name="scm">git</param> <param name="submodules">disable</param> <param name="url">https://github.com/dbuenzli/logs.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-logs-0.7.0.tar.xz -> ocaml-logs-0.9.0.tar.xz ++++++ ++++ 2674 lines of diff (skipped) ++++++ ocaml-logs.patch ++++++ --- /var/tmp/diff_new_pack.djIiCx/_old 2025-07-16 17:36:15.326715889 +0200 +++ /var/tmp/diff_new_pack.djIiCx/_new 2025-07-16 17:36:15.326715889 +0200 @@ -1,11 +1,31 @@ +--- + dune-project | 2 ++ + src/cli/dune | 7 +++++++ + src/dune | 7 +++++++ + src/fmt/dune | 7 +++++++ + src/lwt/dune | 8 ++++++++ + src/threaded/dune | 7 +++++++ + src/top/dune | 6 ++++++ + 7 files changed, 44 insertions(+) + --- /dev/null +++ b/dune-project @@ -0,0 +1,2 @@ +(lang dune 1.0) +(name logs) --- /dev/null ++++ b/src/cli/dune +@@ -0,0 +1,7 @@ ++(library ++ (name logs_cli) ++ (public_name logs.cli) ++ (libraries logs cmdliner) ++ (modules logs_cli) ++ (flags :standard -w -27 -safe-string) ++ (wrapped false)) +--- /dev/null +++ b/src/dune -@@ -0,0 +1,47 @@ +@@ -0,0 +1,7 @@ +(library + (name logs) + (public_name logs) @@ -13,7 +33,9 @@ + (modules logs) + (flags :standard -w -27 -safe-string) + (wrapped false)) -+ +--- /dev/null ++++ b/src/fmt/dune +@@ -0,0 +1,7 @@ +(library + (name logs_fmt) + (public_name logs.fmt) @@ -21,15 +43,9 @@ + (modules logs_fmt) + (flags :standard -w -27 -safe-string) + (wrapped false)) -+ -+(library -+ (name logs_cli) -+ (public_name logs.cli) -+ (libraries logs cmdliner) -+ (modules logs_cli) -+ (flags :standard -w -27 -safe-string) -+ (wrapped false)) -+ +--- /dev/null ++++ b/src/lwt/dune +@@ -0,0 +1,8 @@ +(library + (name logs_lwt) + (public_name logs.lwt) @@ -38,7 +54,9 @@ + (flags :standard -w -27 -safe-string) + (optional) + (wrapped false)) -+ +--- /dev/null ++++ b/src/threaded/dune +@@ -0,0 +1,7 @@ +(library + (name logs_threaded) + (public_name logs.threaded) @@ -46,7 +64,9 @@ + (modules logs_threaded) + (flags :standard -w -27 -safe-string) + (wrapped false)) -+ +--- /dev/null ++++ b/src/top/dune +@@ -0,0 +1,6 @@ +(library + (name logs_top) + (public_name logs.top)