Hello community,
here is the log from the commit of package ocaml-ppx_tools_versioned for
openSUSE:Factory checked in at 2019-02-24 17:17:59
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ocaml-ppx_tools_versioned (Old)
and /work/SRC/openSUSE:Factory/.ocaml-ppx_tools_versioned.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ocaml-ppx_tools_versioned"
Sun Feb 24 17:17:59 2019 rev:3 rq:677888 version:5.2.1
Changes:
--------
---
/work/SRC/openSUSE:Factory/ocaml-ppx_tools_versioned/ocaml-ppx_tools_versioned.changes
2019-01-08 12:28:13.152289166 +0100
+++
/work/SRC/openSUSE:Factory/.ocaml-ppx_tools_versioned.new.28833/ocaml-ppx_tools_versioned.changes
2019-02-24 17:18:00.880422611 +0100
@@ -1,0 +2,10 @@
+Tue Feb 19 03:14:35 UTC 2019 - [email protected]
+
+- Update install files for ocaml-dune 1.7.1.
+
+-------------------------------------------------------------------
+Fri Feb 8 02:39:28 UTC 2019 - [email protected]
+
+- Update build command for new dune version.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ocaml-ppx_tools_versioned.spec ++++++
--- /var/tmp/diff_new_pack.D1ICp8/_old 2019-02-24 17:18:01.476422505 +0100
+++ /var/tmp/diff_new_pack.D1ICp8/_new 2019-02-24 17:18:01.484422504 +0100
@@ -1,7 +1,7 @@
#
# spec file for package ocaml-ppx_tools_versioned
#
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -49,16 +49,13 @@
%setup -q -n ppx_tools_versioned-%{version}
%build
-dune build @install
+dune build @install --profile=release
%install
-export DESTDIR=$RPM_BUILD_ROOT
-export OCAMLFIND_DESTDIR=$RPM_BUILD_ROOT%{_libdir}/ocaml
-mkdir -p $OCAMLFIND_DESTDIR
-dune install --destdir="$DESTDIR/usr" --libdir="$OCAMLFIND_DESTDIR" --verbose
+dune install --destdir="%{buildroot}" --verbose
# These files will be installed using the doc and license directives
-rm $DESTDIR/usr/doc/ppx_tools_versioned/{LICENSE,README.md}
+rm %{buildroot}/usr/doc/ppx_tools_versioned/{LICENSE,README.md}
%files
%defattr(-,root,root)
@@ -85,20 +82,19 @@
%{_libdir}/ocaml/*/*/*.cmx
%{_libdir}/ocaml/*/*/*.cmxa
%endif
-%{_libdir}/ocaml/*/*.dune
+%{_libdir}/ocaml/*/META
+%{_libdir}/ocaml/*/opam
+%{_libdir}/ocaml/*/dune-package
%{_libdir}/ocaml/*/*.cma
%{_libdir}/ocaml/*/*.cmi
%{_libdir}/ocaml/*/*.cmt
%{_libdir}/ocaml/*/*.cmti
%{_libdir}/ocaml/*/*.ml
%{_libdir}/ocaml/*/*.mli
-%{_libdir}/ocaml/*/*/*.dune
%{_libdir}/ocaml/*/*/*.cma
%{_libdir}/ocaml/*/*/*.cmi
%{_libdir}/ocaml/*/*/*.cmt
%{_libdir}/ocaml/*/*/*.ml
%{_libdir}/ocaml/*/*/*.exe
-%{_libdir}/ocaml/*/META
-%{_libdir}/ocaml/*/opam
%changelog