Hello community,

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

Package is "ocaml-gen"

Tue Nov 12 16:12:10 2019 rev:4 rq:747692 version:0.5.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/ocaml-gen/ocaml-gen.changes      2019-10-24 
23:01:52.272012462 +0200
+++ /work/SRC/openSUSE:Factory/.ocaml-gen.new.2990/ocaml-gen.changes    
2019-11-12 16:12:16.707807750 +0100
@@ -1,0 +2,6 @@
+Fri Nov  1 12:34:56 UTC 2019 - [email protected]
+
+- Require current dune macros
+- Use _service file
+
+-------------------------------------------------------------------

Old:
----
  ocaml-gen-0.5.2.tar.gz

New:
----
  _service
  ocaml-gen-0.5.2.tar.xz

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

Other differences:
------------------
++++++ ocaml-gen.spec ++++++
--- /var/tmp/diff_new_pack.isJdG4/_old  2019-11-12 16:12:17.171808249 +0100
+++ /var/tmp/diff_new_pack.isJdG4/_new  2019-11-12 16:12:17.175808253 +0100
@@ -23,16 +23,14 @@
 Summary:        Simple, efficient iterators for OCaml
 License:        BSD-2-Clause
 Group:          Development/Languages/OCaml
-
 URL:            https://github.com/c-cube/gen
-Source0:        
https://github.com/c-cube/gen/archive/%{version}/%{name}-%{version}.tar.gz
-
+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(qtest.lib)
 BuildRequires:  ocamlfind(qcheck)
+BuildRequires:  ocamlfind(qtest)
 BuildRequires:  ocamlfind(oUnit)
 
 %description
@@ -51,9 +49,10 @@
 
 
 %prep
-%autosetup -p1 -n gen-%{version}
+%autosetup -p1
 
 %build
+dune_release_pkgs='gen'
 %ocaml_dune_setup
 %ocaml_dune_build
 
@@ -62,10 +61,9 @@
 %ocaml_create_file_list
 
 %check
-%ocaml_dune_test || : make check failed
+%ocaml_dune_test
 
 %files -f %{name}.files
-%license LICENSE
 %doc README.md
 
 %files devel -f %{name}.files.devel

++++++ _service ++++++
<services>
  <service name="tar_scm" mode="disabled">
    <param name="filename">ocaml-gen</param>
    <param name="revision">runtest-0.5.2</param>
    <param name="scm">git</param>
    <param name="submodules">disable</param>
    <param name="url">https://github.com/olafhering/ocaml-gen.git</param>
    <param name="versionformat">@PARENT_TAG@</param>
  </service>
  <service name="recompress" mode="disabled">
    <param name="file">*.tar</param>
    <param name="compression">xz</param>
  </service>
  <service name="set_version" mode="disabled"/>
</services>

Reply via email to