Hello community,

here is the log from the commit of package ocaml-qcheck for openSUSE:Factory 
checked in at 2018-06-19 11:58:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ocaml-qcheck (Old)
 and      /work/SRC/openSUSE:Factory/.ocaml-qcheck.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ocaml-qcheck"

Tue Jun 19 11:58:11 2018 rev:2 rq:616472 version:0.8

Changes:
--------
--- /work/SRC/openSUSE:Factory/ocaml-qcheck/ocaml-qcheck.changes        
2018-05-29 16:53:01.618158123 +0200
+++ /work/SRC/openSUSE:Factory/.ocaml-qcheck.new/ocaml-qcheck.changes   
2018-06-19 11:58:13.142160957 +0200
@@ -1,0 +2,5 @@
+Mon Jun 11 09:09:31 UTC 2018 - [email protected]
+
+- Package the .ml and .dune files produced with latest dune. 
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ ocaml-qcheck.spec ++++++
--- /var/tmp/diff_new_pack.cfkHhn/_old  2018-06-19 11:58:14.170122789 +0200
+++ /var/tmp/diff_new_pack.cfkHhn/_new  2018-06-19 11:58:14.174122640 +0200
@@ -15,6 +15,7 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:           ocaml-qcheck
 Version:        0.8
 Release:        0
@@ -29,10 +30,10 @@
 
 BuildRequires:  ocaml
 BuildRequires:  ocaml-dune
-BuildRequires:  ocamlfind
 BuildRequires:  ocaml-ounit-devel
-BuildRequires:  opam
 BuildRequires:  ocaml-rpm-macros
+BuildRequires:  ocamlfind
+BuildRequires:  opam
 
 %description
 This module allows to check invariants (properties of some types) over
@@ -45,7 +46,6 @@
 Group:          Development/Languages/OCaml
 Requires:       %{name} = %{version}
 
-
 %description    devel
 The %{name}-devel package contains libraries and signature files for
 developing applications that use %{name}.
@@ -54,11 +54,9 @@
 %prep
 %setup -q -n qcheck-%{version}
 
-
 %build
 jbuilder build @install
 
-
 %install
 mkdir -p %{buildroot}%{_libdir}/ocaml
 jbuilder install --destdir=%{buildroot} --libdir=%{buildroot}%{_libdir}/ocaml
@@ -66,7 +64,6 @@
 # These files will be installed using doc and license directives.
 rm -r %{buildroot}/doc
 
-
 %files
 %defattr(-,root,root,-)
 %doc README.adoc CHANGELOG.md
@@ -77,7 +74,6 @@
 %{_libdir}/ocaml/*/*.cmxs
 %endif
 
-
 %files devel
 %defattr(-,root,root,-)
 %dir %{_libdir}/ocaml
@@ -87,6 +83,7 @@
 %{_libdir}/ocaml/*/*.cmx
 %{_libdir}/ocaml/*/*.cmxa
 %endif
+%{_libdir}/ocaml/*/*.ml
 %{_libdir}/ocaml/*/*.mli
 %{_libdir}/ocaml/*/*.cma
 %{_libdir}/ocaml/*/*.cmi
@@ -94,6 +91,6 @@
 %{_libdir}/ocaml/*/*.cmti
 %{_libdir}/ocaml/*/META
 %{_libdir}/ocaml/*/opam
-
+%{_libdir}/ocaml/*/*.dune
 
 %changelog


Reply via email to