Hello community,

here is the log from the commit of package ocaml-fileutils for openSUSE:Factory 
checked in at 2019-10-24 23:01:41
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ocaml-fileutils (Old)
 and      /work/SRC/openSUSE:Factory/.ocaml-fileutils.new.2990 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ocaml-fileutils"

Thu Oct 24 23:01:41 2019 rev:3 rq:735911 version:0.6.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/ocaml-fileutils/ocaml-fileutils.changes  
2017-08-18 15:03:25.422436572 +0200
+++ 
/work/SRC/openSUSE:Factory/.ocaml-fileutils.new.2990/ocaml-fileutils.changes    
    2019-10-24 23:01:46.652006003 +0200
@@ -1,0 +2,10 @@
+Mon Sep 30 12:34:56 UTC 2019 - oher...@suse.de
+
+- use dune macros from ocaml-rpm-macros
+
+-------------------------------------------------------------------
+Mon Sep 23 16:35:39 UTC 2019 - oher...@suse.de
+
+- Update to version 0.6.1
+
+-------------------------------------------------------------------

Old:
----
  ocaml-fileutils-0.5.2.tar.xz

New:
----
  ocaml-fileutils-0.6.1.tar.xz

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

Other differences:
------------------
++++++ ocaml-fileutils.spec ++++++
--- /var/tmp/diff_new_pack.17P0wi/_old  2019-10-24 23:01:47.380006840 +0200
+++ /var/tmp/diff_new_pack.17P0wi/_new  2019-10-24 23:01:47.388006849 +0200
@@ -17,22 +17,21 @@
 
 
 Name:           ocaml-fileutils
-Version:        0.5.2
+Version:        0.6.1
 Release:        0
 %{?ocaml_preserve_bytecode}
 Summary:        OCaml library for common file and filename operations
 License:        SUSE-LGPL-2.0-with-linking-exception
 Group:          Development/Languages/OCaml
 Url:            https://github.com/gildor478/ocaml-fileutils
-Source0:        ocaml-fileutils-%{version}.tar.xz
-BuildRequires:  ocaml >= 4.00.1
-BuildRequires:  ocaml-oasis
-BuildRequires:  ocaml-ocamldoc
-BuildRequires:  ocaml-rpm-macros >= 4.03
-BuildRequires:  ocamlfind(oUnit)
+Source0:        %{name}-%{version}.tar.xz
+BuildRequires:  ocaml
+BuildRequires:  ocaml-dune
+BuildRequires:  ocaml-rpm-macros >= 20190930
+BuildRequires:  ocamlfind(bigarray)
+BuildRequires:  ocamlfind(stdlib-shims)
 BuildRequires:  ocamlfind(str)
 BuildRequires:  ocamlfind(unix)
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 This library is intended to provide a basic interface to the most
@@ -54,47 +53,23 @@
 developing applications that use %{name}.
 
 %prep
-%setup -q
+%autosetup -p1
 
 %build
-%oasis_setup
-%ocaml_oasis_configure --enable-docs
-%ocaml_oasis_build
-%ocaml_oasis_doc
+%ocaml_dune_setup
+%ocaml_dune_build
 
 %install
-%ocaml_oasis_findlib_install
+%ocaml_dune_install
+%ocaml_create_file_list
 
 %check
-%ocaml_oasis_test
+%ocaml_dune_test || : make check failed
 
-%files
-%defattr(-,root,root,-)
-%doc COPYING.txt
-%dir %{_libdir}/ocaml
-%dir %{_libdir}/ocaml/*
-%if 0%{?ocaml_native_compiler}
-%{_libdir}/ocaml/*/*.cmxs
-%endif
-
-%files devel
-%defattr(-,root,root,-)
-%doc COPYING.txt AUTHORS.txt CHANGELOG.txt README.txt TODO.txt
-%{oasis_docdir_html}
-%dir %{_libdir}/ocaml
-%dir %{_libdir}/ocaml/*
-%if 0%{?ocaml_native_compiler}
-%{_libdir}/ocaml/*/*.a
-%{_libdir}/ocaml/*/*.cmx
-%{_libdir}/ocaml/*/*.cmxa
-%endif
-%{_libdir}/ocaml/*/*.annot
-%{_libdir}/ocaml/*/*.cma
-%{_libdir}/ocaml/*/*.cmi
-%{_libdir}/ocaml/*/*.cmt
-%{_libdir}/ocaml/*/*.cmti
-%{_libdir}/ocaml/*/*.mli
-%{_libdir}/ocaml/*/*.ml
-%{_libdir}/ocaml/*/META
+%files -f %{name}.files
+%license LICENSE.txt
+%doc README.md
+
+%files devel -f %{name}.files.devel
 
 %changelog

++++++ _service ++++++
--- /var/tmp/diff_new_pack.17P0wi/_old  2019-10-24 23:01:47.456006927 +0200
+++ /var/tmp/diff_new_pack.17P0wi/_new  2019-10-24 23:01:47.460006932 +0200
@@ -2,8 +2,8 @@
   <service name="tar_scm" mode="disabled">
     <param name="url">git://github.com/gildor478/ocaml-fileutils.git</param>
     <param name="scm">git</param>
-    <param name="versionformat">0.5.2</param>
-    <param name="revision">0.5.2</param>
+    <param name="versionformat">0.6.1</param>
+    <param name="revision">v0.6.1</param>
     <param name="filename">ocaml-fileutils</param>
   </service>
   <service name="recompress" mode="disabled">

++++++ ocaml-fileutils-0.5.2.tar.xz -> ocaml-fileutils-0.6.1.tar.xz ++++++
++++ 2715 lines of diff (skipped)


Reply via email to