Dominique Leuenberger 2020-03-11 17:43:21 +00:00 committed by Git OBS Bridge
commit eb5e01fcdd
7 changed files with 47 additions and 20 deletions

View File

@ -6,7 +6,7 @@
<param name="revision">master</param> <param name="revision">master</param>
<param name="changesgenerate">disable</param> <param name="changesgenerate">disable</param>
<param name="filename">graphviz</param> <param name="filename">graphviz</param>
<param name="versionformat">2.40.1+git%cd.%h</param> <param name="versionformat">2.42.3</param>
</service> </service>
<service mode="disabled" name="recompress"> <service mode="disabled" name="recompress">
<param name="file">*.tar</param> <param name="file">*.tar</param>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9e7c5066a78524853b027301834bf3f65871354930939bf11b66e4049d0fc5bf
size 25543401

3
graphviz-2.42.3.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8faf3fc25317b1d15166205bf64c1b4aed55a8a6959dcabaa64dbad197e47add
size 26246717

View File

@ -1,8 +1,23 @@
-------------------------------------------------------------------
Mon Jan 13 11:59:55 UTC 2020 - Christian Vögl <cvoegl@suse.de>
- Update to new release 2.42.3
- tidy gvedit about dialog strings
- check for mmap failure in plugin code
- fix broken symlinks to _gv.so with Python
- fix out of source build with LIBGD
- some minor bugfixes
- Fix changelog of last update:
- Accidentally had both CVE entries mashed together.
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Sep 4 11:56:02 UTC 2019 - Christian Vögl <christian.voegl@suse.com> Wed Sep 4 11:56:02 UTC 2019 - Christian Vögl <christian.voegl@suse.com>
- Switch from github master to new release 2.42.1 - Switch from github master to new release 2.42.1
- Fixes CVE-2018-10196 (bsc#1132091) - Fixes CVE-2019-11023 (bsc#1132091)
- Fixes CVE-2018-10196 (bsc#1093447)
- Fixes quite a few bugs - Fixes quite a few bugs
- Removed graphviz-fix-ruby-version.patch (fixed in upstream) - Removed graphviz-fix-ruby-version.patch (fixed in upstream)

View File

@ -1,7 +1,7 @@
# #
# spec file for package graphviz-addons # spec file for package graphviz-addons
# #
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -35,11 +35,7 @@
%define php_version 5 %define php_version 5
%endif %endif
%if 0%{?suse_version} > 1510 %define ruby_version $(pkg-config --variable=RUBY_API_VERSION %{_libdir}/pkgconfig/ruby-*.pc)
%define ruby_version 2.6
%else
%define ruby_version 2.5
%endif
# No pkgconfig(gts) in sle12 GA or SPx, but in sle15 # No pkgconfig(gts) in sle12 GA or SPx, but in sle15
%if 0%{?suse_version} == 1315 && !0%{?is_opensuse} %if 0%{?suse_version} == 1315 && !0%{?is_opensuse}
@ -48,7 +44,7 @@
%define sle12 0 %define sle12 0
%endif %endif
Name: graphviz-addons Name: graphviz-addons
Version: 2.42.1 Version: 2.42.3
Release: 0 Release: 0
Summary: Graph Visualization Tools Summary: Graph Visualization Tools
License: EPL-1.0 License: EPL-1.0

View File

@ -1,8 +1,28 @@
-------------------------------------------------------------------
Thu Mar 5 12:03:06 UTC 2020 - Dominique Leuenberger <dimstar@opensuse.org>
- Auto-identify the correct ruby-version using pkg-config.
-------------------------------------------------------------------
Mon Jan 13 11:59:55 UTC 2020 - Christian Vögl <cvoegl@suse.de>
- Update to new release 2.42.3
- tidy gvedit about dialog strings
- check for mmap failure in plugin code
- fix broken symlinks to _gv.so with Python
- fix out of source build with LIBGD
- some minor bugfixes
- Fix changelog of last update:
- Accidentally had both CVE entries mashed together.
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Sep 4 11:56:02 UTC 2019 - Christian Vögl <christian.voegl@suse.com> Wed Sep 4 11:56:02 UTC 2019 - Christian Vögl <christian.voegl@suse.com>
- Switch from github master to new release 2.42.1 - Switch from github master to new release 2.42.1
- Fixes CVE-2018-10196 (bsc#1132091) - Fixes CVE-2019-11023 (bsc#1132091)
- Fixes CVE-2018-10196 (bsc#1093447)
- Fixes quite a few bugs - Fixes quite a few bugs
- Removed graphviz-fix-ruby-version.patch (fixed in upstream) - Removed graphviz-fix-ruby-version.patch (fixed in upstream)

View File

@ -1,7 +1,7 @@
# #
# spec file for package graphviz # spec file for package graphviz
# #
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -35,11 +35,7 @@
%define php_version 5 %define php_version 5
%endif %endif
%if 0%{?suse_version} > 1510 %define ruby_version $(pkg-config --variable=RUBY_API_VERSION %{_libdir}/pkgconfig/ruby-*.pc)
%define ruby_version 2.6
%else
%define ruby_version 2.5
%endif
# No pkgconfig(gts) in sle12 GA or SPx, but in sle15 # No pkgconfig(gts) in sle12 GA or SPx, but in sle15
%if 0%{?suse_version} == 1315 && !0%{?is_opensuse} %if 0%{?suse_version} == 1315 && !0%{?is_opensuse}
@ -48,7 +44,7 @@
%define sle12 0 %define sle12 0
%endif %endif
Name: graphviz Name: graphviz
Version: 2.42.1 Version: 2.42.3
Release: 0 Release: 0
Summary: Graph Visualization Tools Summary: Graph Visualization Tools
License: EPL-1.0 License: EPL-1.0