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 2023-02-02 18:07:26
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ocaml-rpm-macros (Old)
 and      /work/SRC/openSUSE:Factory/.ocaml-rpm-macros.new.32243 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ocaml-rpm-macros"

Thu Feb  2 18:07:26 2023 rev:20 rq:1062399 version:20230101

Changes:
--------
--- /work/SRC/openSUSE:Factory/ocaml-rpm-macros/ocaml-rpm-macros.changes        
2023-01-04 17:51:17.817719836 +0100
+++ 
/work/SRC/openSUSE:Factory/.ocaml-rpm-macros.new.32243/ocaml-rpm-macros.changes 
    2023-02-02 18:29:13.087771649 +0100
@@ -1,0 +2,6 @@
+Sun Jan 29 08:34:55 UTC 2023 - Bernhard Wiedemann <[email protected]>
+
+- Allow variables in smp_mflags to be interpolated
+  for https://github.com/rpm-software-management/rpm/issues/2343
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ ocaml-rpm-macros.spec ++++++
--- /var/tmp/diff_new_pack.ysj05q/_old  2023-02-02 18:29:13.423773708 +0100
+++ /var/tmp/diff_new_pack.ysj05q/_new  2023-02-02 18:29:13.427773733 +0100
@@ -461,7 +461,7 @@
        dune installed-libraries $OCAML_DUNE_INSTALLED_LIBRARIES_ARGS ; \
        if test -z "${_smp_mflags}" ;\
        then \
-               _smp_mflags='%%{?_smp_mflags}' ;\
+               _smp_mflags="%%{?_smp_mflags}" ;\
                case "$(ocamlc --version)" in \\\
                4.08*) _smp_mflags='-j1' ;;\\\
                4.09*) _smp_mflags='-j1' ;;\\\
@@ -480,7 +480,7 @@
 %endif
        if test -z "${_smp_mflags}" ;\
        then \
-               _smp_mflags='%%{?_smp_mflags}' ;\
+               _smp_mflags="%%{?_smp_mflags}" ;\
                case "$(ocamlc --version)" in \\\
                4.08*) _smp_mflags='-j1' ;;\\\
                4.09*) _smp_mflags='-j1' ;;\\\

Reply via email to