Hello community,

here is the log from the commit of package ocaml-gen for openSUSE:Factory 
checked in at 2019-05-22 11:16:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ocaml-gen (Old)
 and      /work/SRC/openSUSE:Factory/.ocaml-gen.new.5148 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ocaml-gen"

Wed May 22 11:16:01 2019 rev:2 rq:704395 version:0.5.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/ocaml-gen/ocaml-gen.changes      2018-01-22 
16:18:24.950222208 +0100
+++ /work/SRC/openSUSE:Factory/.ocaml-gen.new.5148/ocaml-gen.changes    
2019-05-22 11:16:04.462529161 +0200
@@ -1,0 +2,7 @@
+Tue May 21 08:35:17 UTC 2019 - [email protected]
+
+- New upstream release (0.5.2)
+  * Transition to dune and opam 2.0.
+  * Explicitly support BuckleScript. 
+
+-------------------------------------------------------------------

Old:
----
  ocaml-gen-0.5.tar.gz

New:
----
  ocaml-gen-0.5.2.tar.gz

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

Other differences:
------------------
++++++ ocaml-gen.spec ++++++
--- /var/tmp/diff_new_pack.0nvp25/_old  2019-05-22 11:16:06.218527932 +0200
+++ /var/tmp/diff_new_pack.0nvp25/_new  2019-05-22 11:16:06.218527932 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ocaml-gen
 #
-# 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
@@ -12,11 +12,12 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
+
 Name:           ocaml-gen
-Version:        0.5
+Version:        0.5.2
 Release:        0
 %{?ocaml_preserve_bytecode}
 Summary:        Simple, efficient iterators for OCaml
@@ -28,10 +29,10 @@
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 BuildRequires:  ocaml
-BuildRequires:  ocaml-oasis
+BuildRequires:  ocaml-dune
 BuildRequires:  ocaml-findlib
-BuildRequires:  ocaml-ocamldoc
 BuildRequires:  ocaml-rpm-macros
+BuildRequires:  opam-installer
 
 %description
 Iterators for OCaml, both restartable and consumable.
@@ -43,7 +44,6 @@
 Group:          Development/Languages/OCaml
 Requires:       %{name} = %{version}
 
-
 %description    devel
 The %{name}-devel package contains libraries and signature files for
 developing applications that use %{name}.
@@ -52,31 +52,29 @@
 %prep
 %setup -q -n gen-%{version}
 
-
 %build
-%oasis_setup
-%ocaml_oasis_configure --enable-docs
-%ocaml_oasis_build
-%ocaml_oasis_doc
-
+dune build @install --profile=release
 
 %install
-%ocaml_oasis_findlib_install
+dune install --destdir="%{buildroot}" --verbose
 
+# These files will be installed using the doc and license directives
+rm %{buildroot}/usr/doc/gen/{LICENSE,README.md,CHANGELOG.md}
 
 %files
 %defattr(-,root,root,-)
-%doc README.md CHANGELOG.md LICENSE
+%doc README.md CHANGELOG.md
+%license LICENSE
 %dir %{_libdir}/ocaml
 %dir %{_libdir}/ocaml/*
 %if 0%{?ocaml_native_compiler}
 %{_libdir}/ocaml/*/*.cmxs
 %endif
 
-
 %files devel
 %defattr(-,root,root,-)
-%{oasis_docdir_html}
+%doc README.md CHANGELOG.md
+%license LICENSE
 %dir %{_libdir}/ocaml
 %dir %{_libdir}/ocaml/*
 %if 0%{?ocaml_native_compiler}
@@ -84,14 +82,14 @@
 %{_libdir}/ocaml/*/*.cmx
 %{_libdir}/ocaml/*/*.cmxa
 %endif
+%{_libdir}/ocaml/*/dune-package
+%{_libdir}/ocaml/*/opam
 %{_libdir}/ocaml/*/*.ml
 %{_libdir}/ocaml/*/*.mli
-%{_libdir}/ocaml/*/*.annot
 %{_libdir}/ocaml/*/*.cma
 %{_libdir}/ocaml/*/*.cmi
 %{_libdir}/ocaml/*/*.cmt
 %{_libdir}/ocaml/*/*.cmti
-%{_libdir}/ocaml/*/*.mli
 %{_libdir}/ocaml/*/META
 
 %changelog

++++++ ocaml-gen-0.5.tar.gz -> ocaml-gen-0.5.2.tar.gz ++++++
++++ 9142 lines of diff (skipped)


Reply via email to