Changelog for
ocaml-ocamlgraph-devel-1.8.8-9.1.x86_64.rpm :
Wed Apr 18 14:00:00 2018 jengelhAATTinai.de
- Update summaries
Wed Apr 18 14:00:00 2018 andyAATTonthewings.net
- Remove old code in the spec file.
- Install LICENSE with %license.
Fri Dec 22 13:00:00 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 14:00:00 2017 oheringAATTsuse.de
- Use Group: Development/Languages/OCaml
Thu Jul 20 14:00:00 2017 olafAATTaepfle.de
- Upgrade to version 1.8.7
Mon Jul 17 14:00:00 2017 oheringAATTsuse.de
- Wrap specfile conditionals to fix quilt setup
Sun Dec 25 13:00:00 2016 antoine.belvireAATTopensuse.org
- Initial package: ocaml-ocamlgrah-1.8.6