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..082d173 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 @@ -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 - diff --git a/graphviz.spec b/graphviz.spec index 8bb272f..6b16c17 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 @@ -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