From b3d3475f3ba6294e7153a13c45e7823c56c7a2c05c44b426b3db363055e5d04b Mon Sep 17 00:00:00 2001 From: Dirk Stoecker Date: Tue, 30 Nov 2021 20:23:42 +0000 Subject: [PATCH 1/3] 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} \ From 1983f2e418005aea3336ea3ba12d4ca70eb6e2ca26e126248cea4b78c419ecf1 Mon Sep 17 00:00:00 2001 From: Dirk Stoecker Date: Tue, 30 Nov 2021 20:24:47 +0000 Subject: [PATCH 2/3] Cleanup OBS-URL: https://build.opensuse.org/package/show/graphics/graphviz?expand=0&rev=176 --- graphviz.spec | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) diff --git a/graphviz.spec b/graphviz.spec index 125dd21..6b16c17 100644 --- a/graphviz.spec +++ b/graphviz.spec @@ -394,14 +394,6 @@ Requires: %{mname} = %{version} The graphviz-devel package contains all that's necessary for developing programs that use the graphviz libraries including man3 pages. - - - - - - - - #autosetup breaks graphviz-addons %prep %setup -q -n %{mname}-%{version} @@ -465,9 +457,9 @@ make %{?_smp_mflags} %install make install \ - DESTDIR=%{buildroot} \ - docdir=%{buildroot}%{_docdir}/%{mname} \ - pkgconfigdir=%{_libdir}/pkgconfig + DESTDIR=%{buildroot} \ + docdir=%{buildroot}%{_docdir}/%{mname} \ + pkgconfigdir=%{_libdir}/pkgconfig find %{buildroot} -type f -name "*.la" -delete -print From 4bd60a7dea2008a3101f2c3cc75113fcbd632f41e66eba44f87112184325f6f7 Mon Sep 17 00:00:00 2001 From: Dirk Stoecker Date: Tue, 30 Nov 2021 20:25:20 +0000 Subject: [PATCH 3/3] OBS-URL: https://build.opensuse.org/package/show/graphics/graphviz?expand=0&rev=177 --- graphviz.changes | 1 - 1 file changed, 1 deletion(-) diff --git a/graphviz.changes b/graphviz.changes index 39407f6..082d173 100644 --- a/graphviz.changes +++ b/graphviz.changes @@ -1574,4 +1574,3 @@ Tue Sep 5 20:46:59 CEST 2000 - garloff@suse.de - Creation of package graphviz-1.6 - Fix lneato Makefile to install into $DESTDIR -