diff options
| author | Remi Collet <remi@remirepo.net> | 2018-08-04 07:46:29 +0200 | 
|---|---|---|
| committer | Remi Collet <remi@remirepo.net> | 2018-08-04 07:46:29 +0200 | 
| commit | f3fd79a373ce743b68f95ef76a55cf0e2d7c5371 (patch) | |
| tree | 41a155b470629c91f7df1ec8f7576f7d24ddde26 /php-pecl-xdebug.spec | |
| parent | 66689e17fc640fb47acf8057fcb35c1f64237356 (diff) | |
v2.6.1v2.6
Diffstat (limited to 'php-pecl-xdebug.spec')
| -rw-r--r-- | php-pecl-xdebug.spec | 12 | 
1 files changed, 9 insertions, 3 deletions
| 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 <remi@remirepo.net> - 2.6.1-1 +- update to 2.6.1 +  * Tue Jan 30 2018 Remi Collet <remi@remirepo.net> - 2.6.0-1  - update to 2.6.0 (stable) | 
