diff options
author | Remi Collet <remi@remirepo.net> | 2017-10-18 18:13:22 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2017-10-18 18:13:22 +0200 |
commit | b7dbe68d1662b94cf525f0768c8ed9f1996499d1 (patch) | |
tree | 5c0d1611d037da572e7bd7ede33d46ee9dac50bf | |
parent | e2dfbb331dab2af92a288b9f2b6845286ab0f557 (diff) |
refresh + bigendian
-rw-r--r-- | php-pecl-xdebug.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/php-pecl-xdebug.spec b/php-pecl-xdebug.spec index 9755a0c..09e007f 100644 --- a/php-pecl-xdebug.spec +++ b/php-pecl-xdebug.spec @@ -16,7 +16,7 @@ %global pecl_name xdebug %global with_zts 0%{!?_without_zts:%{?__ztsphp:1}} -%global gh_commit 89ea903e1279ced259207cdbdb9642af6ff86331 +%global gh_commit 33ed33df6645aa08cbcfc793f5633f7bd8e68643 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_date 20171017 %global with_tests 0%{!?_without_tests:1} @@ -29,7 +29,7 @@ Name: %{?scl_prefix}php-pecl-xdebug Summary: PECL package for debugging PHP scripts Version: 2.6.0 %if 0%{?gh_date:1} -Release: 0.6.%{gh_date}.%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 0.7.%{gh_date}.%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} %else Release: 2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} %endif @@ -286,6 +286,9 @@ fi %changelog +* Wed Oct 18 2017 Remi Collet <remi@remirepo.net> - 2.6.0-0.7.20171017.33ed33d +- refresh with upstream fix for big endian + * Wed Oct 18 2017 Remi Collet <remi@remirepo.net> - 2.6.0-0.6.20171017.89ea903 - refresh and fix test suite - enable test suite |