Temporally drop PHP support due to graphviz issue #2277

Resolves: rhbz#2137832
This commit is contained in:
Jaroslav Škarvada 2022-11-01 13:19:06 +01:00
parent f139298a72
commit c68359c5ff
1 changed files with 7 additions and 2 deletions

View File

@ -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 <jskarvad@redhat.com> - 7.0.0-2
- Temporally drop PHP support due to graphviz issue #2277
Resolves: rhbz#2137832
* Mon Oct 24 2022 Jaroslav Škarvada <jskarvad@redhat.com> - 7.0.0-1
- New version
Resolves: rhbz#2137071