From 27e1236364f910f00f0c8665e0d035859e60bb2b Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 12 Oct 2016 13:38:01 +0200 Subject: php-pecl-xdebug: 2.5.0-dev (refresh) --- REFLECTION-DEV | 2 +- php-pecl-xdebug-dev.spec | 9 ++++++--- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/REFLECTION-DEV b/REFLECTION-DEV index 27d68a4..ffb1ad0 100644 --- a/REFLECTION-DEV +++ b/REFLECTION-DEV @@ -1,4 +1,4 @@ -Extension [ extension #15 xdebug version 2.5.0-dev ] { +Extension [ extension #66 xdebug version 2.5.0-dev ] { - INI { Entry [ xdebug.auto_trace ] diff --git a/php-pecl-xdebug-dev.spec b/php-pecl-xdebug-dev.spec index 3414fee..b29a865 100644 --- a/php-pecl-xdebug-dev.spec +++ b/php-pecl-xdebug-dev.spec @@ -16,9 +16,9 @@ %global pecl_name xdebug %global with_zts 0%{!?_without_zts:%{?__ztsphp:1}} -%global gh_commit 9fe2994df1439546373440b72fb7623f357c680c +%global gh_commit 81181b443b338543adfd219f1839f0d357d3bcd5 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) -%global gh_date 20160731 +%global gh_date 20161004 %global with_tests 0%{?_with_tests:1} #global prever RC4 @@ -33,7 +33,7 @@ Name: %{?scl_prefix}php-pecl-xdebug Summary: PECL package for debugging PHP scripts Version: 2.5.0 %if 0%{?gh_date:1} -Release: 0.4.%{gh_date}git%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 0.5.%{gh_date}git%{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 @@ -310,6 +310,9 @@ rm -rf %{buildroot} %changelog +* Wed Oct 12 2016 Remi Collet - 2.5.0-0.4.20161004git81181b4 +- new snapshot of 2.5.0-dev + * Wed Sep 14 2016 Remi Collet - 2.5.0-0.4.20160731git9fe2994 - rebuild for PHP 7.1 new API version -- cgit