From b3d3475f3ba6294e7153a13c45e7823c56c7a2c05c44b426b3db363055e5d04b Mon Sep 17 00:00:00 2001 From: Dirk Stoecker Date: Tue, 30 Nov 2021 20:23:42 +0000 Subject: [PATCH] Accepting request 934231 from home:dirkmueller:Factory - update to 2.49.3: - gvpr "split", "tokens", and "index" functions produce incorrect results This was a regression that occurred between 2.47.1 and 2.47.2. - Lefty is disabled by default in the Autotools build system. To re-enable it, pass `--enable-lefty` to `./configure`. In a future release, Lefty will be removed. - remove PHP5 support in SWIG bindings - Msys experimental packages are included in release artifacts - CMake build system incorrectly aliases gv2gml to gml2gv - Gv2gml Doesn't escape quotes in attributes - GVPR incorrectly understands color schemes - reenable lefty to fix addons build OBS-URL: https://build.opensuse.org/request/show/934231 OBS-URL: https://build.opensuse.org/package/show/graphics/graphviz?expand=0&rev=175 --- graphviz-2.49.1.tar.bz2 | 3 --- graphviz-2.49.3.tar.bz2 | 3 +++ graphviz.changes | 16 ++++++++++++++++ graphviz.spec | 8 ++++++-- 4 files changed, 25 insertions(+), 5 deletions(-) delete mode 100644 graphviz-2.49.1.tar.bz2 create mode 100644 graphviz-2.49.3.tar.bz2 diff --git a/graphviz-2.49.1.tar.bz2 b/graphviz-2.49.1.tar.bz2 deleted file mode 100644 index 27d2a75..0000000 --- a/graphviz-2.49.1.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c84e17cee66500aae992ffad05a218f6a9619c59d15198f2a9f26d39cebf2bfc -size 27536711 diff --git a/graphviz-2.49.3.tar.bz2 b/graphviz-2.49.3.tar.bz2 new file mode 100644 index 0000000..930f2f4 --- /dev/null +++ b/graphviz-2.49.3.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c858201dda1ec7c6ab3412dc6cbcce70238e17d4aaeda8ee726aa0c83352d679 +size 27419890 diff --git a/graphviz.changes b/graphviz.changes index f5b11ed..39407f6 100644 --- a/graphviz.changes +++ b/graphviz.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Wed Nov 24 21:32:38 UTC 2021 - Dirk Müller + +- update to 2.49.3: + - gvpr "split", "tokens", and "index" functions produce incorrect results + This was a regression that occurred between 2.47.1 and 2.47.2. + - Lefty is disabled by default in the Autotools build system. To re-enable it, + pass `--enable-lefty` to `./configure`. In a future release, Lefty will be + removed. + - remove PHP5 support in SWIG bindings + - Msys experimental packages are included in release artifacts + - CMake build system incorrectly aliases gv2gml to gml2gv + - Gv2gml Doesn't escape quotes in attributes + - GVPR incorrectly understands color schemes +- reenable lefty to fix addons build + ------------------------------------------------------------------- Wed Oct 27 17:45:57 UTC 2021 - Christian Vögl diff --git a/graphviz.spec b/graphviz.spec index 8bb272f..125dd21 100644 --- a/graphviz.spec +++ b/graphviz.spec @@ -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.49.1 +Version: 2.49.3 Release: 0 Summary: Graph Visualization Tools License: EPL-1.0 @@ -399,6 +399,9 @@ programs that use the graphviz libraries including man3 pages. + + + #autosetup breaks graphviz-addons %prep %setup -q -n %{mname}-%{version} @@ -449,6 +452,7 @@ export LDFLAGS="-pie" --without-visio \ %if "%{flavor}" == "addons" --with-x \ + --enable-lefty \ --with-qt \ --with-smyrna \ RUBY_VER=%{ruby_version} \