SHA256
1
0
forked from pool/graphviz
Commit Graph

2 Commits

Author SHA256 Message Date
Christian Vögl
885d0bcbc5 Accepting request 925700 from home:dirkmueller:Factory
- update to 2.49.1:
  - the CMake build system installs gzipped man pages if `gzip` is available #1883
  - CMake projects using Graphviz as a subproject (`add_subdirectory`) can now
    link against and use `gvc`.
  - various problems in the generation of Javascript bindings
  - 2.48.0: test suite is failing #2112
  - Ensure correct file-level dependency for generated file in cmake generated
    projects #2119
  - compile failures with a C++20-compatible toolchain #2122
  - compile errors on macOS when using Bison 3.8 #2127
  - Make Graphviz buildable as a cmake subproject/subdirectory #1477
  - Header not found in Cmake project #2109
  - a very basic C++ API for a subset of the functions in lib/cgraph and
    lib/gvc, allowing a graph to be rendered from DOT source to a
    specified format. The new API is available through two new
    libraries: lib/cgraph++ and lib/gvc++. It is experimental, meaning
    that it might have breaking changes also in upcoming patch or minor
    releases (towards #2001)
  - CMake builds now support an `with_expat` option that allows the support for
    using HTML-like labels through the optional expat library to be explicitly
    enabled (default) or disabled
  - CMake builds now support an with_zlib option that allows the support for
    raster image compression through the optional zlib library to be explicitly
    enabled (default) or disabled
  - the CMake build system now enables `-Wextra` when building C++
  - some Cgraph functions that take `char*` arguments that they do not modify have
    been updated to take `const char*` arguments #634
  - incorrectly using the `layout` attribute on anything other than a graph now
    results in a warning about this being invalid #2078
  - `edgepaint` accepts more standard `--` prefixed command line arguments and

OBS-URL: https://build.opensuse.org/request/show/925700
OBS-URL: https://build.opensuse.org/package/show/graphics/graphviz?expand=0&rev=173
2021-10-20 09:46:23 +00:00
Philipp Thomas
da0ecc79a3 lib/common/shapes.c(round_corners) by increasing the number of
elements in the array.
- Add graphviz-proper_prototypes.patch that changes dthdr.h to
  include ast_common.h to get __STD_C defined, which in turn
  enables proper prototypes.
- Remove graphviz-2.18-do_not_use_ocamlopt.patch as it's not needed
  anymore.
- Adapt graphviz-guile.patch, graphviz-plugins-fix_install_dirs.patch
  and graphviz-python_version.patch to the new sources.
- Add graphviz-java_in_lib64.patch to search in /usr/lib64/jvm for
  the java headers on platforms using lib64.
- Add graphviz-proper_use_of_qw.patch to put the use of qw in
  config/config_perl.pl in brackets.
- Add graphviz-useless_warnings.patch to make gcc not warn about
  harmless issues that arise from code generated by swig.
- Add patch tags in the spec files
- Upstreamed all patches that aren't SUSE specific.
  lib/common/shapes.c(round_corners) by increasing the number of
  elements in the array.
- Add graphviz-proper_prototypes.patch that changes dthdr.h to
  include ast_common.h to get __STD_C defined, which in turn
  enables proper prototypes.
- Add patch tags in the spec files
- Upstreamed all patches that aren't SUSE specific.

OBS-URL: https://build.opensuse.org/package/show/graphics/graphviz?expand=0&rev=60
2013-09-05 17:54:08 +00:00