From f3fd79a373ce743b68f95ef76a55cf0e2d7c5371 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 4 Aug 2018 07:46:29 +0200 Subject: v2.6.1 --- php-pecl-xdebug.spec | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to 'php-pecl-xdebug.spec') diff --git a/php-pecl-xdebug.spec b/php-pecl-xdebug.spec index f5ae622..2d9325d 100644 --- a/php-pecl-xdebug.spec +++ b/php-pecl-xdebug.spec @@ -19,7 +19,7 @@ %global pecl_name xdebug %global with_zts 0%{!?_without_zts:%{?__ztsphp:1}} -%global gh_commit 61690fbc6e7991f12c6a36bc72db9e0a145406e0 +%global gh_commit 97cc937cfeec707663bd6b1aa8d38d7cc98dd5cc %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) #global gh_date 20171202 %global with_tests 0%{!?_without_tests:1} @@ -30,7 +30,7 @@ Name: %{?scl_prefix}php-pecl-xdebug Summary: PECL package for debugging PHP scripts -Version: 2.6.0 +Version: 2.6.1 %if 0%{?prever:1} Release: 0.12.%{prever}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} %else @@ -48,6 +48,7 @@ Group: Development/Languages URL: http://xdebug.org/ Source0: https://github.com/%{pecl_name}/%{pecl_name}/archive/%{gh_commit}/%{pecl_name}-%{version}%{?prever}-%{gh_short}.tar.gz +BuildRequires: %{?dtsprefix}gcc BuildRequires: %{?scl_prefix}php-devel > 7 BuildRequires: %{?scl_prefix}php-pear BuildRequires: %{?scl_prefix}php-simplexml @@ -240,6 +241,8 @@ 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 SKIP_SLOW_TESTS=1 \ @@ -253,7 +256,7 @@ REPORT_EXIT_STATUS=1 \ %endif -%if 0%{?fedora} < 24 +%if 0%{?fedora} < 24 && 0%{?rhel} < 8 # when pear installed alone, after us %triggerin -- %{?scl_prefix}php-pear if [ -x %{__pecl} ] ; then @@ -289,6 +292,9 @@ fi %changelog +* Sat Aug 4 2018 Remi Collet - 2.6.1-1 +- update to 2.6.1 + * Tue Jan 30 2018 Remi Collet - 2.6.0-1 - update to 2.6.0 (stable) -- cgit