Hello community,

here is the log from the commit of package ocaml-dune for openSUSE:Factory 
checked in at 2018-06-08 23:17:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ocaml-dune (Old)
 and      /work/SRC/openSUSE:Factory/.ocaml-dune.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ocaml-dune"

Fri Jun  8 23:17:03 2018 rev:2 rq:614596 version:1.0+beta20

Changes:
--------
--- /work/SRC/openSUSE:Factory/ocaml-dune/ocaml-dune.changes    2018-01-31 
19:51:25.970757396 +0100
+++ /work/SRC/openSUSE:Factory/.ocaml-dune.new/ocaml-dune.changes       
2018-06-08 23:17:17.588103389 +0200
@@ -1,0 +2,43 @@
+Thu May 17 21:50:30 UTC 2018 - antoine.belv...@opensuse.org
+
+- Update to version 1.0+beta20:
+  * Add a documentation stanza. This stanza allows one to attach
+    .mld files to opam packages. (#570 @rgrinberg)
+  * Execute all actions (defined using (action ..)) in the
+    context's environment. (#623 @rgrinberg)
+  * Add a (universe) special dependency to specify that an action
+    depend on everything in the universe. Jbuilder cannot cache the
+    result of an action that depend on the universe (#603, fixes
+    #255 @diml)
+  * Add a (package <package>) dependency specification to indicate
+    dependency on a whole package. Rules depending on whole
+    package will be executed in an environment similar to the one
+    we get once the package is installed (#624, @rgrinberg and @diml)
+  * Display documentation in alphabetical order. This is relevant
+    to packages, libraries, and modules. (#647, fixes #606
+    @rgrinberg).
+  * Missing asm in ocaml -config on bytecode only architecture is
+    no longer fatal. The same kind of fix is preemptively applied
+    to C compilers being absent. (#646, fixes $637 @rgrinberg)
+  * Use the host's PATH variable when running actions during cross
+    compilation (#649, fixes #625 @rgrinberg)
+  * Fix incorrect include (-I) flags being passed to odoc. These
+    flags should be directories that include .odoc files, rather
+    than the include flags of the libraries. (#652 fixes #651
+    @rgrinberg)
+  * Fix a regression introduced by beta19 where the generated
+    merlin files didn't include the right -ppx flags in some cases
+    (#658 fixes #657 @diml)
+  * Fix error message when a public library is defined twice.
+    Before jbuilder would raise an uncaught exception (Fixes #661,
+    @diml)
+  * Fix several cases where external-lib-deps was returning too
+    little dependencies (#667, fixes #644 @diml)
+  * Place module list on own line in generated entry point mld
+    (#670 @antron)
+  * Cosmetic improvements to generated entry point mld (#653
+    @trefis)
+- Changes from previous releases:
+  * See https://github.com/ocaml/dune/releases.
+
+-------------------------------------------------------------------

Old:
----
  ocaml-dune-1.0.20180129.a3ff5e5.tar.xz

New:
----
  ocaml-dune-1.0+beta20.tar.xz

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

Other differences:
------------------
++++++ ocaml-dune.spec ++++++
--- /var/tmp/diff_new_pack.AkHEbB/_old  2018-06-08 23:17:20.795987520 +0200
+++ /var/tmp/diff_new_pack.AkHEbB/_new  2018-06-08 23:17:20.799987375 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           ocaml-dune
-Version:        1.0.20180129.a3ff5e5
+Version:        1.0+beta20
 Release:        0
 %{?ocaml_preserve_bytecode}
 Summary:        A composable build system for OCaml

++++++ _service ++++++
--- /var/tmp/diff_new_pack.AkHEbB/_old  2018-06-08 23:17:20.835986075 +0200
+++ /var/tmp/diff_new_pack.AkHEbB/_new  2018-06-08 23:17:20.839985930 +0200
@@ -2,8 +2,8 @@
   <service name="tar_scm" mode="disabled">
     <param name="url">git://github.com/ocaml/dune.git</param>
     <param name="scm">git</param>
-    <param name="versionformat">1.0.%cd.%h</param>
-    <param name="revision">master</param>
+    <param name="versionformat">@PARENT_TAG@</param>
+    <param name="revision">1.0+beta20</param>
     <param name="filename">ocaml-dune</param>
   </service>
   <service name="recompress" mode="disabled">


Reply via email to