- Update to 2.34.0 (see changes for graphviz),
- Remove patches accepted upstream: graphviz-missing_headers.patch, graphviz-aarch64_lib64_support.patch, graphviz-type_punning.patch, graphviz-buffer_overflow.patch, graphviz-proper_prototypes.patch, graphviz-python_version.patch, graphviz-guile.patch, graphviz-java_in_lib64.patch - Update to 2.34.0: - Resolved bugs: * graphviz will hangs if only one point and attribute given (gvz#2326) * Inconsistent text position in xdot with HTML-like label (gvz#2333) * Graphviz createsedges not asked for, with rank=same (gvz#2334) * Graph padding rectangle too big (gvz#2337) * labelloc has no effect for HTML-like labels with formatting (gvz#2338) * Global search and replace operation in the documentation seems to have gone awry (gvz#2340) * Rotated graph not quite centered (gvz#2343) * When arrowType is list and contains none all subsequent arrowTypes are dropped (gvz#2345) * arrowType none when included as a multiple arrowtype fails to render empty space (gvz#2346) * Buffer overflow in lib/common/shapes.c(round_corners) (gvz#2349). * Add aarch64 to the architectures using lib64 (gvz#2350) * Ask guile-config for includes and libraries (gvz#2351). * If string.h present, don't declare memcmp and strcmp (gvz#2352). * Include ast_common.h in cdt sources (gvz#2353) * Alternative way to get python's version (gvz#2354) * Unportable test(1) construct in configure script (gvz#2357) * Use parantheses around qw() call in loop (gvz#2359) * Saving in Vimdot can crash the graphical window (rh#847458). OBS-URL: https://build.opensuse.org/package/show/graphics/graphviz?expand=0&rev=61
This commit is contained in:
committed by
Git OBS Bridge
parent
da0ecc79a3
commit
d4c84f6c61
@@ -20,7 +20,7 @@
|
||||
%define config_file config6
|
||||
|
||||
Name: graphviz
|
||||
Version: 2.32.0
|
||||
Version: 2.34.0
|
||||
Release: 0
|
||||
Summary: Graph Visualization Tools
|
||||
License: IPL-1.0
|
||||
@@ -29,21 +29,6 @@ Url: http://www.graphviz.org/
|
||||
Source: http://www.graphviz.org/pub/graphviz/ARCHIVE/%{name}-%{version}.tar.gz
|
||||
Source2: graphviz-rpmlintrc
|
||||
Patch2: graphviz-fix-pkgIndex.patch
|
||||
#PATCH-FIX-UPSTREAM Get the right header included to get proper prototypes
|
||||
# Accepted upstream -> remove for next update
|
||||
Patch3: graphviz-missing_headers.patch
|
||||
#PATCH-FIX-UPSTREAM Add aarch64 to the archs that use lib64
|
||||
# Accepted upstream -> remove for next update
|
||||
Patch4: graphviz-aarch64_lib64_support.patch
|
||||
#PATCH-FIX-UPSTREAM Increase array to the need size.
|
||||
# Accepted upstream -> remove for next update
|
||||
Patch5: graphviz-type_punning.patch
|
||||
#PATCH-FIX-UPSTREAM Increase array to the need size.
|
||||
# Accepted upstream -> remove for next update
|
||||
Patch6: graphviz-buffer_overflow.patch
|
||||
#PATCH-FIX-UPSTREAM Include ast_common.h to get __STD_C defined
|
||||
# This is the patch as used upstream -> remove for next update
|
||||
Patch7: graphviz-proper_prototypes.patch
|
||||
BuildRequires: autoconf
|
||||
BuildRequires: automake
|
||||
BuildRequires: bison
|
||||
@@ -103,11 +88,6 @@ Note: If you need output in png format you also need to install
|
||||
%prep
|
||||
%setup -q
|
||||
%patch2
|
||||
%patch3 -p1
|
||||
%patch4
|
||||
%patch5
|
||||
%patch6
|
||||
%patch7
|
||||
|
||||
# Fix path in generated man pages
|
||||
sed -e 's$@LIB_DIR@$%{_libdir}$g' tclpkg/gv/gv_doc_langs.tcl >tclpkg/gv/gv_doc_langs.tcl.new && mv tclpkg/gv/gv_doc_langs.tcl.new tclpkg/gv/gv_doc_langs.tcl
|
||||
|
Reference in New Issue
Block a user