Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package ocaml-bigarray-compat for
openSUSE:Factory checked in at 2022-04-06 21:51:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ocaml-bigarray-compat (Old)
and /work/SRC/openSUSE:Factory/.ocaml-bigarray-compat.new.1900 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ocaml-bigarray-compat"
Wed Apr 6 21:51:07 2022 rev:2 rq:967040 version:1.1.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/ocaml-bigarray-compat/ocaml-bigarray-compat.changes
2021-04-29 01:38:17.554569268 +0200
+++
/work/SRC/openSUSE:Factory/.ocaml-bigarray-compat.new.1900/ocaml-bigarray-compat.changes
2022-04-06 21:51:15.811723197 +0200
@@ -1,0 +2,6 @@
+Mon Apr 4 04:04:04 UTC 2022 - [email protected]
+
+- Update to version 1.1.0
+ See included CHANGES.md for details
+
+-------------------------------------------------------------------
Old:
----
ocaml-bigarray-compat-1.0.0.tar.xz
New:
----
ocaml-bigarray-compat-1.1.0.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ocaml-bigarray-compat.spec ++++++
--- /var/tmp/diff_new_pack.fBvJRX/_old 2022-04-06 21:51:16.299717629 +0200
+++ /var/tmp/diff_new_pack.fBvJRX/_new 2022-04-06 21:51:16.303717583 +0200
@@ -1,7 +1,7 @@
#
# spec file for package ocaml-bigarray-compat
#
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,29 +17,29 @@
Name: ocaml-bigarray-compat
-Version: 1.0.0
+Version: 1.1.0
Release: 0
%{?ocaml_preserve_bytecode}
Summary: Expose Stdlib.Bigarray
License: ISC
Group: Development/Languages/OCaml
URL: https://opam.ocaml.org/packages/bigarray-compat
-Source0: %{name}-%{version}.tar.xz
+Source0: %name-%version.tar.xz
BuildRequires: ocaml
BuildRequires: ocaml-dune
-BuildRequires: ocaml-rpm-macros >= 20210407
+BuildRequires: ocaml-rpm-macros >= 20220222
%description
A library that exposes Stdlib.Bigarray when possible (>= 4.07) but can
fallback to Bigarray. The compability bigarray module is exposed under
Bigarray_compat.
%package devel
-Summary: Development files for %{name}
+Summary: Development files for %name
Group: Development/Languages/OCaml
-Requires: %{name} = %{version}
+Requires: %name = %version
%description devel
-The %{name}-devel package contains libraries and signature files for
-developing applications that use %{name}.
+The %name-devel package contains libraries and signature files for
+developing applications that use %name.
%prep
%autosetup -p1
@@ -56,8 +56,8 @@
%check
%ocaml_dune_test
-%files -f %{name}.files
+%files -f %name.files
-%files devel -f %{name}.files.devel
+%files devel -f %name.files.devel
%changelog
++++++ _service ++++++
--- /var/tmp/diff_new_pack.fBvJRX/_old 2022-04-06 21:51:16.335717218 +0200
+++ /var/tmp/diff_new_pack.fBvJRX/_new 2022-04-06 21:51:16.339717172 +0200
@@ -1,7 +1,7 @@
<services>
<service name="tar_scm" mode="disabled">
<param name="filename">ocaml-bigarray-compat</param>
- <param name="revision">757e11302b40619322fb839a8ef0cb0e16ba0828</param>
+ <param name="revision">2ea842ba4ab2cfee7b711f7ad927917f3179a6f9</param>
<param name="scm">git</param>
<param name="submodules">disable</param>
<param name="url">https://github.com/mirage/bigarray-compat.git</param>
++++++ ocaml-bigarray-compat-1.0.0.tar.xz -> ocaml-bigarray-compat-1.1.0.tar.xz
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/ocaml-bigarray-compat-1.0.0/.gitignore
new/ocaml-bigarray-compat-1.1.0/.gitignore
--- old/ocaml-bigarray-compat-1.0.0/.gitignore 1970-01-01 01:00:00.000000000
+0100
+++ new/ocaml-bigarray-compat-1.1.0/.gitignore 2022-01-26 10:16:01.000000000
+0100
@@ -0,0 +1,3 @@
+_build/
+*.install
+.merlin
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/ocaml-bigarray-compat-1.0.0/CHANGES.md
new/ocaml-bigarray-compat-1.1.0/CHANGES.md
--- old/ocaml-bigarray-compat-1.0.0/CHANGES.md 1970-01-01 01:00:00.000000000
+0100
+++ new/ocaml-bigarray-compat-1.1.0/CHANGES.md 2022-01-26 10:16:01.000000000
+0100
@@ -0,0 +1,9 @@
+## v1.1.0
+
+- add support for OCaml 4.02.3 (@dinosaure, #3)
+- opam: remove the 'build' directive on dune dependency (@CraigFe, #2)
+- Make version check compatible with new major versions (@emillon, #1)
+
+## v1.0.0
+
+Initial release
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/ocaml-bigarray-compat-1.0.0/bigarray-compat.opam
new/ocaml-bigarray-compat-1.1.0/bigarray-compat.opam
--- old/ocaml-bigarray-compat-1.0.0/bigarray-compat.opam 2021-02-12
10:44:48.000000000 +0100
+++ new/ocaml-bigarray-compat-1.1.0/bigarray-compat.opam 2022-01-26
10:16:01.000000000 +0100
@@ -16,4 +16,4 @@
synopsis:
"Compatibility library to use Stdlib.Bigarray when possible"
name: "bigarray-compat"
-version: "1.0.0"
+version: "1.1.0"