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
This commit is contained in:
parent
373702a247
commit
b3d3475f3b
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c84e17cee66500aae992ffad05a218f6a9619c59d15198f2a9f26d39cebf2bfc
|
||||
size 27536711
|
BIN
graphviz-2.49.3.tar.bz2
(Stored with Git LFS)
Normal file
BIN
graphviz-2.49.3.tar.bz2
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 24 21:32:38 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- 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 <christian.voegl@suse.com>
|
||||
|
||||
|
@ -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} \
|
||||
|
Loading…
Reference in New Issue
Block a user