Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package ocaml for openSUSE:Factory checked 
in at 2021-03-10 08:47:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ocaml (Old)
 and      /work/SRC/openSUSE:Factory/.ocaml.new.2378 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ocaml"

Wed Mar 10 08:47:47 2021 rev:82 rq:875439 version:4.11.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/ocaml/ocaml.changes      2020-11-29 
12:19:53.237483865 +0100
+++ /work/SRC/openSUSE:Factory/.ocaml.new.2378/ocaml.changes    2021-03-10 
08:48:06.702322707 +0100
@@ -1,0 +2,6 @@
+Fri Feb 26 12:34:56 UTC 2021 - [email protected]
+
+- update to version 4.11.2
+  See included Changes for benefits and breaking changes
+
+-------------------------------------------------------------------

Old:
----
  ocaml-4.11.1.tar.xz

New:
----
  ocaml-4.11.2.tar.xz

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

Other differences:
------------------
++++++ ocaml.spec ++++++
--- /var/tmp/diff_new_pack.wRLs6d/_old  2021-03-10 08:48:07.154323173 +0100
+++ /var/tmp/diff_new_pack.wRLs6d/_new  2021-03-10 08:48:07.154323173 +0100
@@ -63,7 +63,7 @@
 %bcond_with ocaml_make_testsuite
 
 Name:           ocaml
-Version:        4.11.1
+Version:        4.11.2
 Release:        0
 Summary:        OCaml Compiler and Programming Environment
 License:        QPL-1.0 AND SUSE-LGPL-2.0-with-linking-exception
@@ -76,7 +76,7 @@
 BuildRequires:  binutils-devel
 BuildRequires:  fdupes
 BuildRequires:  ncurses-devel
-BuildRequires:  ocaml-rpm-macros >= 20200514
+BuildRequires:  ocaml-rpm-macros >= 20210209
 BuildRequires:  pkgconfig
 Requires:       ncurses-devel
 Requires:       ocaml(runtime) = %{version}-%{release}
@@ -245,7 +245,7 @@
 pushd "$_"
 tee bigarray <<_META_
 requires = "unix"
-version = "OCaml %{version}"
+version = "%{version}"
 description = "Large statically allocated arrays"
 directory = "^"
 browse_interfaces = " Unit name: Bigarray "
@@ -258,7 +258,7 @@
 #
 tee bytes <<_META_
 name="bytes"
-version = "OCaml %{version}"
+version = "%{version}"
 description="dummy backward-compatibility package for mutable strings"
 requires=""
 _META_
@@ -266,13 +266,13 @@
 tee compiler-libs <<_META_
 # The compiler itself
 requires = ""
-version = "OCaml %{version}"
+version = "%{version}"
 description = "compiler-libs support library"
 directory= "+compiler-libs"
 
 package "common" (
   requires = "compiler-libs"
-  version = "OCaml %{version}"
+  version = "%{version}"
   description = "Common compiler routines"
   archive(byte) = "ocamlcommon.cma"
   archive(native) = "ocamlcommon.cmxa"
@@ -280,7 +280,7 @@
 
 package "bytecomp" (
   requires = "compiler-libs.common"
-  version = "OCaml %{version}"
+  version = "%{version}"
   description = "Bytecode compiler"
   archive(byte) = "ocamlbytecomp.cma"
   archive(native) = "ocamlbytecomp.cmxa"
@@ -288,7 +288,7 @@
 
 package "optcomp" (
   requires = "compiler-libs.common"
-  version = "OCaml %{version}"
+  version = "%{version}"
   description = "Native-code compiler"
   archive(byte) = "ocamloptcomp.cma"
   archive(native) = "ocamloptcomp.cmxa"
@@ -297,7 +297,7 @@
 
 package "toplevel" (
   requires = "compiler-libs.bytecomp"
-  version = "OCaml %{version}"
+  version = "%{version}"
   description = "Toplevel interactions"
   archive(byte) = "ocamltoplevel.cma"
   archive(native) = "ocamltoplevel.cmxa"
@@ -306,7 +306,7 @@
 #
 tee dynlink <<_META_
 requires = ""
-version = "OCaml %{version}"
+version = "%{version}"
 description = "Dynamic loading and linking of object files"
 directory = "^"
 browse_interfaces = " Unit name: Dynlink Unit name: Dynlinkaux "
@@ -316,7 +316,7 @@
 #
 tee ocamldoc <<_META_
 requires = "compiler-libs"
-version = "OCaml %{version}"
+version = "%{version}"
 description = "ocamldoc plugin interface"
 directory= "^ocamldoc"
 _META_
@@ -324,7 +324,7 @@
 tee raw_spacetime <<_META_
 requires = ""
 description = "Support library for the spacetime profiler"
-version = "OCaml %{version}"
+version = "%{version}"
 directory = "^"
 browse_interfaces = ""
 archive(byte) = "raw_spacetime_lib.cma"
@@ -332,9 +332,18 @@
 plugin(byte) = "raw_spacetime_lib.cma"
 plugin(native) = "raw_spacetime_lib.cmxs"
 _META_
+%if 0
+#
+# conflicts with ocaml-result.rpm
+tee result <<_META_
+version = "%{version}"
+description = ""
+requires = ""
+_META_
+%endif
 #
 tee seq <<_META_
-version = "OCaml %{version}"
+version = "%{version}"
 description = ""
 requires = ""
 _META_
@@ -342,7 +351,7 @@
 tee stdlib <<_META_
 requires = ""
 description = "Standard library"
-version = "OCaml %{version}"
+version = "%{version}"
 directory = "^"
 browse_interfaces = " Unit name: Arg Unit name: Array Unit name: ArrayLabels 
Unit name: Buffer Unit name: Bytes Unit name: BytesLabels Unit name: Callback 
Unit name: CamlinternalFormat Unit name: CamlinternalFormatBasics Unit name: 
CamlinternalLazy Unit name: CamlinternalMod Unit name: CamlinternalOO Unit 
name: Char Unit name: Complex Unit name: Digest Unit name: Filename Unit name: 
Format Unit name: Gc Unit name: Genlex Unit name: Hashtbl Unit name: Int32 Unit 
name: Int64 Unit name: Lazy Unit name: Lexing Unit name: List Unit name: 
ListLabels Unit name: Map Unit name: Marshal Unit name: MoreLabels Unit name: 
Nativeint Unit name: Obj Unit name: Oo Unit name: Parsing Unit name: Pervasives 
Unit name: Printexc Unit name: Printf Unit name: Queue Unit name: Random Unit 
name: Scanf Unit name: Set Unit name: Sort Unit name: Stack Unit name: 
StdLabels Unit name: Stream Unit name: String Unit name: StringLabels Unit 
name: Sys Unit name: Weak "
 _META_
@@ -350,7 +359,7 @@
 tee str <<_META_
 requires = ""
 description = "Regular expressions and string processing"
-version = "OCaml %{version}"
+version = "%{version}"
 directory = "^"
 browse_interfaces = " Unit name: Str "
 archive(byte) = "str.cma"
@@ -360,7 +369,7 @@
 _META_
 #
 tee threads <<_META_
-version = "OCaml %{version}"
+version = "%{version}"
 description = "Multi-threading"
 requires(mt,mt_vm) = "threads.vm"
 requires(mt,mt_posix) = "threads.posix"
@@ -375,7 +384,7 @@
   directory = "+vmthreads"
   exists_if = "threads.cma"
   archive(byte,mt,mt_vm) = "threads.cma"
-  version = "OCaml %{version}"
+  version = "%{version}"
 )
 
 package "posix" (
@@ -385,24 +394,24 @@
   exists_if = "threads.cma"
   archive(byte,mt,mt_posix) = "threads.cma"
   archive(native,mt,mt_posix) = "threads.cmxa"
-  version = "OCaml %{version}"
+  version = "%{version}"
 )
 package "none" (
   error = "threading is not supported on this platform"
-  version = "OCaml %{version}"
+  version = "%{version}"
 )
 _META_
 #
 tee uchar <<_META_
 description = "Unicode characters."
-version = "OCaml %{version}"
+version = "%{version}"
 directory = "^"
 _META_
 #
 tee unix <<_META_
 requires = ""
 description = "Unix system calls"
-version = "OCaml %{version}"
+version = "%{version}"
 directory = "^"
 browse_interfaces = " Unit name: Unix Unit name: UnixLabels "
 archive(byte) = "unix.cma"

++++++ _service ++++++
--- /var/tmp/diff_new_pack.wRLs6d/_old  2021-03-10 08:48:07.182323202 +0100
+++ /var/tmp/diff_new_pack.wRLs6d/_new  2021-03-10 08:48:07.182323202 +0100
@@ -1,7 +1,7 @@
 <services>
   <service name="tar_scm" mode="disabled">
     <param name="filename">ocaml</param>
-    <param name="revision">28789a0e79132c1f0af34cacc5f0c1d613d6d901</param>
+    <param name="revision">25e5032d05cc064d71fd4b048e4beabb74182eeb</param>
     <param name="scm">git</param>
     <param name="submodules">disable</param>
     <param name="url">https://github.com/ocaml/ocaml.git</param>

++++++ ocaml-4.11.1.tar.xz -> ocaml-4.11.2.tar.xz ++++++
++++ 3349 lines of diff (skipped)

Reply via email to