Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package graphviz for openSUSE:Factory checked in at 2021-10-23 00:50:23 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/graphviz (Old) and /work/SRC/openSUSE:Factory/.graphviz.new.1890 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "graphviz" Sat Oct 23 00:50:23 2021 rev:91 rq:926500 version:2.49.1 Changes: -------- --- /work/SRC/openSUSE:Factory/graphviz/graphviz.changes 2021-09-09 23:07:53.528855188 +0200 +++ /work/SRC/openSUSE:Factory/.graphviz.new.1890/graphviz.changes 2021-10-23 00:50:42.553125972 +0200 @@ -1,0 +2,54 @@ +Sat Oct 16 13:16:43 UTC 2021 - Dirk M??ller <[email protected]> + +- 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 + rejects invalid options #1971 + - improved detection of Lefty dependencies in the Autotools build system + - libexpr rejects printing the time (`%t`) if no format is provided + - `-DDATE=???` option in the CMake build system has been removed + - the Autotools build system no longer writes the DATE file and the portable + source tarball no longer includes this + - The attached dot file causes a segfault when processed #2095 + - fix typos and update URLs in `edgepaint` usage text and man page + - Fix clang's undefined behavior warning in dotLayout + - gvpr doesn't build on macOS but MKDEFS_EXECUTABLE points to wrong + directory #2101 + - the generated gdefs.h header is no longer installed + - `ccomps` out-of-memory message no longer incorrectly refers to `gc` + - do not abort when `calloc(0, x)` or `calloc(x, 0)` in `gcalloc` return `NULL` + - failed Exshort_t type discrimination #1799 + - dot manpage is in wrong directory on Windows #1936 + - CMake builds fail when when the ltdl library is not available even if the + `enable_ltdl` option is `ON` + - CMake builds fail when when the optional `zlib` library is not available + - fix graph rotation in quartz plugin + +------------------------------------------------------------------- Old: ---- graphviz-2.48.0.tar.bz2 New: ---- graphviz-2.49.1.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ graphviz.spec ++++++ --- /var/tmp/diff_new_pack.3xvMjD/_old 2021-10-23 00:50:43.429126169 +0200 +++ /var/tmp/diff_new_pack.3xvMjD/_new 2021-10-23 00:50:43.429126169 +0200 @@ -1,5 +1,5 @@ # -# spec file for package graphviz +# spec file # # Copyright (c) 2021 SUSE LLC # @@ -53,7 +53,7 @@ %define sle12 0 %endif Name: graphviz%{psuffix} -Version: 2.48.0 +Version: 2.49.1 Release: 0 Summary: Graph Visualization Tools License: EPL-1.0 @@ -134,7 +134,7 @@ %if %{with ocaml} BuildRequires: ocaml %endif -%else # if "{flavor}" == "addons" +%else BuildRequires: ghostscript_any %endif @@ -332,8 +332,10 @@ -#autosetup breaks graphviz-addons + + +#autosetup breaks graphviz-addons %prep %setup -q -n %{mname}-%{version} %patch0 ++++++ graphviz-2.48.0.tar.bz2 -> graphviz-2.49.1.tar.bz2 ++++++ /work/SRC/openSUSE:Factory/graphviz/graphviz-2.48.0.tar.bz2 /work/SRC/openSUSE:Factory/.graphviz.new.1890/graphviz-2.49.1.tar.bz2 differ: char 11, line 1 ++++++ graphviz-smyrna-link_against_glu.patch ++++++ --- /var/tmp/diff_new_pack.3xvMjD/_old 2021-10-23 00:50:43.497126185 +0200 +++ /var/tmp/diff_new_pack.3xvMjD/_new 2021-10-23 00:50:43.497126185 +0200 @@ -1,6 +1,8 @@ ---- configure.ac.orig 2019-04-02 14:33:44.229152722 +0200 -+++ configure.ac 2019-04-02 14:34:01.573185574 +0200 -@@ -2605,7 +2605,7 @@ +Index: configure.ac +=================================================================== +--- configure.ac.orig ++++ configure.ac +@@ -2395,7 +2395,7 @@ else AC_CHECK_HEADER(GL/glut.h, AC_CHECK_LIB(glut,main, ++++++ graphviz-useless_warnings.patch ++++++ --- /var/tmp/diff_new_pack.3xvMjD/_old 2021-10-23 00:50:43.505126186 +0200 +++ /var/tmp/diff_new_pack.3xvMjD/_new 2021-10-23 00:50:43.505126186 +0200 @@ -4,9 +4,9 @@ Index: tclpkg/gv/Makefile.am =================================================================== ---- tclpkg/gv/Makefile.am.orig 2013-09-05 17:59:52.837755940 +0200 -+++ tclpkg/gv/Makefile.am 2013-09-05 18:00:53.696332434 +0200 -@@ -20,6 +20,8 @@ AM_CPPFLAGS = \ +--- tclpkg/gv/Makefile.am.orig ++++ tclpkg/gv/Makefile.am +@@ -12,6 +12,8 @@ AM_CPPFLAGS = \ -I$(top_srcdir)/lib/cdt \ -I$(top_srcdir)/lib/pathplan @@ -14,4 +14,4 @@ + -Wno-unused-but-set-variable LIBS = -lc - BASESOURCES = gv.cpp gv.i gv_builtins.c + BASESOURCES = gv.cpp gv.i gv_builtins.c gv_channel.h
