Hello community,
here is the log from the commit of package ocaml-rpm-macros for
openSUSE:Factory checked in at 2020-08-28 23:45:04
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ocaml-rpm-macros (Old)
and /work/SRC/openSUSE:Factory/.ocaml-rpm-macros.new.3399 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ocaml-rpm-macros"
Fri Aug 28 23:45:04 2020 rev:9 rq:828815 version:20200820
Changes:
--------
--- /work/SRC/openSUSE:Factory/ocaml-rpm-macros/ocaml-rpm-macros.changes
2020-05-20 18:35:37.479999640 +0200
+++
/work/SRC/openSUSE:Factory/.ocaml-rpm-macros.new.3399/ocaml-rpm-macros.changes
2020-08-28 23:45:07.243496310 +0200
@@ -1,0 +2,7 @@
+Thu Aug 20 20:20:20 UTC 2020 - [email protected]
+
+- Package also *.v, for Coq
+- Package changelog files
+- Enable native riscv64
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ocaml-rpm-macros.spec ++++++
--- /var/tmp/diff_new_pack.2nGCQQ/_old 2020-08-28 23:45:07.819495941 +0200
+++ /var/tmp/diff_new_pack.2nGCQQ/_new 2020-08-28 23:45:07.823495938 +0200
@@ -15,13 +15,14 @@
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
+
Name: ocaml-rpm-macros
-Version: 20200514
+Version: 20200820
Release: 0
Summary: RPM macros for building OCaml source packages
License: GPL-2.0-only
Group: Development/Languages/OCaml
-Url: https://build.opensuse.org/project/show/devel:languages:ocaml
+URL: https://build.opensuse.org/project/show/devel:languages:ocaml
Source0: ocaml-ocaml.rpm.prov_req.attr.sh
Source1: ocaml-findlib.rpm.prov_req.attr.sh
@@ -40,7 +41,7 @@
%define do_opt 1
%endif
%if %{without ocaml_force_enable_ocaml_opt}
-%ifarch %{arm} aarch64 %{ix86} ppc ppc64 ppc64le s390x x86_64
+%ifarch %{arm} aarch64 %{ix86} ppc ppc64 ppc64le riscv64 s390x x86_64
%define do_opt 1
%endif
%endif
@@ -127,10 +128,22 @@
# Other unknown files are shown on stdout
%%ocaml_create_file_list \
> %%{name}.files ;\
+ > %%{name}.files.changes ;\
> %%{name}.files.devel ;\
> %%{name}.files.ldsoconf ;\
> %%{name}.files.license ;\
> %%{name}.files.unhandled ;\
+ for changes in \\\
+ CHANGELOG.md \\\
+ CHANGES \\\
+ CHANGES.md \\\
+ CHANGES.txt \\\
+ ChangeLog \\\
+ Changelog \\\
+ ;\
+ do\
+ test -f "${changes}" && echo "%%%%doc ${changes}" >>
'%%{name}.files.changes' ;\
+ done ;\
for license in \\\
COPYING \\\
COPYING.txt \\\
@@ -299,12 +312,17 @@
/\\/opam$/{\
files_devel($0)\
}\
+ # Some Coq files\
+ /\\/[^/]+\.v$/{\
+ files_devel($0)\
+ }\
#\
# record unknown paths\
files_unhandled($0)\
END {\
;\
}' ;\
+ cat '%%{name}.files.changes' >> '%%{name}.files' ;\
cat '%%{name}.files.license' >> '%%{name}.files' ;\
if test -s %%{name}.files.ldsoconf ;\
then\