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 2021-09-28 19:16:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ocaml-rpm-macros (Old)
 and      /work/SRC/openSUSE:Factory/.ocaml-rpm-macros.new.1899 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ocaml-rpm-macros"

Tue Sep 28 19:16:18 2021 rev:14 rq:921281 version:20210911

Changes:
--------
--- /work/SRC/openSUSE:Factory/ocaml-rpm-macros/ocaml-rpm-macros.changes        
2021-04-22 18:03:45.806487933 +0200
+++ 
/work/SRC/openSUSE:Factory/.ocaml-rpm-macros.new.1899/ocaml-rpm-macros.changes  
    2021-09-28 19:16:20.048172153 +0200
@@ -1,0 +2,5 @@
+Sat Sep 11 12:34:56 UTC 2021 - oher...@suse.de
+
+- Rename a single opam file to $dune_release_pkgs.opam
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ ocaml-rpm-macros.spec ++++++
--- /var/tmp/diff_new_pack.dxhT2R/_old  2021-09-28 19:16:20.668172868 +0200
+++ /var/tmp/diff_new_pack.dxhT2R/_new  2021-09-28 19:16:20.676172876 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ocaml-rpm-macros
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:           ocaml-rpm-macros
-Version:        20210421
+Version:        20210911
 Release:        0
 Summary:        RPM macros for building OCaml source packages
 License:        GPL-2.0-only
@@ -414,6 +414,13 @@
 %ifarch ppc64 ppc64le
        ulimit -s $((1024 * 64)) ; \
 %endif
+%if 0
+       # obviously this works just with a single entry in dune_release_pkgs=
+%endif
+       if test -n "${dune_release_pkgs}" ; \
+       then \
+               test -f 'opam' && mv -v 'opam' "${dune_release_pkgs}.opam" ; \
+       fi ; \
        echo '%%{version}' | tee VERSION ; \
        for opam in *.opam \
        do\

Reply via email to