Accepting request 934868 from graphics
- update to 2.49.3 OBS-URL: https://build.opensuse.org/request/show/934868 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/graphviz?expand=0&rev=93
This commit is contained in:
commit
6e80ec8525
@ -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>
|
||||
|
||||
@ -1558,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
|
||||
|
||||
|
@ -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
|
||||
@ -394,11 +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}
|
||||
@ -449,6 +444,7 @@ export LDFLAGS="-pie"
|
||||
--without-visio \
|
||||
%if "%{flavor}" == "addons"
|
||||
--with-x \
|
||||
--enable-lefty \
|
||||
--with-qt \
|
||||
--with-smyrna \
|
||||
RUBY_VER=%{ruby_version} \
|
||||
@ -461,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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user