Hello community,

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

Package is "ocaml-dune"

Fri Oct 11 15:16:01 2019 rev:12 rq:736354 version:1.11.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/ocaml-dune/ocaml-dune.changes    2019-06-01 
09:57:26.635161213 +0200
+++ /work/SRC/openSUSE:Factory/.ocaml-dune.new.2352/ocaml-dune.changes  
2019-10-11 15:16:26.820247118 +0200
@@ -1,0 +2,19 @@
+Wed Oct  9 05:48:16 UTC 2019 - [email protected]
+
+- Update to version 1.11.4:
+  see included CHANGES.md for details
+
+-------------------------------------------------------------------
+Mon Sep 30 12:34:56 UTC 2019 - [email protected]
+
+- use dune macros from ocaml-rpm-macros
+
+-------------------------------------------------------------------
+Mon Sep 23 16:35:39 UTC 2019 - [email protected]
+
+- Update to version 1.11.3:
+  see included CHANGES.md for details
+- Require findlib for ocamlfind, which is used to find ocaml
+- Create devel package
+
+-------------------------------------------------------------------

Old:
----
  ocaml-dune-1.10.0.tar.xz

New:
----
  ocaml-dune-1.11.4.tar.xz

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

Other differences:
------------------
++++++ ocaml-dune.spec ++++++
--- /var/tmp/diff_new_pack.12ZzxJ/_old  2019-10-11 15:16:28.868241488 +0200
+++ /var/tmp/diff_new_pack.12ZzxJ/_new  2019-10-11 15:16:28.876241466 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           ocaml-dune
-Version:        1.10.0
+Version:        1.11.4
 Release:        0
 %{?ocaml_preserve_bytecode}
 Summary:        A composable build system for OCaml
@@ -28,32 +28,48 @@
 Conflicts:      ocaml-jbuilder-debuginfo
 Conflicts:      ocaml-jbuilder-debugsource
 Source:         %{name}-%{version}.tar.xz
+Requires:       ocaml-findlib
 BuildRequires:  ocaml
+BuildRequires:  ocaml-rpm-macros >= 20191004
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 A composable build system for OCaml
 
+%package        devel
+Summary:        Development files for %{name}
+Group:          Development/Languages/OCaml
+Requires:       %{name} = %{version}
+
+%description    devel
+The %{name}-devel package contains libraries and signature files for
+developing applications that use %{name}.
+
 %prep
-%setup -q
+%autosetup -p1
 
 %build
-make %{?_smp_mflags} PREFIX=%{_prefix}
+%make_build
 
 %install
-mkdir -p %{buildroot}%{_bindir}
-mkdir -p %{buildroot}%{_mandir}/man1
-mkdir -p %{buildroot}%{_mandir}/man5
-cp -av _boot/default/bin/main/main_dune.exe %{buildroot}%{_bindir}/dune
-ln -sfvbn dune %{buildroot}%{_bindir}/jbuilder
-cp -av _boot/default/doc/*.1 %{buildroot}%{_mandir}/man1/
-cp -av _boot/default/doc/*.5 %{buildroot}%{_mandir}/man5/
+#make_install PREFIX='%{_prefix}' LIBDIR="$(ocamlc -where)"
+./_boot/default/bin/main/main_dune.exe install \
+       --prefix '%{_prefix}' \
+       --destdir '%{buildroot}' \
+       --libdir "$(ocamlc -where)" \
+       dune --build-dir _boot
+find '%{buildroot}' -ls
+rm -rfv %{buildroot}%{_prefix}/doc
+mkdir -vp %{buildroot}%{_mandir}
+mv %{buildroot}%{_prefix}/man %{buildroot}%{_datadir}
+%ocaml_create_file_list
 
-%files
-%defattr(-,root,root)
+%files -f %{name}.files
 %doc CHANGES.md README.md
-%license LICENSE.md
 %{_bindir}/*
 %{_mandir}/*/*
+%{_datadir}/emacs
+
+%files devel -f %{name}.files.devel
 
 %changelog

++++++ _service ++++++
--- /var/tmp/diff_new_pack.12ZzxJ/_old  2019-10-11 15:16:28.948241268 +0200
+++ /var/tmp/diff_new_pack.12ZzxJ/_new  2019-10-11 15:16:28.948241268 +0200
@@ -1,9 +1,10 @@
 <services>
   <service name="tar_scm" mode="disabled">
-    <param name="url">git://github.com/ocaml/dune.git</param>
+    <param name="url">https://github.com/ocaml/dune.git</param>
     <param name="scm">git</param>
     <param name="versionformat">@PARENT_TAG@</param>
-    <param name="revision">1.10.0</param>
+    <!-- 1.11.4 -->
+    <param name="revision">a2cef6466c66050223b6944e68f8cdefc88fcc4e</param>
     <param name="filename">ocaml-dune</param>
   </service>
   <service name="recompress" mode="disabled">

++++++ ocaml-dune-1.10.0.tar.xz -> ocaml-dune-1.11.4.tar.xz ++++++
++++ 55288 lines of diff (skipped)


Reply via email to