Changelog for
ocaml-ocamlgraph-devel-2.1.0-lp154.20.2.x86_64.rpm :
* Sat Sep 09 2023 oheringAATTsuse.de- Update to version 2.1.0 See included CHANGES.md for details
* Thu Jan 21 2021 oheringAATTsuse.de- Update to version 2.0.0
* Thu Feb 20 2020 oheringAATTsuse.de- Require current ocaml-rpm-macros- Use _service file- Build with dune
* Wed Apr 18 2018 jengelhAATTinai.de- Update summaries
* Wed Apr 18 2018 andyAATTonthewings.net- Remove old code in the spec file.- Install LICENSE with %license.
* Fri Dec 22 2017 antoine.belvireAATTopensuse.org- Update to version 1.8.8:
* Fix installation.
* Safe-string compatible.
* Fix method get_edge_layout of class abstract_model of DGraphModel.Make. The bug could have occured when there are several edges between two vertices.
* [Traverse/Pack] added Dfs.fold and Dfs.fold_component (tail-recursive).
* Fix implementation of Golberg-Tarjan maximal flow algorithm: + No more function min_capacity in the input interface. + Renaming as follows: Flow.Goldberg -> Flow.Goldberg_Tarjan and Pack.goldberg -> Pack.goldberg_tarjan.
* New functors [WeakTopological] and [ChaoticIteration] to compute fixpoints with widening, following Bourdoncle\'s algorithms.
* Tue Jul 25 2017 oheringAATTsuse.de- Use Group: Development/Languages/OCaml
* Thu Jul 20 2017 olafAATTaepfle.de- Upgrade to version 1.8.7
* Mon Jul 17 2017 oheringAATTsuse.de- Wrap specfile conditionals to fix quilt setup
* Sun Dec 25 2016 antoine.belvireAATTopensuse.org- Initial package: ocaml-ocamlgrah-1.8.6