- 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
This commit is contained in:
parent
9b379658cd
commit
5044cf6abe
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:cabb6cd484380e41fb20bf5ec6acc65d20769363754a73c74951dd4238b20111
|
|
||||||
size 159972
|
|
3
findlib-1.8.1.tar.xz
Normal file
3
findlib-1.8.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:a34d0412b8bf34e08155fa4cdb635066d91de569fd644d2e26c00ee4768d81e6
|
||||||
|
size 161420
|
@ -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
|
Thu Aug 22 13:24:21 UTC 2019 - ohering@suse.de
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: ocaml-findlib
|
Name: ocaml-findlib
|
||||||
Version: 1.7.3
|
Version: 1.8.1
|
||||||
Release: 0
|
Release: 0
|
||||||
%{?ocaml_preserve_bytecode}
|
%{?ocaml_preserve_bytecode}
|
||||||
Summary: Objective CAML package manager and build helper
|
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
|
rm -rfv $RPM_BUILD_ROOT%{_libdir}/ocaml/ocamlbuild
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root,-)
|
%doc doc/README
|
||||||
%doc LICENSE doc/README
|
%license LICENSE
|
||||||
%{_libdir}/ocaml/ocamlfind.conf
|
%{_libdir}/ocaml/ocamlfind.conf
|
||||||
%{_bindir}/*
|
%{_bindir}/*
|
||||||
%{_mandir}/man?/*
|
%{_mandir}/man?/*
|
||||||
@ -117,7 +117,6 @@ rm -rfv $RPM_BUILD_ROOT%{_libdir}/ocaml/ocamlbuild
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root,-)
|
|
||||||
%doc LICENSE doc/README doc/guide-html
|
%doc LICENSE doc/README doc/guide-html
|
||||||
%{_libdir}/ocaml/*/Makefile.config
|
%{_libdir}/ocaml/*/Makefile.config
|
||||||
#
|
#
|
||||||
@ -135,7 +134,6 @@ rm -rfv $RPM_BUILD_ROOT%{_libdir}/ocaml/ocamlbuild
|
|||||||
%{_libdir}/ocaml/*/*.mli
|
%{_libdir}/ocaml/*/*.mli
|
||||||
|
|
||||||
%files camlp4
|
%files camlp4
|
||||||
%defattr(-,root,root,-)
|
|
||||||
%dir %{_libdir}/ocaml
|
%dir %{_libdir}/ocaml
|
||||||
%dir %{_libdir}/ocaml/camlp4
|
%dir %{_libdir}/ocaml/camlp4
|
||||||
%{_libdir}/ocaml/camlp4/META
|
%{_libdir}/ocaml/camlp4/META
|
||||||
|
Loading…
x
Reference in New Issue
Block a user