Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package ocaml-findlib for openSUSE:Factory 
checked in at 2022-06-21 16:32:59
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ocaml-findlib (Old)
 and      /work/SRC/openSUSE:Factory/.ocaml-findlib.new.1548 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ocaml-findlib"

Tue Jun 21 16:32:59 2022 rev:14 rq:984131 version:1.9.5

Changes:
--------
--- /work/SRC/openSUSE:Factory/ocaml-findlib/ocaml-findlib.changes      
2022-05-26 18:44:14.001190092 +0200
+++ /work/SRC/openSUSE:Factory/.ocaml-findlib.new.1548/ocaml-findlib.changes    
2022-06-21 16:33:10.839878808 +0200
@@ -1,0 +2,6 @@
+Mon Jun 13 13:13:13 UTC 2022 - [email protected]
+
+- Update to version 1.9.5
+  Fix an incomaptibility with ocaml-5.0
+
+-------------------------------------------------------------------

Old:
----
  findlib-1.9.3.tar.xz

New:
----
  ocaml-findlib-1.9.5.tar.xz

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

Other differences:
------------------
++++++ ocaml-findlib.spec ++++++
--- /var/tmp/diff_new_pack.K58lFu/_old  2022-06-21 16:33:11.371879588 +0200
+++ /var/tmp/diff_new_pack.K58lFu/_new  2022-06-21 16:33:11.375879594 +0200
@@ -18,15 +18,14 @@
 
 
 Name:           ocaml-findlib
-Version:        1.9.3
+Version:        1.9.5
 Release:        0
 %{?ocaml_preserve_bytecode}
 Summary:        Objective CAML package manager and build helper
 License:        MIT
 Group:          Development/Languages/OCaml
 URL:            https://github.com/ocaml/ocamlfind
-#SourceURL:     http://download.camlcity.org/download/findlib-%version.tar.gz
-Source0:        findlib-%version.tar.xz
+Source0:        %name-%version.tar.xz
 #
 Requires:       ocaml-compiler-libs
 Requires:       ocaml-runtime
@@ -34,9 +33,9 @@
 Provides:       ocamlfind = %version
 BuildRequires:  ocaml
 BuildRequires:  ocaml-ocamldoc
-BuildRequires:  ocaml-rpm-macros >= 20220222
+BuildRequires:  ocaml-rpm-macros >= 20220409
 #
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+BuildRoot:      %_tmppath/%name-%version-build
 
 %description
 Findlib is a library manager for Objective Caml. It provides a
@@ -57,7 +56,7 @@
 for developing applications that use ocaml-findlib.
 
 %prep
-%setup -q -n findlib-%version
+%setup -q
 
 %build
 rm -rfv site-lib-src
@@ -72,7 +71,7 @@
 make opt
 
 %install
-make install prefix=%buildroot
+%make_install
 rm -rfv %buildroot%ocaml_standard_library/ocamlbuild
 rm -rfv %buildroot%ocaml_standard_library/findlib/Makefile.packages
 %ocaml_create_file_list
@@ -82,7 +81,6 @@
 %ocaml_standard_library/ocamlfind.conf
 %ocaml_standard_library/topfind
 %_bindir/*
-%_mandir/man?/*
 #
 
 %files devel -f %name.files.devel

++++++ _service ++++++
--- /var/tmp/diff_new_pack.K58lFu/_old  2022-06-21 16:33:11.403879635 +0200
+++ /var/tmp/diff_new_pack.K58lFu/_new  2022-06-21 16:33:11.407879641 +0200
@@ -1,14 +1,13 @@
 <services>
-  <!-- Currently only the release tarball contains the built man pages,
-       generating them from source requires tools not available on OBS
-  -->
   <service name="tar_scm" mode="disabled">
-    <param name="url">https://github.com/ocaml/ocamlfind.git</param>
+    <param name="filename">ocaml-findlib</param>
+    <param name="revision">19b0334c467f97328d5005511c34ac9c36235efe</param>
     <param name="scm">git</param>
+    <param name="submodules">disable</param>
+    <param name="url">https://github.com/ocaml/ocamlfind.git</param>
     <param name="versionformat">@PARENT_TAG@</param>
-    <param name="versionrewrite-pattern">findlib-(.*)</param>
-    <param name="revision">6c8438c13b68e5cbc48ea558906046e38a7f8d72</param>
-    <param name="filename">ocaml-findlib</param>
+    <param name="versionrewrite-pattern">findlib-([^\+]+)(.*)</param>
+    <param name="versionrewrite-replacement">\1</param>
   </service>
   <service name="recompress" mode="disabled">
     <param name="file">*.tar</param>

Reply via email to