Hello community,
here is the log from the commit of package ocaml-easy-format for
openSUSE:Factory checked in at 2019-11-12 16:11:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ocaml-easy-format (Old)
and /work/SRC/openSUSE:Factory/.ocaml-easy-format.new.2990 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ocaml-easy-format"
Tue Nov 12 16:11:44 2019 rev:5 rq:746698 version:1.3.2
Changes:
--------
--- /work/SRC/openSUSE:Factory/ocaml-easy-format/ocaml-easy-format.changes
2019-10-24 23:03:00.920091717 +0200
+++
/work/SRC/openSUSE:Factory/.ocaml-easy-format.new.2990/ocaml-easy-format.changes
2019-11-12 16:11:45.567774285 +0100
@@ -1,0 +2,5 @@
+Fri Nov 1 12:34:56 UTC 2019 - [email protected]
+
+- Require current dune macros
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ocaml-easy-format.spec ++++++
--- /var/tmp/diff_new_pack.8het7H/_old 2019-11-12 16:11:46.843775656 +0100
+++ /var/tmp/diff_new_pack.8het7H/_new 2019-11-12 16:11:46.843775656 +0100
@@ -13,7 +13,7 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
@@ -29,9 +29,7 @@
Patch0: %{name}.patch
BuildRequires: ocaml
BuildRequires: ocaml-dune
-BuildRequires: ocaml-findlib
-BuildRequires: ocaml-rpm-macros >= 20190930
-BuildRoot: %{_tmppath}/%{name}-%{version}-build
+BuildRequires: ocaml-rpm-macros >= 20191101
%description
This module offers a high-level and functional interface to the Format module
@@ -63,6 +61,7 @@
%autosetup -p1
%build
+dune_release_pkgs='easy-format'
%ocaml_dune_setup
%ocaml_dune_build
@@ -71,11 +70,9 @@
%ocaml_create_file_list
%check
-%ocaml_dune_test || : make check failed
+%ocaml_dune_test
%files -f %{name}.files
-%license LICENSE
-%doc README.md
%files devel -f %{name}.files.devel