|
|
|
@ -2,7 +2,7 @@
|
|
|
|
|
#
|
|
|
|
|
# Fedora spec file for php-pecl-xdebug
|
|
|
|
|
#
|
|
|
|
|
# Copyright (c) 2010-2019 Remi Collet
|
|
|
|
|
# Copyright (c) 2010-2020 Remi Collet
|
|
|
|
|
# Copyright (c) 2006-2009 Christopher Stone
|
|
|
|
|
#
|
|
|
|
|
# License: MIT
|
|
|
|
@ -16,13 +16,13 @@
|
|
|
|
|
|
|
|
|
|
%global pecl_name xdebug
|
|
|
|
|
%global with_zts 0%{!?_without_zts:%{?__ztsphp:1}}
|
|
|
|
|
%global gh_commit 1a7976906e8b003645d32a54dbd059ca7e2ed513
|
|
|
|
|
%global gh_commit 1f11f5a389cfcebf8e1ca64e092f75be9224abea
|
|
|
|
|
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
|
|
|
|
|
# XDebug should be loaded after opcache
|
|
|
|
|
%global ini_name 15-%{pecl_name}.ini
|
|
|
|
|
%global with_tests 0%{!?_without_tests:1}
|
|
|
|
|
# version/release
|
|
|
|
|
%global upstream_version 2.8.0
|
|
|
|
|
%global upstream_version 2.9.5
|
|
|
|
|
#global upstream_prever beta2
|
|
|
|
|
#global upstream_lower beta2
|
|
|
|
|
|
|
|
|
@ -38,7 +38,7 @@ License: PHP
|
|
|
|
|
URL: https://xdebug.org/
|
|
|
|
|
|
|
|
|
|
BuildRequires: php-pear > 1.9.1
|
|
|
|
|
BuildRequires: php-devel > 7
|
|
|
|
|
BuildRequires: php-devel > 7.1
|
|
|
|
|
BuildRequires: php-simplexml
|
|
|
|
|
BuildRequires: libedit-devel
|
|
|
|
|
BuildRequires: libtool
|
|
|
|
@ -181,7 +181,6 @@ done
|
|
|
|
|
|
|
|
|
|
%if %{with_tests}
|
|
|
|
|
cd NTS
|
|
|
|
|
rm tests/bug00998-ipv6_localhost.phpt
|
|
|
|
|
|
|
|
|
|
: Upstream test suite NTS extension
|
|
|
|
|
# bug00886 is marked as slow as it uses a lot of disk space
|
|
|
|
@ -212,6 +211,12 @@ REPORT_EXIT_STATUS=1 \
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Mon Dec 11 2023 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 2.9.5-1
|
|
|
|
|
- Rebuilt for MSVSphere 8.8
|
|
|
|
|
|
|
|
|
|
* Thu May 14 2020 Remi Collet <rcollet@redhat.com> - 2.9.5-1
|
|
|
|
|
- update to 2.9.5
|
|
|
|
|
|
|
|
|
|
* Fri Nov 29 2019 Remi Collet <rcollet@redhat.com> - 2.8.0-1
|
|
|
|
|
- build for RHEL 8 #1769857
|
|
|
|
|
|
|
|
|
|