Hello community,

here is the log from the commit of package ocaml-dune for openSUSE:Factory 
checked in at 2019-06-01 09:57:23
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ocaml-dune (Old)
 and      /work/SRC/openSUSE:Factory/.ocaml-dune.new.5148 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ocaml-dune"

Sat Jun  1 09:57:23 2019 rev:11 rq:706528 version:1.10.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/ocaml-dune/ocaml-dune.changes    2019-05-16 
22:09:51.478292577 +0200
+++ /work/SRC/openSUSE:Factory/.ocaml-dune.new.5148/ocaml-dune.changes  
2019-06-01 09:57:26.635161213 +0200
@@ -1,0 +2,25 @@
+Thu May 30 15:23:34 UTC 2019 - Andy <a...@onthewings.net>
+
+- Update to version 1.10.0:
+  * Restricted the set of variables available for expansion in the
+    destination filename of install stanza.
+  * Call menhir from context root build_dir.
+  * Add coq.pp stanza.
+  * Add a new more generic form for the promote mode.
+  * Allow to promote only a subset of the targets.
+  * With lang dune >= 1.10, rules in standard mode are no longer
+    allowed to produce targets that are present in the source tree.
+  * Allow %{...} variables in pps flags.
+  * Add a 'cookies' option to ppx_rewriter/deriver flags in library
+    stanzas.
+  * Add more opam metadata and use it to generate .opam files.
+  * Add support for hg in dune subst.
+  * Add the %{os_type} variable.
+  * Support the .cc extension fro C++ sources.
+  * Run ocamlformat relative to the context root.
+  * Other bug fixes and improvements. For details, see
+    https://github.com/ocaml/dune/blob/1.10.0/CHANGES.md
+- Update %install.
+- Install dune-config.5 manpage.
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ ocaml-dune.spec ++++++
--- /var/tmp/diff_new_pack.bYce7A/_old  2019-06-01 09:57:27.171160966 +0200
+++ /var/tmp/diff_new_pack.bYce7A/_new  2019-06-01 09:57:27.171160966 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           ocaml-dune
-Version:        1.9.3
+Version:        1.10.0
 Release:        0
 %{?ocaml_preserve_bytecode}
 Summary:        A composable build system for OCaml
@@ -43,9 +43,11 @@
 %install
 mkdir -p %{buildroot}%{_bindir}
 mkdir -p %{buildroot}%{_mandir}/man1
-cp -av _boot/default/bin/main_dune.exe %{buildroot}%{_bindir}/dune
+mkdir -p %{buildroot}%{_mandir}/man5
+cp -av _boot/default/bin/main/main_dune.exe %{buildroot}%{_bindir}/dune
 ln -sfvbn dune %{buildroot}%{_bindir}/jbuilder
 cp -av _boot/default/doc/*.1 %{buildroot}%{_mandir}/man1/
+cp -av _boot/default/doc/*.5 %{buildroot}%{_mandir}/man5/
 
 %files
 %defattr(-,root,root)

++++++ _service ++++++
--- /var/tmp/diff_new_pack.bYce7A/_old  2019-06-01 09:57:27.199160953 +0200
+++ /var/tmp/diff_new_pack.bYce7A/_new  2019-06-01 09:57:27.203160951 +0200
@@ -3,7 +3,7 @@
     <param name="url">git://github.com/ocaml/dune.git</param>
     <param name="scm">git</param>
     <param name="versionformat">@PARENT_TAG@</param>
-    <param name="revision">1.9.3</param>
+    <param name="revision">1.10.0</param>
     <param name="filename">ocaml-dune</param>
   </service>
   <service name="recompress" mode="disabled">

++++++ ocaml-dune-1.9.3.tar.xz -> ocaml-dune-1.10.0.tar.xz ++++++
++++ 27128 lines of diff (skipped)


Reply via email to