Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package ocaml-qcheck for openSUSE:Factory 
checked in at 2021-09-29 20:18:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ocaml-qcheck (Old)
 and      /work/SRC/openSUSE:Factory/.ocaml-qcheck.new.1899 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ocaml-qcheck"

Wed Sep 29 20:18:36 2021 rev:8 rq:921279 version:0.18

Changes:
--------
--- /work/SRC/openSUSE:Factory/ocaml-qcheck/ocaml-qcheck.changes        
2021-04-29 01:37:31.254503642 +0200
+++ /work/SRC/openSUSE:Factory/.ocaml-qcheck.new.1899/ocaml-qcheck.changes      
2021-09-29 20:19:41.491056080 +0200
@@ -1,0 +2,6 @@
+Sat Sep 11 12:34:56 UTC 2021 - oher...@suse.de
+
+- Update to version 0.18
+  See included CHANGELOG.md for details
+
+-------------------------------------------------------------------

Old:
----
  ocaml-qcheck-0.17.tar.xz

New:
----
  _multibuild
  ocaml-qcheck-0.18.tar.xz

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

Other differences:
------------------
++++++ ocaml-qcheck.spec ++++++
--- /var/tmp/diff_new_pack.UCMRGg/_old  2021-09-29 20:19:41.871056631 +0200
+++ /var/tmp/diff_new_pack.UCMRGg/_new  2021-09-29 20:19:41.871056631 +0200
@@ -16,27 +16,37 @@
 #
 
 
-%bcond_with     ocaml_alcotest
+%bcond_with ocaml_qcheck_testsuite
+%define build_flavor @BUILD_FLAVOR@%{nil}
+%if "%{build_flavor}" == "testsuite"
+%if %{without ocaml_qcheck_testsuite}
+ExclusiveArch:  do-not-build
+%endif
+%define nsuffix -testsuite
+%else
+%define nsuffix %{nil}
+%endif
 
-Name:           ocaml-qcheck
-Version:        0.17
+%define     pkg ocaml-qcheck
+Name:           %{pkg}%{nsuffix}
+Version:        0.18
 Release:        0
 %{?ocaml_preserve_bytecode}
 Summary:        QuickCheck inspired property-based testing for OCaml
 License:        BSD-2-Clause
 Group:          Development/Languages/OCaml
-
 URL:            https://opam.ocaml.org/packages/qcheck
-Source0:        %{name}-%{version}.tar.xz
-
-BuildRequires:  ocaml
-BuildRequires:  ocaml-dune
-BuildRequires:  ocaml-rpm-macros >= 20210121
+Source0:        %{pkg}-%{version}.tar.xz
+BuildRequires:  ocaml(ocaml_base_version) >= 4.08
+BuildRequires:  ocaml-dune >= 2.2
+BuildRequires:  ocaml-rpm-macros >= 20210911
 BuildRequires:  ocamlfind(bytes)
 BuildRequires:  ocamlfind(ounit2)
 BuildRequires:  ocamlfind(unix)
-%if %{with ocaml_alcotest}
+
+%if "%{build_flavor}" == "testsuite"
 BuildRequires:  ocamlfind(alcotest)
+BuildRequires:  ocamlfind(qcheck)
 %endif
 
 %description
@@ -55,26 +65,38 @@
 
 
 %prep
-%autosetup -p1
+%autosetup -p1 -n %{pkg}-%{version}
 
 %build
 dune_release_pkgs='qcheck,qcheck-core,qcheck-ounit'
-%if %{with ocaml_alcotest}
+%if "%{build_flavor}" == "testsuite"
 dune_release_pkgs="${dune_release_pkgs},qcheck-alcotest"
 %endif
 %ocaml_dune_setup
+%if "%{build_flavor}" == ""
 %ocaml_dune_build
+%endif
 
 %install
+%if "%{build_flavor}" == ""
 %ocaml_dune_install
 %ocaml_create_file_list
+%endif
 
+%if "%{build_flavor}" == "testsuite"
 %check
+%if "%_lib" == "lib"
+: https://github.com/c-cube/qcheck/issues/152
+%else
 %ocaml_dune_test
+%endif
+%endif
 
+%if "%{build_flavor}" == ""
 %files -f %{name}.files
 %doc README.adoc
 
 %files devel -f %{name}.files.devel
+%endif
 
 %changelog

++++++ _multibuild ++++++
<multibuild>
  <package>testsuite</package>
</multibuild>
++++++ _service ++++++
--- /var/tmp/diff_new_pack.UCMRGg/_old  2021-09-29 20:19:41.907056683 +0200
+++ /var/tmp/diff_new_pack.UCMRGg/_new  2021-09-29 20:19:41.907056683 +0200
@@ -1,7 +1,7 @@
 <services>
   <service name="tar_scm" mode="disabled">
     <param name="filename">ocaml-qcheck</param>
-    <param name="revision">6aaef3945ca9ffad312e397fa0d81538763d9abd</param>
+    <param name="revision">b065a81661d312fc7bbdbf95fb24229d71991a10</param>
     <param name="scm">git</param>
     <param name="submodules">disable</param>
     <param name="url">https://github.com/c-cube/qcheck.git</param>

++++++ ocaml-qcheck-0.17.tar.xz -> ocaml-qcheck-0.18.tar.xz ++++++
++++ 9519 lines of diff (skipped)

Reply via email to