Hello community,

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

Package is "ocaml-sha"

Mon Nov 11 13:01:18 2019 rev:3 rq:747297 version:1.12

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

Old:
----
  ocaml-sha-1.12.tar.gz

New:
----
  _service
  ocaml-sha-1.12.tar.xz

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

Other differences:
------------------
++++++ ocaml-sha.spec ++++++
--- /var/tmp/diff_new_pack.Uy1IxD/_old  2019-11-11 13:01:27.425758098 +0100
+++ /var/tmp/diff_new_pack.Uy1IxD/_new  2019-11-11 13:01:27.429758103 +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/
 #
 
 Name:           ocaml-sha
@@ -22,13 +22,12 @@
 Summary:        Binding to the SHA cryptographic functions
 License:        ISC
 Group:          Development/Languages/OCaml
-
 URL:            https://github.com/djs55/ocaml-sha/
-Source0:        
https://github.com/djs55/ocaml-sha/archive/v%{version}/%{name}-%{version}.tar.gz
-
+Source0:        %{name}-%{version}.tar.xz
 BuildRequires:  ocaml
 BuildRequires:  ocaml-dune
-BuildRequires:  ocaml-rpm-macros >= 20191009
+BuildRequires:  ocaml-rpm-macros >= 20191101
+BuildRequires:  ocamlfind(oUnit)
 
 %description
 A binding for SHA interface code in OCaml. Offering the same interface than
@@ -48,6 +47,8 @@
 %autosetup -p1
 
 %build
+test -f jbuild && dune upgrade --verbose
+dune_release_pkgs='sha'
 %ocaml_dune_setup
 %ocaml_dune_build
 
@@ -56,10 +57,9 @@
 %ocaml_create_file_list
 
 %check
-%ocaml_dune_test || : make check failed
+%ocaml_dune_test
 
 %files -f %{name}.files
-%doc README
 
 %files devel -f %{name}.files.devel
 

++++++ _service ++++++
<services>
  <service name="tar_scm" mode="disabled">
    <param name="filename">ocaml-sha</param>
    <!-- v1.12 -->
    <param name="revision">cd6d9c7dbda41dcab0057e052f7fc88df186042b</param>
    <param name="scm">git</param>
    <param name="submodules">disable</param>
    <param name="url">https://github.com/djs55/ocaml-sha.git</param>
    <param name="versionformat">1.12</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