Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package graphviz for openSUSE:Factory 
checked in at 2021-08-18 08:55:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/graphviz (Old)
 and      /work/SRC/openSUSE:Factory/.graphviz.new.1899 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "graphviz"

Wed Aug 18 08:55:11 2021 rev:87 rq:912417 version:2.48.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/graphviz/graphviz.changes        2021-07-02 
13:27:25.068783528 +0200
+++ /work/SRC/openSUSE:Factory/.graphviz.new.1899/graphviz.changes      
2021-08-18 08:55:20.375013033 +0200
@@ -1,0 +2,39 @@
+Wed Aug 11 12:00:16 UTC 2021 - Christian V??gl <[email protected]>
+- Dropped python2 subpackages as the bindings are removed in 2.48
+- Update to version 2.48.0 (changes since 2.47.1)
+  * marginally more accurate computations in Smyrna sphere projection
+  * Perl is no longer required to build Graphviz #2067
+  * nop more reliably returns success and failure exit statuses
+  * implicit 63 character limit on plugin names is removed in GVC
+  * remove Python 2 bindings #1992
+  * improved thread-safety in Graphviz bindings Makefile
+  * the CMake build system now enables -Wextra when building C++
+  * some Cgraph functions that take char* arguments that they do not modify 
have
+    been updated to take const char* arguments #634
+  * incorrectly using the layout attribute on anything other than a graph now
+    results in a warning about this being invalid #2078
+  * edgepaint accepts more standard -- prefixed command line arguments and
+    rejects invalid options #1971
+  * improved detection of Lefty dependencies in the Autotools build system
+  * Fix: out of bounds read when attempting to load a plugin whose name is 
???63 characters
+  * Fix: out of bounds read when examining a registered plugin whose name is 
???63 characters
+  * Fix: do not fclose(NULL) in gvmap
+  * Fix: Uninitialized variable read in delaunay_tri
+    potentially mismatched format string in tclpkg
+  * Fix: ortho's eqEndSeg incorrectly modifies its arguments #2047
+  * Fix: Autotools enables -Wtrampolines and -Wlogical-op for Clang #2066
+  * Fix: node_distinct_coloring failure due to out-of-memory now reported 
correctly
+    instead of referring to a failure to open lab_gamut
+  * Fix: a typo GD_LIBS to GDLIB_LIBS in tclpkg/tcldot/Makefile.am !2022
+  * Fix: Autotools build system sets libgd variables now instead of 
incorrectly setting
+    GTK variables
+  * Fix: HTML strings used as labels are distinguishable in GXL output by 
kind="HTML-like string"
+  * Fix: a Bashism removed from the Autotools build system
+  * Fix: when Criterion is available, the command_line test binary is no 
longer built
+    and installed by default, but rather during make check
+  * Fix: round-tripping a file through gv2gxl and then gxl2gv no longer causes
+    HTML-like labels to become non-HTML like labels #517
+  * Fix: fix ODR violation by including the ortho object files in the gvc lib 
also for
+    CMake and MSbuild #2096
+
+-------------------------------------------------------------------

Old:
----
  graphviz-2.47.1.tar.bz2

New:
----
  graphviz-2.48.0.tar.bz2

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ graphviz.spec ++++++
--- /var/tmp/diff_new_pack.9159fm/_old  2021-08-18 08:55:21.339011951 +0200
+++ /var/tmp/diff_new_pack.9159fm/_new  2021-08-18 08:55:21.343011946 +0200
@@ -1,5 +1,5 @@
 #
-# spec file
+# spec file for package graphviz
 #
 # Copyright (c) 2021 SUSE LLC
 #
@@ -52,9 +52,8 @@
 %else
 %define sle12 0
 %endif
-%bcond_without python2
 Name:           graphviz%{psuffix}
-Version:        2.47.1
+Version:        2.48.0
 Release:        0
 Summary:        Graph Visualization Tools
 License:        EPL-1.0
@@ -123,9 +122,6 @@
 BuildRequires:  pkgconfig(librsvg-2.0)
 BuildRequires:  pkgconfig(lua)
 BuildRequires:  pkgconfig(pango)
-%if %{with python2}
-BuildRequires:  pkgconfig(python)
-%endif
 BuildRequires:  pkgconfig(python3)
 BuildRequires:  pkgconfig(sm)
 BuildRequires:  pkgconfig(tcl)
@@ -254,15 +250,6 @@
 The graphviz-php package contains the PHP extension for the graphviz
 tools.
 
-%package -n python2-gv
-Summary:        Python Extension for Graphviz
-Group:          Productivity/Graphics/Visualization/Graph
-Requires:       graphviz = %{version}
-
-%description -n python2-gv
-The package contains the Python extension for the
-graphviz tools.
-
 %package -n python3-gv
 Summary:        Python 3 Extension for Graphviz
 Group:          Productivity/Graphics/Visualization/Graph
@@ -395,12 +382,6 @@
       --disable-io \
       --without-visio \
 %if "%{flavor}" == "addons"
-%if %{with python2}
-      --enable-python2 \
-%else
-      --disable-python \
-      --disable-python2 \
-%endif
       --with-x \
       --with-qt \
       --with-smyrna \
@@ -616,16 +597,6 @@
 %{_mandir}/man3/gv.3php%{ext_man}
 %config(noreplace) %{phpconf_dir}/gv.ini
 
-%if %{with python2}
-%files -n python2-gv
-%dir %{_libdir}/graphviz/python2
-%{python_sitearch}/_gv.so
-%{python_sitearch}/gv.py
-%{_libdir}/graphviz/python2/_gv.so
-%{_libdir}/graphviz/python2/gv.py
-%{_libdir}/graphviz/python2/libgv_python2.so
-%endif
-
 %files -n python3-gv
 %dir %{_libdir}/graphviz/python3
 %{python3_sitearch}/_gv.so

++++++ graphviz-2.20.2-interpreter_names.patch ++++++
--- /var/tmp/diff_new_pack.9159fm/_old  2021-08-18 08:55:21.383011902 +0200
+++ /var/tmp/diff_new_pack.9159fm/_new  2021-08-18 08:55:21.383011902 +0200
@@ -7,14 +7,4 @@
 +#!/usr/bin/lua5.1
  
  -- display the kernel module dependencies
- 
-Index: tclpkg/gv/demo/modgraph.py
-===================================================================
---- tclpkg/gv/demo/modgraph.py.orig
-+++ tclpkg/gv/demo/modgraph.py
-@@ -1,4 +1,4 @@
--#!/usr/bin/python
-+#!/usr/bin/python3
- 
- # display the kernel module dependencies
- 
+ 
\ No newline at end of file

++++++ graphviz-2.47.1.tar.bz2 -> graphviz-2.48.0.tar.bz2 ++++++
/work/SRC/openSUSE:Factory/graphviz/graphviz-2.47.1.tar.bz2 
/work/SRC/openSUSE:Factory/.graphviz.new.1899/graphviz-2.48.0.tar.bz2 differ: 
char 11, line 1

Reply via email to