Hello community,

here is the log from the commit of package ocaml-dune for openSUSE:Factory 
checked in at 2020-03-09 14:14:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ocaml-dune (Old)
 and      /work/SRC/openSUSE:Factory/.ocaml-dune.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ocaml-dune"

Mon Mar  9 14:14:13 2020 rev:16 rq:782576 version:2.4.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/ocaml-dune/ocaml-dune.changes    2019-11-27 
13:54:10.728329033 +0100
+++ /work/SRC/openSUSE:Factory/.ocaml-dune.new.26092/ocaml-dune.changes 
2020-03-09 14:14:18.546543185 +0100
@@ -1,0 +2,6 @@
+Sat Feb 29 20:20:20 UTC 2020 - [email protected]
+
+- update version 2.4.0
+  see included CHANGES.md for details
+
+-------------------------------------------------------------------

Old:
----
  ocaml-dune-1.11.4.tar.xz

New:
----
  ocaml-dune-2.4.0.tar.xz

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

Other differences:
------------------
++++++ ocaml-dune.spec ++++++
--- /var/tmp/diff_new_pack.1oudFf/_old  2020-03-09 14:14:19.102543552 +0100
+++ /var/tmp/diff_new_pack.1oudFf/_new  2020-03-09 14:14:19.106543554 +0100
@@ -17,21 +17,18 @@
 
 
 Name:           ocaml-dune
-Version:        1.11.4
+Version:        2.4.0
 Release:        0
 %{?ocaml_preserve_bytecode}
 Summary:        A composable build system for OCaml
 License:        MIT
 Group:          Development/Languages/OCaml
-Url:            https://dune.build/
-Conflicts:      ocaml-jbuilder
-Conflicts:      ocaml-jbuilder-debuginfo
-Conflicts:      ocaml-jbuilder-debugsource
+Url:            https://opam.ocaml.org/packages/dune
 Source:         %{name}-%{version}.tar.xz
 Requires:       ocamlfind(compiler-libs)
-BuildRequires:  ocaml(ocaml_base_version) < 4.06
+BuildRequires:  ocaml(ocaml_base_version) >= 4.07
 BuildRequires:  ocamlfind(compiler-libs)
-BuildRequires:  ocaml-rpm-macros >= 20191101
+BuildRequires:  ocaml-rpm-macros >= 20200220
 
 %description
 A composable build system for OCaml
@@ -49,20 +46,23 @@
 %autosetup -p1
 
 %build
-ocaml configure.ml --libdir=$(ocamlc -where)
-%make_build
+ocaml configure.ml '--libdir=%{ocaml_standard_library}' '--mandir=%{_mandir}'
+ocaml bootstrap.ml
+rm -rfv        '%{_tmppath}/%{name}-%{release}'
+mkdir -vm 0700 '%{_tmppath}/%{name}-%{release}'
+mkdir -vm 0700 '%{_tmppath}/%{name}-%{release}/bin'
+test -x "$PWD/dune.exe"
+ln -vs "$_"    '%{_tmppath}/%{name}-%{release}/bin/dune'
+export    "PATH=%{_tmppath}/%{name}-%{release}/bin:$PATH"
+dune_release_pkgs='dune,dune-action-plugin,dune-build-info,dune-configurator,dune-glob,dune-private-libs'
+%ocaml_dune_setup
+%ocaml_dune_build
 
 %install
-#make_install PREFIX='%{_prefix}' LIBDIR="$(ocamlc -where)"
-if pushd _boot/default/bin/main
-then
-  ln -svb main_dune.exe dune
-  export PATH="`readlink -f \"$PWD\"`:$PATH"
-  popd
-fi
-OCAML_DUNE_INSTALL_ARGS='dune --build-dir _boot'
+export    "PATH=%{_tmppath}/%{name}-%{release}/bin:$PATH"
 %ocaml_dune_install
 %ocaml_create_file_list
+rm -rfv        '%{_tmppath}/%{name}-%{release}'
 
 %files -f %{name}.files
 %doc CHANGES.md README.md

++++++ _service ++++++
--- /var/tmp/diff_new_pack.1oudFf/_old  2020-03-09 14:14:19.134543573 +0100
+++ /var/tmp/diff_new_pack.1oudFf/_new  2020-03-09 14:14:19.134543573 +0100
@@ -1,11 +1,13 @@
 <services>
   <service name="tar_scm" mode="disabled">
-    <param name="url">https://github.com/ocaml/dune.git</param>
+    <param name="filename">ocaml-dune</param>
+    <param name="revision">ccd447e41a711f8a52bc854d71dba8677c900c34</param>
     <param name="scm">git</param>
+    <param name="submodules">disable</param>
+    <param name="url">https://github.com/ocaml/dune.git</param>
     <param name="versionformat">@PARENT_TAG@</param>
-    <!-- 1.11.4 -->
-    <param name="revision">a2cef6466c66050223b6944e68f8cdefc88fcc4e</param>
-    <param name="filename">ocaml-dune</param>
+    <param name="versionrewrite-pattern">[v]?([^\+]+)(.*)</param>
+    <param name="versionrewrite-replacement">\1</param>
   </service>
   <service name="recompress" mode="disabled">
     <param name="file">*.tar</param>

++++++ ocaml-dune-1.11.4.tar.xz -> ocaml-dune-2.4.0.tar.xz ++++++
++++ 121045 lines of diff (skipped)


Reply via email to