From c68359c5ffb8d473d1568eb6f5133282979b4e43 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaroslav=20=C5=A0karvada?= Date: Tue, 1 Nov 2022 13:19:06 +0100 Subject: [PATCH] Temporally drop PHP support due to graphviz issue #2277 Resolves: rhbz#2137832 --- graphviz.spec | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/graphviz.spec b/graphviz.spec index c43235d..a36caf4 100644 --- a/graphviz.spec +++ b/graphviz.spec @@ -3,7 +3,8 @@ %bcond_with php %bcond_with guile %else -%bcond_without php +# temporal drop of PHP support due to https://gitlab.com/graphviz/graphviz/-/issues/2277 +%bcond_with php %bcond_without guile %endif %bcond_with python2 @@ -81,7 +82,7 @@ Name: graphviz Summary: Graph Visualization Tools Version: 7.0.0 -Release: 1%{?dist} +Release: 2%{?dist} License: EPL-1.0 URL: http://www.graphviz.org/ Source0: https://gitlab.com/%{name}/%{name}/-/archive/%{version}/%{name}-%{version}.tar.bz2 @@ -727,6 +728,10 @@ php --no-php-ini \ %endif %changelog +* Tue Nov 1 2022 Jaroslav Škarvada - 7.0.0-2 +- Temporally drop PHP support due to graphviz issue #2277 + Resolves: rhbz#2137832 + * Mon Oct 24 2022 Jaroslav Škarvada - 7.0.0-1 - New version Resolves: rhbz#2137071