Hello community,
here is the log from the commit of package ocaml-migrate-parsetree for
openSUSE:Factory checked in at 2019-11-11 21:26:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ocaml-migrate-parsetree (Old)
and /work/SRC/openSUSE:Factory/.ocaml-migrate-parsetree.new.2990 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ocaml-migrate-parsetree"
Mon Nov 11 21:26:58 2019 rev:9 rq:746705 version:1.4.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/ocaml-migrate-parsetree/ocaml-migrate-parsetree.changes
2019-10-24 23:01:57.080017987 +0200
+++
/work/SRC/openSUSE:Factory/.ocaml-migrate-parsetree.new.2990/ocaml-migrate-parsetree.changes
2019-11-11 21:27:04.531975876 +0100
@@ -1,0 +2,6 @@
+Fri Nov 1 12:34:56 UTC 2019 - [email protected]
+
+- Require current dune macros
+- Use _service file
+
+-------------------------------------------------------------------
Old:
----
ocaml-migrate-parsetree-1.4.0.tar.gz
New:
----
_service
ocaml-migrate-parsetree-1.4.0.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ocaml-migrate-parsetree.spec ++++++
--- /var/tmp/diff_new_pack.Y2hrzW/_old 2019-11-11 21:27:05.043976343 +0100
+++ /var/tmp/diff_new_pack.Y2hrzW/_new 2019-11-11 21:27:05.043976343 +0100
@@ -23,24 +23,20 @@
Summary: Library for conversion between different OCaml parsetrees
versions
License: LGPL-2.1-only WITH OCaml-LGPL-linking-exception
Group: Development/Languages/OCaml
-
URL: https://github.com/ocaml-ppx/ocaml-migrate-parsetree
-Source0:
https://github.com/ocaml-ppx/ocaml-migrate-parsetree/archive/v%{version}/%{name}-%{version}.tar.gz
-
+Source0: %{name}-%{version}.tar.xz
BuildRequires: ocaml
BuildRequires: ocaml-dune
-BuildRequires: ocaml-rpm-macros >= 20190930
+BuildRequires: ocaml-rpm-macros >= 20191101
BuildRequires: ocamlfind(compiler-libs.common)
BuildRequires: ocamlfind(ppx_derivers)
BuildRequires: ocamlfind(result)
-
%description
This library converts between parsetrees of different OCaml versions.
For each version, there is a snapshot of the parsetree and conversion
functions to the next and/or previous version.
-
%package devel
Summary: Development files for %{name}
Group: Development/Languages/OCaml
@@ -50,11 +46,11 @@
The %{name}-devel package contains libraries and signature files for
developing applications that use %{name}.
-
%prep
%autosetup -p1
%build
+dune_release_pkgs='ocaml-migrate-parsetree'
%ocaml_dune_setup
%ocaml_dune_build
@@ -66,7 +62,6 @@
%ocaml_dune_test
%files -f %{name}.files
-%license LICENSE.md
%doc README.md MANUAL.md
%files devel -f %{name}.files.devel
++++++ _service ++++++
<services>
<service name="tar_scm" mode="disabled">
<param
name="url">https://github.com/ocaml-ppx/ocaml-migrate-parsetree.git</param>
<param name="scm">git</param>
<param name="versionformat">1.4.0</param>
<!-- v1.4.0 -->
<param name="revision">cf49ec820afe1670a7ca870970ec1764201e1207</param>
<param name="filename">ocaml-migrate-parsetree</param>
</service>
<service name="recompress" mode="disabled">
<param name="file">*.tar</param>
<param name="compression">xz</param>
</service>
<service name="set_version" mode="disabled"/>
</services>