Hello community,

here is the log from the commit of package ocaml-qtest for openSUSE:Factory 
checked in at 2019-11-11 21:29:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ocaml-qtest (Old)
 and      /work/SRC/openSUSE:Factory/.ocaml-qtest.new.2990 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ocaml-qtest"

Mon Nov 11 21:29:03 2019 rev:5 rq:746710 version:2.9

Changes:
--------
--- /work/SRC/openSUSE:Factory/ocaml-qtest/ocaml-qtest.changes  2019-10-24 
23:02:11.628034706 +0200
+++ /work/SRC/openSUSE:Factory/.ocaml-qtest.new.2990/ocaml-qtest.changes        
2019-11-11 21:29:05.928092972 +0100
@@ -1,0 +2,5 @@
+Fri Nov  1 12:34:56 UTC 2019 - [email protected]
+
+- Require current dune macros
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ ocaml-qtest.spec ++++++
--- /var/tmp/diff_new_pack.riCwN4/_old  2019-11-11 21:29:06.716093810 +0100
+++ /var/tmp/diff_new_pack.riCwN4/_new  2019-11-11 21:29:06.720093813 +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/
 #
 
 
@@ -23,13 +23,12 @@
 Summary:        Inline (Unit) Tests for OCaml
 License:        GPL-3.0-or-later
 Group:          Development/Languages/OCaml
-
 URL:            https://github.com/vincent-hugot/qtest
 Source0:        %{name}-%{version}.tar.xz
-
 BuildRequires:  ocaml
 BuildRequires:  ocaml-dune
-BuildRequires:  ocaml-rpm-macros >= 20190930
+BuildRequires:  ocaml-rpm-macros >= 20191101
+BuildRequires:  ocamlfind(bytes)
 BuildRequires:  ocamlfind(qcheck)
 
 %description
@@ -38,7 +37,6 @@
 qcheck library. The possibilities range from trivial tests
 to sophisticated random generation of test cases.
 
-
 %package        devel
 Summary:        Development files for %{name}
 Group:          Development/Languages/OCaml
@@ -48,11 +46,11 @@
 The %{name}-devel package contains libraries and signature files for
 developing applications that use %{name}.
 
-
 %prep
 %autosetup -p1
 
 %build
+dune_release_pkgs='qtest'
 %ocaml_dune_setup
 %ocaml_dune_build
 
@@ -64,7 +62,6 @@
 %ocaml_dune_test
 
 %files -f %{name}.files
-%license LICENSE
 %doc README.adoc
 %{_bindir}/*
 


Reply via email to