Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package graphviz for openSUSE:Factory 
checked in at 2022-11-16 15:42:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/graphviz (Old)
 and      /work/SRC/openSUSE:Factory/.graphviz.new.1597 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "graphviz"

Wed Nov 16 15:42:25 2022 rev:97 rq:1035837 version:2.49.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/graphviz/graphviz.changes        2022-10-25 
11:18:53.393988033 +0200
+++ /work/SRC/openSUSE:Factory/.graphviz.new.1597/graphviz.changes      
2022-11-16 15:42:31.219643338 +0100
@@ -1,0 +2,5 @@
+Mon Nov 14 14:44:56 UTC 2022 - pgaj...@suse.com
+
+- php8 support was added in swig 4.1.0
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ graphviz.spec ++++++
--- /var/tmp/diff_new_pack.BzhIQF/_old  2022-11-16 15:42:32.003647386 +0100
+++ /var/tmp/diff_new_pack.BzhIQF/_new  2022-11-16 15:42:32.007647406 +0100
@@ -36,7 +36,10 @@
 %bcond_with    ocaml
 %if "%{flavor}" == "addons"
 # PHP7 requires swig >= 3.0.11, not available on Leap 42.x
-%if 0%{?suse_version} >= 1500
+# PHP8 requires swig >= 4.1.0, 
https://github.com/swig/swig/commit/56d74355735f3661406d69d04d89d1bdb4ca96f9
+%if 0%{?suse_version} >= 1599
+%define php_version 8
+%elif 0%{?suse_version} >= 1500
 %define php_version 7
 %else
 %define php_version 5
@@ -109,7 +112,10 @@
 BuildRequires:  libpng-devel
 BuildRequires:  libwebp-devel
 BuildRequires:  perl
-%if %{php_version} == 7
+%if %{php_version} == 8
+BuildRequires:  php8-devel
+BuildRequires:  swig >= 4.1.0
+%elif %{php_version} == 7
 BuildRequires:  php7-devel
 BuildRequires:  swig >= 3.0.11
 %else

Reply via email to