3
0

28 Commits

Author SHA256 Message Date
d8ab4257ab 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
ce59284896 - 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
2b0fcae943 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
1e41c9c8c8 - 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
e6575be9d5 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
05926d2255 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
7df52e84ae 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
c17d4cf71a - 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
fe63c73127 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
00dbc54367 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
1e96cfd553 - 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
07ff6c2d5e - 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
54b1c7e1b7 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
a6d8801c9d - 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
95c00a4fe6 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
3e325a8044 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
edfcd8ef31 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
7674769ba8 - 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
b58820c2d0 - 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
3c9d2ed9e5 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
c42a2717f8 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
6afc4b3fbb 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
9f763464fe - 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
7474d136c0 +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
dc14d09206 - 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
758c3da193 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
8db815375f 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
299859d93c 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