Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package ocaml-rpm-macros for
openSUSE:Factory checked in at 2022-04-12 00:13:53
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ocaml-rpm-macros (Old)
and /work/SRC/openSUSE:Factory/.ocaml-rpm-macros.new.1900 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ocaml-rpm-macros"
Tue Apr 12 00:13:53 2022 rev:17 rq:968054 version:20220409
Changes:
--------
--- /work/SRC/openSUSE:Factory/ocaml-rpm-macros/ocaml-rpm-macros.changes
2022-03-28 16:59:16.932865125 +0200
+++
/work/SRC/openSUSE:Factory/.ocaml-rpm-macros.new.1900/ocaml-rpm-macros.changes
2022-04-12 00:13:54.269318995 +0200
@@ -1,0 +2,7 @@
+Sat Apr 9 12:34:56 UTC 2022 - [email protected]
+
+- remove unused ocaml_dune_bootstrap_directory
+- move all invocations of dune from ocaml_dune_setup to ocaml_dune_build
+- process content of ocaml_standard_library only if it exists in buildroot
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ocaml-rpm-macros.spec ++++++
--- /var/tmp/diff_new_pack.S21xIt/_old 2022-04-12 00:13:54.833312319 +0200
+++ /var/tmp/diff_new_pack.S21xIt/_new 2022-04-12 00:13:54.837312272 +0200
@@ -17,7 +17,7 @@
Name: ocaml-rpm-macros
-Version: 20220222
+Version: 20220409
Release: 0
Summary: RPM macros for building OCaml source packages
License: GPL-2.0-only
@@ -173,6 +173,8 @@
%endif
test -f "${license}" && echo "%%%%${license_macro} ${license}" >>
'%%name.files.license' ;\
done ;\
+ if test -d %%buildroot%%ocaml_standard_library ;\
+ then\
find %%buildroot%%ocaml_standard_library -name '*.cmxs' -exec chmod -v
a-x '{}' + ;\
find %%buildroot%%ocaml_standard_library ! -type d | awk\\\
-v "buildroot=%%buildroot"\\\
@@ -341,6 +343,7 @@
END {\
;\
}' ;\
+ fi ;\
cat '%%name.files.changes' >> '%%name.files' ;\
cat '%%name.files.license' >> '%%name.files' ;\
if test -s %%name.files.ldsoconf ;\
@@ -424,7 +427,6 @@
%%ocaml_oasis_test \
ocaml setup.ml -test
#
-%%ocaml_dune_bootstrap_directory %%_libexecdir/dune-bootstrap
%%ocaml_dune_setup \
%ifarch ppc64 ppc64le
ulimit -s $((1024 * 64)) ; \
@@ -460,9 +462,10 @@
echo "${dune_release_pkgs}" >
dune_release_pkgs-%%name-%%version-%%release ; \
dune_for_release="--for-release-of-packages=${dune_release_pkgs}" ; \
fi ; \
- dune installed-libraries $OCAML_DUNE_INSTALLED_LIBRARIES_ARGS ; \
%%nil
%%ocaml_dune_build \
+ dune --version ; \
+ dune installed-libraries $OCAML_DUNE_INSTALLED_LIBRARIES_ARGS ; \
if test -z "${_smp_mflags}" ;\
then \
_smp_mflags='%%{?_smp_mflags}' ;\