Hello community,
here is the log from the commit of package ocaml-fileutils for openSUSE:Factory
checked in at 2019-11-12 16:11:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ocaml-fileutils (Old)
and /work/SRC/openSUSE:Factory/.ocaml-fileutils.new.2990 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ocaml-fileutils"
Tue Nov 12 16:11:50 2019 rev:4 rq:746700 version:0.6.1
Changes:
--------
--- /work/SRC/openSUSE:Factory/ocaml-fileutils/ocaml-fileutils.changes
2019-10-24 23:01:46.652006003 +0200
+++
/work/SRC/openSUSE:Factory/.ocaml-fileutils.new.2990/ocaml-fileutils.changes
2019-11-12 16:11:51.575780742 +0100
@@ -1,0 +2,5 @@
+Fri Nov 1 12:34:56 UTC 2019 - [email protected]
+
+- Require current dune macros
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ocaml-fileutils.spec ++++++
--- /var/tmp/diff_new_pack.C7jNME/_old 2019-11-12 16:11:52.131781339 +0100
+++ /var/tmp/diff_new_pack.C7jNME/_new 2019-11-12 16:11:52.135781344 +0100
@@ -12,7 +12,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/
#
@@ -27,8 +27,9 @@
Source0: %{name}-%{version}.tar.xz
BuildRequires: ocaml
BuildRequires: ocaml-dune
-BuildRequires: ocaml-rpm-macros >= 20190930
-BuildRequires: ocamlfind(bigarray)
+BuildRequires: ocaml-rpm-macros >= 20191101
+BuildRequires: ocamlfind(bytes)
+BuildRequires: ocamlfind(oUnit)
BuildRequires: ocamlfind(stdlib-shims)
BuildRequires: ocamlfind(str)
BuildRequires: ocamlfind(unix)
@@ -56,6 +57,7 @@
%autosetup -p1
%build
+dune_release_pkgs='fileutils'
%ocaml_dune_setup
%ocaml_dune_build
@@ -64,10 +66,9 @@
%ocaml_create_file_list
%check
-%ocaml_dune_test || : make check failed
+%ocaml_dune_test
%files -f %{name}.files
-%license LICENSE.txt
%doc README.md
%files devel -f %{name}.files.devel