Compare commits
No commits in common. "c8-stream-7.3" and "stream-php-7.4-rhel-8.10.0" have entirely different histories.
c8-stream-
...
stream-php
5
.gitignore
vendored
5
.gitignore
vendored
@ -1 +1,4 @@
|
|||||||
SOURCES/xdebug-2.8.0-1a79769.tar.gz
|
clog
|
||||||
|
xdebug-*.tgz
|
||||||
|
/xdebug-2.8.0-1a79769.tar.gz
|
||||||
|
/xdebug-2.9.5-1f11f5a.tar.gz
|
||||||
|
@ -1 +1 @@
|
|||||||
a7e73829632a81488988824b15517733f943355e SOURCES/xdebug-2.8.0-1a79769.tar.gz
|
e2b026bb1dcf7f18e805efe9618e7ba80bdeb442 xdebug-2.9.5-1f11f5a.tar.gz
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
#
|
#
|
||||||
# Fedora spec file for php-pecl-xdebug
|
# 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
|
# Copyright (c) 2006-2009 Christopher Stone
|
||||||
#
|
#
|
||||||
# License: MIT
|
# License: MIT
|
||||||
@ -16,13 +16,13 @@
|
|||||||
|
|
||||||
%global pecl_name xdebug
|
%global pecl_name xdebug
|
||||||
%global with_zts 0%{!?_without_zts:%{?__ztsphp:1}}
|
%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})
|
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
|
||||||
# XDebug should be loaded after opcache
|
# XDebug should be loaded after opcache
|
||||||
%global ini_name 15-%{pecl_name}.ini
|
%global ini_name 15-%{pecl_name}.ini
|
||||||
%global with_tests 0%{!?_without_tests:1}
|
%global with_tests 0%{!?_without_tests:1}
|
||||||
# version/release
|
# version/release
|
||||||
%global upstream_version 2.8.0
|
%global upstream_version 2.9.5
|
||||||
#global upstream_prever beta2
|
#global upstream_prever beta2
|
||||||
#global upstream_lower beta2
|
#global upstream_lower beta2
|
||||||
|
|
||||||
@ -38,7 +38,7 @@ License: PHP
|
|||||||
URL: https://xdebug.org/
|
URL: https://xdebug.org/
|
||||||
|
|
||||||
BuildRequires: php-pear > 1.9.1
|
BuildRequires: php-pear > 1.9.1
|
||||||
BuildRequires: php-devel > 7
|
BuildRequires: php-devel > 7.1
|
||||||
BuildRequires: php-simplexml
|
BuildRequires: php-simplexml
|
||||||
BuildRequires: libedit-devel
|
BuildRequires: libedit-devel
|
||||||
BuildRequires: libtool
|
BuildRequires: libtool
|
||||||
@ -181,7 +181,6 @@ done
|
|||||||
|
|
||||||
%if %{with_tests}
|
%if %{with_tests}
|
||||||
cd NTS
|
cd NTS
|
||||||
rm tests/bug00998-ipv6_localhost.phpt
|
|
||||||
|
|
||||||
: Upstream test suite NTS extension
|
: Upstream test suite NTS extension
|
||||||
# bug00886 is marked as slow as it uses a lot of disk space
|
# bug00886 is marked as slow as it uses a lot of disk space
|
||||||
@ -212,6 +211,9 @@ REPORT_EXIT_STATUS=1 \
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* 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
|
* Fri Nov 29 2019 Remi Collet <rcollet@redhat.com> - 2.8.0-1
|
||||||
- build for RHEL 8 #1769857
|
- build for RHEL 8 #1769857
|
||||||
|
|
Loading…
Reference in New Issue
Block a user