Compare commits

...

No commits in common. "c8-stream-7.3" and "c8-beta-stream-7.4" have entirely different histories.

3 changed files with 9 additions and 7 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/xdebug-2.8.0-1a79769.tar.gz
SOURCES/xdebug-2.9.5-1f11f5a.tar.gz

View File

@ -1 +1 @@
a7e73829632a81488988824b15517733f943355e SOURCES/xdebug-2.8.0-1a79769.tar.gz
e2b026bb1dcf7f18e805efe9618e7ba80bdeb442 SOURCES/xdebug-2.9.5-1f11f5a.tar.gz

View File

@ -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,9 @@ REPORT_EXIT_STATUS=1 \
%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
- build for RHEL 8 #1769857