From b7dbe68d1662b94cf525f0768c8ed9f1996499d1 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 18 Oct 2017 18:13:22 +0200 Subject: refresh + bigendian --- php-pecl-xdebug.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'php-pecl-xdebug.spec') 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 - 2.6.0-0.7.20171017.33ed33d +- refresh with upstream fix for big endian + * Wed Oct 18 2017 Remi Collet - 2.6.0-0.6.20171017.89ea903 - refresh and fix test suite - enable test suite -- cgit