Temporally drop PHP support due to graphviz issue #2277
Resolves: rhbz#2137832
This commit is contained in:
parent
f139298a72
commit
c68359c5ff
@ -3,7 +3,8 @@
|
|||||||
%bcond_with php
|
%bcond_with php
|
||||||
%bcond_with guile
|
%bcond_with guile
|
||||||
%else
|
%else
|
||||||
%bcond_without php
|
# temporal drop of PHP support due to https://gitlab.com/graphviz/graphviz/-/issues/2277
|
||||||
|
%bcond_with php
|
||||||
%bcond_without guile
|
%bcond_without guile
|
||||||
%endif
|
%endif
|
||||||
%bcond_with python2
|
%bcond_with python2
|
||||||
@ -81,7 +82,7 @@
|
|||||||
Name: graphviz
|
Name: graphviz
|
||||||
Summary: Graph Visualization Tools
|
Summary: Graph Visualization Tools
|
||||||
Version: 7.0.0
|
Version: 7.0.0
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
License: EPL-1.0
|
License: EPL-1.0
|
||||||
URL: http://www.graphviz.org/
|
URL: http://www.graphviz.org/
|
||||||
Source0: https://gitlab.com/%{name}/%{name}/-/archive/%{version}/%{name}-%{version}.tar.bz2
|
Source0: https://gitlab.com/%{name}/%{name}/-/archive/%{version}/%{name}-%{version}.tar.bz2
|
||||||
@ -727,6 +728,10 @@ php --no-php-ini \
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%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
|
* Mon Oct 24 2022 Jaroslav Škarvada <jskarvad@redhat.com> - 7.0.0-1
|
||||||
- New version
|
- New version
|
||||||
Resolves: rhbz#2137071
|
Resolves: rhbz#2137071
|
||||||
|
Loading…
Reference in New Issue
Block a user