Hello community, here is the log from the commit of package ocaml-qcheck for openSUSE:Factory checked in at 2019-02-20 14:12:38 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ocaml-qcheck (Old) and /work/SRC/openSUSE:Factory/.ocaml-qcheck.new.28833 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ocaml-qcheck" Wed Feb 20 14:12:38 2019 rev:3 rq:677428 version:0.9 Changes: -------- --- /work/SRC/openSUSE:Factory/ocaml-qcheck/ocaml-qcheck.changes 2018-06-19 11:58:13.142160957 +0200 +++ /work/SRC/openSUSE:Factory/.ocaml-qcheck.new.28833/ocaml-qcheck.changes 2019-02-20 14:12:40.830912433 +0100 @@ -1,0 +2,16 @@ +Tue Feb 19 03:06:16 UTC 2019 - [email protected] + +- Update install section for ocaml-dune 1.7.1. +- BuildRequires: opam-installer instead of opam to be accurate. + +------------------------------------------------------------------- +Fri Feb 8 02:06:49 UTC 2019 - [email protected] + +- New upstream version (0.9). + * Add TestResult.is_success helper. + * Give access to list of instances in test results. + * Allow setting time_between_msg in runner. + * Update docs. +- Updated build commands for the new dune version. + +------------------------------------------------------------------- Old: ---- ocaml-qcheck-0.8.tar.gz New: ---- ocaml-qcheck-0.9.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ocaml-qcheck.spec ++++++ --- /var/tmp/diff_new_pack.WJuNg7/_old 2019-02-20 14:12:41.298912277 +0100 +++ /var/tmp/diff_new_pack.WJuNg7/_new 2019-02-20 14:12:41.306912274 +0100 @@ -1,7 +1,7 @@ # # spec file for package ocaml-qcheck # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: ocaml-qcheck -Version: 0.8 +Version: 0.9 Release: 0 %{?ocaml_preserve_bytecode} Summary: QuickCheck inspired property-based testing for OCaml @@ -33,7 +33,7 @@ BuildRequires: ocaml-ounit-devel BuildRequires: ocaml-rpm-macros BuildRequires: ocamlfind -BuildRequires: opam +BuildRequires: opam-installer %description This module allows to check invariants (properties of some types) over @@ -55,14 +55,15 @@ %setup -q -n qcheck-%{version} %build -jbuilder build @install +# do not build alcotest support since it is not packaged yet +dune build @install -p qcheck,qcheck-core,qcheck-ounit %install mkdir -p %{buildroot}%{_libdir}/ocaml -jbuilder install --destdir=%{buildroot} --libdir=%{buildroot}%{_libdir}/ocaml +dune install --destdir=%{buildroot} qcheck qcheck-core qcheck-ounit # These files will be installed using doc and license directives. -rm -r %{buildroot}/doc +rm -r %{buildroot}/usr/doc %files %defattr(-,root,root,-) @@ -70,27 +71,29 @@ %license LICENSE %dir %{_libdir}/ocaml %dir %{_libdir}/ocaml/* +%dir %{_libdir}/ocaml/*/* %if 0%{?ocaml_native_compiler} -%{_libdir}/ocaml/*/*.cmxs +%{_libdir}/ocaml/*/{,*/}*.cmxs %endif %files devel %defattr(-,root,root,-) %dir %{_libdir}/ocaml %dir %{_libdir}/ocaml/* +%dir %{_libdir}/ocaml/*/* %if 0%{?ocaml_native_compiler} -%{_libdir}/ocaml/*/*.a -%{_libdir}/ocaml/*/*.cmx -%{_libdir}/ocaml/*/*.cmxa +%{_libdir}/ocaml/*/{,*/}*.a +%{_libdir}/ocaml/*/{,*/}*.cmx +%{_libdir}/ocaml/*/{,*/}*.cmxa %endif -%{_libdir}/ocaml/*/*.ml -%{_libdir}/ocaml/*/*.mli -%{_libdir}/ocaml/*/*.cma -%{_libdir}/ocaml/*/*.cmi -%{_libdir}/ocaml/*/*.cmt -%{_libdir}/ocaml/*/*.cmti +%{_libdir}/ocaml/*/{,*/}*.ml +%{_libdir}/ocaml/*/{,*/}*.mli +%{_libdir}/ocaml/*/{,*/}*.cma +%{_libdir}/ocaml/*/{,*/}*.cmi +%{_libdir}/ocaml/*/{,*/}*.cmt +%{_libdir}/ocaml/*/{,*/}*.cmti +%{_libdir}/ocaml/*/dune-package %{_libdir}/ocaml/*/META %{_libdir}/ocaml/*/opam -%{_libdir}/ocaml/*/*.dune %changelog ++++++ ocaml-qcheck-0.8.tar.gz -> ocaml-qcheck-0.9.tar.gz ++++++ ++++ 34830 lines of diff (skipped)
