Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ocaml-fmt for openSUSE:Leap:16.0 checked in at 2025-04-15 15:14:50 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Leap:16.0/ocaml-fmt (Old) and /work/SRC/openSUSE:Leap:16.0/.ocaml-fmt.new.1907 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ocaml-fmt" Tue Apr 15 15:14:50 2025 rev:2 rq:1254351 version:0.10.0 Changes: -------- --- /work/SRC/openSUSE:Leap:16.0/ocaml-fmt/ocaml-fmt.changes 2025-03-19 11:52:32.400350547 +0100 +++ /work/SRC/openSUSE:Leap:16.0/.ocaml-fmt.new.1907/ocaml-fmt.changes 2025-04-15 15:14:52.737720118 +0200 @@ -1,0 +2,6 @@ +Mon Mar 3 03:03:03 UTC 2025 - oher...@suse.de + +- Update to version 0.10.0 + see included CHANGES.md file for details + +------------------------------------------------------------------- Old: ---- ocaml-fmt-0.9.0.tar.xz New: ---- ocaml-fmt-0.10.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ocaml-fmt.spec ++++++ --- /var/tmp/diff_new_pack.FBmUc5/_old 2025-04-15 15:14:53.049733193 +0200 +++ /var/tmp/diff_new_pack.FBmUc5/_new 2025-04-15 15:14:53.049733193 +0200 @@ -1,7 +1,7 @@ # # spec file for package ocaml-fmt # -# 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 @@ -17,7 +17,7 @@ Name: ocaml-fmt -Version: 0.9.0 +Version: 0.10.0 Release: 0 %{?ocaml_preserve_bytecode} Summary: Format pretty-printer combinators @@ -27,7 +27,7 @@ Source0: %name-%version.tar.xz Patch0: ocaml-fmt.patch BuildRequires: ocaml-dune -BuildRequires: ocaml-rpm-macros >= 20220222 +BuildRequires: ocaml-rpm-macros >= 20240909 BuildRequires: ocaml(ocaml_base_version) >= 4.08 BuildRequires: ocamlfind(cmdliner) BuildRequires: ocamlfind(compiler-libs.toplevel) ++++++ _service ++++++ --- /var/tmp/diff_new_pack.FBmUc5/_old 2025-04-15 15:14:53.081734535 +0200 +++ /var/tmp/diff_new_pack.FBmUc5/_new 2025-04-15 15:14:53.085734702 +0200 @@ -1,7 +1,7 @@ <services> - <service name="tar_scm" mode="disabled"> + <service name="tar_scm" mode="manual"> <param name="filename">ocaml-fmt</param> - <param name="revision">f9887faacb29a73a6a41b296a7614bc336f96821</param> + <param name="revision">f6348c4e64029940d22593491f0d2eaea6c0a351</param> <param name="scm">git</param> <param name="submodules">disable</param> <param name="url">https://github.com/dbuenzli/fmt.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-fmt-0.9.0.tar.xz -> ocaml-fmt-0.10.0.tar.xz ++++++ ++++ 1614 lines of diff (skipped) ++++++ ocaml-fmt.patch ++++++ --- /var/tmp/diff_new_pack.FBmUc5/_old 2025-04-15 15:14:53.177738557 +0200 +++ /var/tmp/diff_new_pack.FBmUc5/_new 2025-04-15 15:14:53.181738725 +0200 @@ -1,11 +1,29 @@ +--- + dune-project | 2 ++ + src/cli/dune | 7 +++++++ + src/dune | 7 +++++++ + src/top/dune | 6 ++++++ + src/tty/dune | 7 +++++++ + 5 files changed, 29 insertions(+) + --- /dev/null +++ b/dune-project @@ -0,0 +1,2 @@ +(lang dune 1.0) +(name fmt) --- /dev/null ++++ b/src/cli/dune +@@ -0,0 +1,7 @@ ++(library ++ (name fmt_cli) ++ (public_name fmt.cli) ++ (libraries fmt cmdliner) ++ (modules fmt_cli) ++ (flags :standard -w -3-6-27) ++ (wrapped false)) +--- /dev/null +++ b/src/dune -@@ -0,0 +1,30 @@ +@@ -0,0 +1,7 @@ +(library + (name fmt) + (public_name fmt) @@ -13,7 +31,18 @@ + (modules fmt) + (flags :standard -w -3-6-27-34-50) + (wrapped false)) -+ +--- /dev/null ++++ b/src/top/dune +@@ -0,0 +1,6 @@ ++(library ++ (name fmt_top) ++ (public_name fmt.top) ++ (libraries compiler-libs.toplevel fmt) ++ (modules fmt_top) ++ (wrapped false)) +--- /dev/null ++++ b/src/tty/dune +@@ -0,0 +1,7 @@ +(library + (name fmt_tty) + (public_name fmt.tty) @@ -21,19 +50,4 @@ + (modules fmt_tty) + (flags :standard -w -3-6-27) + (wrapped false)) -+ -+(library -+ (name fmt_cli) -+ (public_name fmt.cli) -+ (libraries fmt cmdliner) -+ (modules fmt_cli) -+ (flags :standard -w -3-6-27) -+ (wrapped false)) -+ -+(library -+ (name fmt_top) -+ (public_name fmt.top) -+ (libraries compiler-libs.toplevel fmt) -+ (modules fmt_top) -+ (wrapped false))