From 5044cf6abe1f5a2e4af09e88bcd43d2df1622337cf2545aa3f3fbde96d569a82 Mon Sep 17 00:00:00 2001 From: Olaf Hering Date: Mon, 23 Sep 2019 18:00:24 +0000 Subject: [PATCH] - Update to upstream version 1.8.1 Adapted to upcoming ocaml-4.09. New API Findlib.list_packages' can specify a package prefix. Fix reinstallation of "num" for OCaml-4.06. Fix build with OCaml-4.07. The installation of graphics/META is now optional. Fix "ocamlfind query -d". The environment variable OCAMLFIND_IGNORE_DUPS_IN is now interpreted as a list of directories. Packages for "ocamlfind query" may now be separated by commas, too. New "warning" property for packages. Forgetting to pass -thread/-vmthread only prints a warning now, but doesn't stop the build. For dealing with case-sensitive filesystems it is now only tried to match ASCII characters, but not encoding-dependent characters. OBS-URL: https://build.opensuse.org/package/show/devel:languages:ocaml/ocaml-findlib?expand=0&rev=73 --- findlib-1.7.3.tar.xz | 3 --- findlib-1.8.1.tar.xz | 3 +++ ocaml-findlib.changes | 16 ++++++++++++++++ ocaml-findlib.spec | 8 +++----- 4 files changed, 22 insertions(+), 8 deletions(-) delete mode 100644 findlib-1.7.3.tar.xz create mode 100644 findlib-1.8.1.tar.xz diff --git a/findlib-1.7.3.tar.xz b/findlib-1.7.3.tar.xz deleted file mode 100644 index 1a9892d..0000000 --- a/findlib-1.7.3.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cabb6cd484380e41fb20bf5ec6acc65d20769363754a73c74951dd4238b20111 -size 159972 diff --git a/findlib-1.8.1.tar.xz b/findlib-1.8.1.tar.xz new file mode 100644 index 0000000..72e79e0 --- /dev/null +++ b/findlib-1.8.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a34d0412b8bf34e08155fa4cdb635066d91de569fd644d2e26c00ee4768d81e6 +size 161420 diff --git a/ocaml-findlib.changes b/ocaml-findlib.changes index 41f99db..7e99101 100644 --- a/ocaml-findlib.changes +++ b/ocaml-findlib.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Mon Sep 23 16:35:39 UTC 2019 - ohering@suse.de + +- Update to upstream version 1.8.1 + Adapted to upcoming ocaml-4.09. + New API Findlib.list_packages' can specify a package prefix. + Fix reinstallation of "num" for OCaml-4.06. + Fix build with OCaml-4.07. + The installation of graphics/META is now optional. + Fix "ocamlfind query -d". + The environment variable OCAMLFIND_IGNORE_DUPS_IN is now interpreted as a list of directories. + Packages for "ocamlfind query" may now be separated by commas, too. + New "warning" property for packages. + Forgetting to pass -thread/-vmthread only prints a warning now, but doesn't stop the build. + For dealing with case-sensitive filesystems it is now only tried to match ASCII characters, but not encoding-dependent characters. + ------------------------------------------------------------------- Thu Aug 22 13:24:21 UTC 2019 - ohering@suse.de diff --git a/ocaml-findlib.spec b/ocaml-findlib.spec index 263ae1f..b966d04 100644 --- a/ocaml-findlib.spec +++ b/ocaml-findlib.spec @@ -18,7 +18,7 @@ Name: ocaml-findlib -Version: 1.7.3 +Version: 1.8.1 Release: 0 %{?ocaml_preserve_bytecode} Summary: Objective CAML package manager and build helper @@ -94,8 +94,8 @@ make install prefix=$RPM_BUILD_ROOT rm -rfv $RPM_BUILD_ROOT%{_libdir}/ocaml/ocamlbuild %files -%defattr(-,root,root,-) -%doc LICENSE doc/README +%doc doc/README +%license LICENSE %{_libdir}/ocaml/ocamlfind.conf %{_bindir}/* %{_mandir}/man?/* @@ -117,7 +117,6 @@ rm -rfv $RPM_BUILD_ROOT%{_libdir}/ocaml/ocamlbuild %endif %files devel -%defattr(-,root,root,-) %doc LICENSE doc/README doc/guide-html %{_libdir}/ocaml/*/Makefile.config # @@ -135,7 +134,6 @@ rm -rfv $RPM_BUILD_ROOT%{_libdir}/ocaml/ocamlbuild %{_libdir}/ocaml/*/*.mli %files camlp4 -%defattr(-,root,root,-) %dir %{_libdir}/ocaml %dir %{_libdir}/ocaml/camlp4 %{_libdir}/ocaml/camlp4/META