Hello community,
here is the log from the commit of package ocaml-ocamlbuild for
openSUSE:Factory checked in at 2020-02-26 15:01:39
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ocaml-ocamlbuild (Old)
and /work/SRC/openSUSE:Factory/.ocaml-ocamlbuild.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ocaml-ocamlbuild"
Wed Feb 26 15:01:39 2020 rev:4 rq:778535 version:0.14.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/ocaml-ocamlbuild/ocaml-ocamlbuild.changes
2019-10-07 13:40:44.564389698 +0200
+++
/work/SRC/openSUSE:Factory/.ocaml-ocamlbuild.new.26092/ocaml-ocamlbuild.changes
2020-02-26 15:01:40.440787459 +0100
@@ -1,0 +2,5 @@
+Thu Feb 20 20:20:20 UTC 2020 - [email protected]
+
+- Require current ocaml-rpm-macros
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ocaml-ocamlbuild.spec ++++++
--- /var/tmp/diff_new_pack.zIKMIg/_old 2020-02-26 15:01:41.140788856 +0100
+++ /var/tmp/diff_new_pack.zIKMIg/_new 2020-02-26 15:01:41.144788864 +0100
@@ -25,11 +25,9 @@
Group: Development/Languages/OCaml
Url: https://github.com/ocaml/ocamlbuild
Source: %{name}-%{version}.tar.xz
-Conflicts: ocaml < 4.03.0
-BuildRequires: ocaml >= 4.03.0
-BuildRequires: ocaml-rpm-macros >= 4.02.1
-BuildRequires: ocaml-runtime
-BuildRoot: %{_tmppath}/%{name}-%{version}-build
+BuildRequires: ocaml
+BuildRequires: ocaml-rpm-macros >= 20200220
+Requires: %{name}-devel = %{version}
%description
OCamlbuild is a generic build tool, that has built-in rules for
@@ -74,30 +72,13 @@
sh %{name}.sh \
install \
DESTDIR=%{buildroot} %{?_smp_mflags}
-find %{buildroot} -ls
+%ocaml_create_file_list
-%files
+%files -f %{name}.files
%doc Changes
-%license LICENSE
%{_bindir}/*
-%dir %{_libdir}/ocaml
-%dir %{_libdir}/ocaml/*
-%{_libdir}/ocaml/*/*.cma
-%{_libdir}/ocaml/*/*.cmi
-%{_libdir}/ocaml/*/*.cmti
-%{_libdir}/ocaml/*/*.cmo
%{_mandir}/man*/*
-%files devel
-%dir %{_libdir}/ocaml
-%dir %{_libdir}/ocaml/*
-%if 0%{?ocaml_native_compiler}
-%{_libdir}/ocaml/*/*.a
-%{_libdir}/ocaml/*/*.cmx
-%{_libdir}/ocaml/*/*.cmxa
-%{_libdir}/ocaml/*/*.o
-%endif
-%{_libdir}/ocaml/*/*.mli
-%{_libdir}/ocaml/*/META
+%files devel -f %{name}.files.devel
%changelog