Hello community, here is the log from the commit of package ocaml-findlib for openSUSE:Factory checked in at 2020-02-29 21:20:09 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ocaml-findlib (Old) and /work/SRC/openSUSE:Factory/.ocaml-findlib.new.26092 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ocaml-findlib" Sat Feb 29 21:20:09 2020 rev:10 rq:778860 version:1.8.1 Changes: -------- --- /work/SRC/openSUSE:Factory/ocaml-findlib/ocaml-findlib.changes 2019-11-07 23:14:28.728400205 +0100 +++ /work/SRC/openSUSE:Factory/.ocaml-findlib.new.26092/ocaml-findlib.changes 2020-02-29 21:20:18.734017530 +0100 @@ -1,0 +2,6 @@ +Thu Feb 20 20:20:20 UTC 2020 - [email protected] + +- Require current ocaml-rpm-macros +- Remove unused dependency to ocamlbuild in preparation of ocamlbuild removal + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ocaml-findlib.spec ++++++ --- /var/tmp/diff_new_pack.u3CzQG/_old 2020-02-29 21:20:19.246018543 +0100 +++ /var/tmp/diff_new_pack.u3CzQG/_new 2020-02-29 21:20:19.250018551 +0100 @@ -36,9 +36,8 @@ BuildRequires: m4 BuildRequires: ncurses-devel BuildRequires: ocaml -BuildRequires: ocaml-ocamlbuild BuildRequires: ocaml-ocamldoc -BuildRequires: ocaml-rpm-macros >= 20191101 +BuildRequires: ocaml-rpm-macros >= 20200220 %description Findlib is a library manager for Objective Caml. It provides a @@ -65,9 +64,9 @@ rm -rfv site-lib-src (cd tools/extract_args && make) tools/extract_args/extract_args -o src/findlib/ocaml_args.ml ocamlc ocamlcp ocamlmktop ocamlopt ocamldep ocamldoc ||: -./configure -config %{_libdir}/ocaml/ocamlfind.conf \ +./configure -config %{ocaml_standard_library}/ocamlfind.conf \ -bindir %{_bindir} \ - -sitelib `ocamlc -where` \ + -sitelib '%{ocaml_standard_library}' \ -mandir %{_mandir} \ -with-toolbox make all @@ -78,17 +77,17 @@ %install make install prefix=%{buildroot} -rm -rfv %{buildroot}%{_libdir}/ocaml/ocamlbuild +rm -rfv %{buildroot}%{ocaml_standard_library}/ocamlbuild %ocaml_create_file_list %files -f %{name}.files -%{_libdir}/ocaml/ocamlfind.conf -%{_libdir}/ocaml/topfind +%{ocaml_standard_library}/ocamlfind.conf +%{ocaml_standard_library}/topfind %{_bindir}/* %{_mandir}/man?/* # %files devel -f %{name}.files.devel -%{_libdir}/ocaml/*/Makefile.config +%{ocaml_standard_library}/*/Makefile.config %changelog
