Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package ocaml-migrate-parsetree for
openSUSE:Factory checked in at 2021-04-29 01:37:06
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ocaml-migrate-parsetree (Old)
and /work/SRC/openSUSE:Factory/.ocaml-migrate-parsetree.new.12324 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ocaml-migrate-parsetree"
Thu Apr 29 01:37:06 2021 rev:13 rq:885017 version:2.1.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/ocaml-migrate-parsetree/ocaml-migrate-parsetree.changes
2020-08-24 15:07:04.590510251 +0200
+++
/work/SRC/openSUSE:Factory/.ocaml-migrate-parsetree.new.12324/ocaml-migrate-parsetree.changes
2021-04-29 01:37:42.506519591 +0200
@@ -1,0 +2,5 @@
+Fri Apr 9 09:09:09 UTC 2021 - [email protected]
+
+- Update to version 2.1.0, for ocaml-4.12
+
+-------------------------------------------------------------------
Old:
----
ocaml-migrate-parsetree-1.7.3.tar.xz
New:
----
_multibuild
ocaml-migrate-parsetree-2.1.0.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ocaml-migrate-parsetree.spec ++++++
--- /var/tmp/diff_new_pack.2cynV7/_old 2021-04-29 01:37:42.954520226 +0200
+++ /var/tmp/diff_new_pack.2cynV7/_new 2021-04-29 01:37:42.958520232 +0200
@@ -1,7 +1,7 @@
#
# spec file for package ocaml-migrate-parsetree
#
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -16,21 +16,39 @@
#
-Name: ocaml-migrate-parsetree
-Version: 1.7.3
+%bcond_with ocaml_migrate_parsetree_testsuite
+%define build_flavor @BUILD_FLAVOR@%{nil}
+%if "%{build_flavor}" == "testsuite"
+%if %{without ocaml_migrate_parsetree_testsuite}
+ExclusiveArch: do-not-build
+%endif
+%define nsuffix -testsuite
+%else
+%define nsuffix %{nil}
+%endif
+
+%define pkg ocaml-migrate-parsetree
+Name: %{pkg}%{nsuffix}
+Version: 2.1.0
Release: 0
%{?ocaml_preserve_bytecode}
Summary: Library for conversion between different OCaml parsetrees
versions
License: LGPL-2.1-only WITH OCaml-LGPL-linking-exception
Group: Development/Languages/OCaml
+BuildRoot: %_tmppath/%name-%version-build
URL: https://opam.ocaml.org/packages/ocaml-migrate-parsetree
-Source0: %{name}-%{version}.tar.xz
+Source0: %{pkg}-%{version}.tar.xz
BuildRequires: ocaml
BuildRequires: ocaml-dune
-BuildRequires: ocaml-rpm-macros >= 20200514
+BuildRequires: ocaml-rpm-macros >= 20210409
+%if 1
BuildRequires: ocamlfind(compiler-libs.common)
-BuildRequires: ocamlfind(ppx_derivers)
-BuildRequires: ocamlfind(result)
+%endif
+
+%if "%{build_flavor}" == "testsuite"
+BuildRequires: ocamlfind(cinaps)
+BuildRequires: ocamlfind(ocaml-migrate-parsetree)
+%endif
%description
This library converts between parsetrees of different OCaml versions.
@@ -47,23 +65,34 @@
developing applications that use %{name}.
%prep
-%autosetup -p1
+%setup -q -n %{pkg}-%{version}
%build
dune_release_pkgs='ocaml-migrate-parsetree'
%ocaml_dune_setup
+%if "%{build_flavor}" == ""
%ocaml_dune_build
+%endif
%install
+%if "%{build_flavor}" == ""
%ocaml_dune_install
%ocaml_create_file_list
+%endif
+%if "%{build_flavor}" == "testsuite"
%check
%ocaml_dune_test
+%endif
+%if "%{build_flavor}" == ""
%files -f %{name}.files
-%doc README.md MANUAL.md
+%defattr(-,root,root,-)
+%doc README.md
%files devel -f %{name}.files.devel
+%defattr(-,root,root,-)
+
+%endif
%changelog
++++++ _multibuild ++++++
<multibuild>
<package>testsuite</package>
</multibuild>
++++++ _service ++++++
--- /var/tmp/diff_new_pack.2cynV7/_old 2021-04-29 01:37:42.998520288 +0200
+++ /var/tmp/diff_new_pack.2cynV7/_new 2021-04-29 01:37:42.998520288 +0200
@@ -1,7 +1,7 @@
<services>
<service name="tar_scm" mode="disabled">
<param name="filename">ocaml-migrate-parsetree</param>
- <param name="revision">c5d4f6fce30d3eb699d79d288d0b265752ba64c5</param>
+ <param name="revision">4a05cf7a00d84e5f827cc9ae9c75e5dc85126085</param>
<param name="scm">git</param>
<param name="submodules">disable</param>
<param
name="url">https://github.com/ocaml-ppx/ocaml-migrate-parsetree.git</param>
++++++ ocaml-migrate-parsetree-1.7.3.tar.xz ->
ocaml-migrate-parsetree-2.1.0.tar.xz ++++++
++++ 89457 lines of diff (skipped)