Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package ocaml-easy-format for
openSUSE:Factory checked in at 2022-06-21 16:32:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ocaml-easy-format (Old)
and /work/SRC/openSUSE:Factory/.ocaml-easy-format.new.1548 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ocaml-easy-format"
Tue Jun 21 16:32:58 2022 rev:7 rq:984130 version:1.3.4
Changes:
--------
--- /work/SRC/openSUSE:Factory/ocaml-easy-format/ocaml-easy-format.changes
2022-05-05 23:08:00.169677844 +0200
+++
/work/SRC/openSUSE:Factory/.ocaml-easy-format.new.1548/ocaml-easy-format.changes
2022-06-21 16:33:09.879877400 +0200
@@ -1,0 +2,6 @@
+Mon Jun 13 13:13:13 UTC 2022 - [email protected]
+
+- Update to version 1.3.4
+ See included CHANGES.md for details
+
+-------------------------------------------------------------------
Old:
----
ocaml-easy-format-1.3.3.tar.xz
New:
----
ocaml-easy-format-1.3.4.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ocaml-easy-format.spec ++++++
--- /var/tmp/diff_new_pack.HpDJ2W/_old 2022-06-21 16:33:10.311878033 +0200
+++ /var/tmp/diff_new_pack.HpDJ2W/_new 2022-06-21 16:33:10.315878040 +0200
@@ -18,7 +18,7 @@
Name: ocaml-easy-format
-Version: 1.3.3
+Version: 1.3.4
Release: 0
%{?ocaml_preserve_bytecode}
Summary: Data pretty printing made easy
@@ -27,7 +27,7 @@
URL: https://opam.ocaml.org/packages/easy-format
Source0: %name-%version.tar.xz
BuildRequires: ocaml
-BuildRequires: ocaml-dune >= 2.9
+BuildRequires: ocaml-dune >= 3.2
BuildRequires: ocaml-rpm-macros >= 20220409
%description
++++++ _service ++++++
--- /var/tmp/diff_new_pack.HpDJ2W/_old 2022-06-21 16:33:10.343878081 +0200
+++ /var/tmp/diff_new_pack.HpDJ2W/_new 2022-06-21 16:33:10.347878086 +0200
@@ -1,7 +1,7 @@
<services>
<service name="tar_scm" mode="disabled">
<param name="filename">ocaml-easy-format</param>
- <param name="revision">56c57e69ef067d1cc4e31029d31e77e55b46be95</param>
+ <param name="revision">ba4962884509ceec63905dd6e0ccb429be4f9f66</param>
<param name="scm">git</param>
<param name="submodules">disable</param>
<param
name="url">https://github.com/ocaml-community/easy-format.git</param>
++++++ ocaml-easy-format-1.3.3.tar.xz -> ocaml-easy-format-1.3.4.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/ocaml-easy-format-1.3.3/CHANGES.md
new/ocaml-easy-format-1.3.4/CHANGES.md
--- old/ocaml-easy-format-1.3.3/CHANGES.md 2022-04-27 23:45:40.000000000
+0200
+++ new/ocaml-easy-format-1.3.4/CHANGES.md 2022-06-04 18:15:02.000000000
+0200
@@ -1,3 +1,8 @@
+1.3.4 (2022-06-03)
+------------------
+
+- Nix/Esy compatibility (#29)
+
1.3.3 (2022-04-27)
------------------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/ocaml-easy-format-1.3.3/dune-project
new/ocaml-easy-format-1.3.4/dune-project
--- old/ocaml-easy-format-1.3.3/dune-project 2022-04-27 23:45:40.000000000
+0200
+++ new/ocaml-easy-format-1.3.4/dune-project 2022-06-04 18:15:02.000000000
+0200
@@ -1,7 +1,7 @@
-(lang dune 2.9)
+(lang dune 3.2)
(name easy-format)
-(source (github mjambon/easy-format))
+(source (github ocaml-community/easy-format))
(generate_opam_files true)
(license "BSD-3-Clause")
(maintainers "[email protected]" "[email protected]")
@@ -31,4 +31,4 @@
(name easy-format)
(depends
(dune (>= 1.10))
- (ocaml (>= "4.02.3"))))
+ (ocaml (>= 4.08))))
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/ocaml-easy-format-1.3.3/easy-format.opam
new/ocaml-easy-format-1.3.4/easy-format.opam
--- old/ocaml-easy-format-1.3.3/easy-format.opam 2022-04-27
23:45:40.000000000 +0200
+++ new/ocaml-easy-format-1.3.4/easy-format.opam 2022-06-04
18:15:02.000000000 +0200
@@ -23,12 +23,12 @@
maintainer: ["[email protected]" "[email protected]"]
authors: ["Martin Jambon"]
license: "BSD-3-Clause"
-homepage: "https://github.com/mjambon/easy-format"
+homepage: "https://github.com/ocaml-community/easy-format"
doc: "https://mjambon.github.io/easy-format/"
-bug-reports: "https://github.com/mjambon/easy-format/issues"
+bug-reports: "https://github.com/ocaml-community/easy-format/issues"
depends: [
- "dune" {>= "2.9" & >= "1.10"}
- "ocaml" {>= "4.02.3"}
+ "dune" {>= "3.2" & >= "1.10"}
+ "ocaml" {>= "4.08"}
"odoc" {with-doc}
]
build: [
@@ -40,11 +40,9 @@
name
"-j"
jobs
- "--promote-install-files=false"
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
- ["dune" "install" "-p" name "--create-install-files" name]
]
-dev-repo: "git+https://github.com/mjambon/easy-format.git"
+dev-repo: "git+https://github.com/ocaml-community/easy-format.git"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/ocaml-easy-format-1.3.3/examples/simple_example.ml
new/ocaml-easy-format-1.3.4/examples/simple_example.ml
--- old/ocaml-easy-format-1.3.3/examples/simple_example.ml 2022-04-27
23:45:40.000000000 +0200
+++ new/ocaml-easy-format-1.3.4/examples/simple_example.ml 2022-06-04
18:15:02.000000000 +0200
@@ -93,7 +93,7 @@
(format_array ~align_closing: align_closing2 ~wrap: wrap2 format_float) m
-let format_record f l0 =
+let _format_record f l0 =
let l =
List.map
(fun (s, x) -> Label ((Atom (s ^ ":", atom), label), f x))