* Mon Jun 13 2022 ohering@suse.de
- Update to version 1.9.5
Fix an incomaptibility with ocaml-5.0
* Tue Apr 26 2022 rpm@fthiessen.de
- Update to version 1.9.3
* Fixes another build problem regarding OCaml-5.00
* Mon Apr 04 2022 ohering@suse.de
- Update to version 1.9.2
Fix an incomaptibility with ocaml-5.0
* Fri Apr 09 2021 ohering@suse.de
- Require current ocaml-rpm-macros
- Update to upstream version 1.9.1
Fix an incomaptibility with ocaml-4.13
Switch from m4 to sed
- Remove ocaml_native_compiler conditional
build native target unconditionally
* Thu Feb 20 2020 ohering@suse.de
- Require current ocaml-rpm-macros
- Remove unused dependency to ocamlbuild in preparation of ocamlbuild removal
* Fri Nov 01 2019 ohering@suse.de
- Require current rpm macros
- Remove camlp4 subpackage
- Move META files for stdlib and camlp4 to their own package
to remove the build dependency to this package
* Wed Oct 02 2019 ohering@suse.de
- Move to github, use _service file
* Mon Sep 23 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 2019 ohering@suse.de
- Remove /etc/ocamlfind.conf because it is not configuration
but built-in constants.
* Tue Jul 25 2017 ohering@suse.de
- Use Group: Development/Languages/OCaml