17
0

28 Commits

Author SHA256 Message Date
0a054427e9 Accepting request 1274660 from devel:languages:ocaml
- Update to version 2.2.0
  see included CHANGES.md file for details

OBS-URL: https://build.opensuse.org/request/show/1274660
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ocaml-ocamlgraph?expand=0&rev=6
2025-05-05 20:30:02 +00:00
2c17653e35 - Update to version 2.2.0
see included CHANGES.md file for details

OBS-URL: https://build.opensuse.org/package/show/devel:languages:ocaml/ocaml-ocamlgraph?expand=0&rev=28
2025-05-05 12:37:55 +00:00
0316512b9e Accepting request 1111499 from devel:languages:ocaml
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1111499
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ocaml-ocamlgraph?expand=0&rev=5
2023-09-15 20:05:28 +00:00
029a759ed4 - Update to version 2.1.0
See included CHANGES.md for details

OBS-URL: https://build.opensuse.org/package/show/devel:languages:ocaml/ocaml-ocamlgraph?expand=0&rev=26
2023-09-08 09:02:49 +00:00
336cb6abd6 remove braces from rpmspec macros
OBS-URL: https://build.opensuse.org/package/show/devel:languages:ocaml/ocaml-ocamlgraph?expand=0&rev=25
2023-09-08 09:01:57 +00:00
faf4634a6d Accepting request 867940 from devel:languages:ocaml
- Update to version 2.0.0

OBS-URL: https://build.opensuse.org/request/show/867940
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ocaml-ocamlgraph?expand=0&rev=4
2021-04-28 23:36:47 +00:00
fb1bf78ae6 20210121
OBS-URL: https://build.opensuse.org/package/show/devel:languages:ocaml/ocaml-ocamlgraph?expand=0&rev=22
2021-01-27 20:16:57 +00:00
8d35ebc12e - Update to version 2.0.0
OBS-URL: https://build.opensuse.org/package/show/devel:languages:ocaml/ocaml-ocamlgraph?expand=0&rev=21
2021-01-24 22:12:40 +00:00
c91505332b Accepting request 778058 from devel:languages:ocaml
- Require current ocaml-rpm-macros
- Use _service file
- Build with dune

OBS-URL: https://build.opensuse.org/request/show/778058
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ocaml-ocamlgraph?expand=0&rev=3
2020-03-09 13:13:44 +00:00
def44defc3 trim tar.xz, remove unwanted files
OBS-URL: https://build.opensuse.org/package/show/devel:languages:ocaml/ocaml-ocamlgraph?expand=0&rev=19
2020-02-21 16:58:24 +00:00
77f7da9a4d - Build with dune
OBS-URL: https://build.opensuse.org/package/show/devel:languages:ocaml/ocaml-ocamlgraph?expand=0&rev=18
2020-02-21 13:01:43 +00:00
1e796f9409 - Require current ocaml-rpm-macros
OBS-URL: https://build.opensuse.org/package/show/devel:languages:ocaml/ocaml-ocamlgraph?expand=0&rev=17
2020-02-21 13:00:52 +00:00
575c0e228d URL
OBS-URL: https://build.opensuse.org/package/show/devel:languages:ocaml/ocaml-ocamlgraph?expand=0&rev=16
2019-11-02 22:00:51 +00:00
c32798ff05 - Require current dune macros
- Use _service file

OBS-URL: https://build.opensuse.org/package/show/devel:languages:ocaml/ocaml-ocamlgraph?expand=0&rev=15
2019-11-01 22:48:42 +00:00
18a3a48299 Accepting request 620957 from devel:languages:ocaml
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/620957
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ocaml-ocamlgraph?expand=0&rev=2
2018-07-13 08:20:17 +00:00
4209d40705 Accepting request 597606 from devel:languages:ocaml
OCamlgraph is a graph library for OCaml.

It is a dependency of opam.

OBS-URL: https://build.opensuse.org/request/show/597606
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ocaml-ocamlgraph?expand=0&rev=1
2018-04-22 12:39:47 +00:00
Andy Li
f8265bc3d8 Accepting request 597777 from home:jengelh:branches:devel:languages:ocaml
Avoid stylistic break in summary

OBS-URL: https://build.opensuse.org/request/show/597777
OBS-URL: https://build.opensuse.org/package/show/devel:languages:ocaml/ocaml-ocamlgraph?expand=0&rev=12
2018-04-18 15:08:52 +00:00
Andy Li
8c2dbbc151 - Remove old code in the spec file.
- Install LICENSE with %license.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:ocaml/ocaml-ocamlgraph?expand=0&rev=11
2018-04-18 01:58:04 +00:00
Antoine Belvire
d0ac00629c - 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.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:ocaml/ocaml-ocamlgraph?expand=0&rev=10
2017-12-22 20:17:38 +00:00
11d4abebb6 Use Group: Development/Languages/OCaml
OBS-URL: https://build.opensuse.org/package/show/devel:languages:ocaml/ocaml-ocamlgraph?expand=0&rev=9
2017-07-25 13:23:01 +00:00
c528b13938 simpler variant of ocaml_preserve_bytecode usage (SR#511780)
OBS-URL: https://build.opensuse.org/package/show/devel:languages:ocaml/ocaml-ocamlgraph?expand=0&rev=8
2017-07-25 08:41:28 +00:00
ae7f5325a8 restore ocamlfind(ocamlgraph)
OBS-URL: https://build.opensuse.org/package/show/devel:languages:ocaml/ocaml-ocamlgraph?expand=0&rev=7
2017-07-21 07:50:38 +00:00
81a8ff2fa9 - Upgrade to version 1.8.7
OBS-URL: https://build.opensuse.org/package/show/devel:languages:ocaml/ocaml-ocamlgraph?expand=0&rev=6
2017-07-21 07:44:21 +00:00
20ab7c5f18 +Dot_ast,unionfind
OBS-URL: https://build.opensuse.org/package/show/devel:languages:ocaml/ocaml-ocamlgraph?expand=0&rev=5
2017-07-20 16:04:59 +00:00
e70fabc8c7 - Build with oasis
OBS-URL: https://build.opensuse.org/package/show/devel:languages:ocaml/ocaml-ocamlgraph?expand=0&rev=4
2017-07-20 16:00:07 +00:00
32e7013696 fix incorrect ocaml_native_compiler macro change
OBS-URL: https://build.opensuse.org/package/show/devel:languages:ocaml/ocaml-ocamlgraph?expand=0&rev=3
2017-07-17 14:58:15 +00:00
efc4aa79f1 Wrap specfile conditionals to fix quilt setup
OBS-URL: https://build.opensuse.org/package/show/devel:languages:ocaml/ocaml-ocamlgraph?expand=0&rev=2
2017-07-17 12:42:13 +00:00
9fd1bf74e3 Accepting request 448178 from home:1Antoine1:ocaml
OBS-URL: https://build.opensuse.org/request/show/448178
OBS-URL: https://build.opensuse.org/package/show/devel:languages:ocaml/ocaml-ocamlgraph?expand=0&rev=1
2017-01-10 17:02:29 +00:00