From 20e4a0e114ff7dc2c1a2f1b60b48adc91ed49a46 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 2 Aug 2016 12:16:33 +0200 Subject: php-pecl-xdebug: 2.4.1 --- REFLECTION | 2 +- php-pecl-xdebug.spec | 7 +++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/REFLECTION b/REFLECTION index dac10cb..6538af7 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #220 xdebug version 2.4.0 ] { +Extension [ extension #15 xdebug version 2.4.1 ] { - INI { Entry [ xdebug.auto_trace ] diff --git a/php-pecl-xdebug.spec b/php-pecl-xdebug.spec index e0f8c68..88a43da 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 821c1fd2e09e65a9d33414ce7ce234e2ea6fdf83 +%global gh_commit 02a6ecd690bc1d214c0c8e2ab38dbf82e7f717de %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) #global gh_date 20151118 %global with_tests 0%{?_with_tests:1} @@ -31,7 +31,7 @@ Name: %{?scl_prefix}php-pecl-xdebug Summary: PECL package for debugging PHP scripts -Version: 2.4.0 +Version: 2.4.1 Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} Source0: https://github.com/%{pecl_name}/%{pecl_name}/archive/%{gh_commit}/%{pecl_name}-%{version}%{?prever}-%{gh_short}.tar.gz @@ -291,6 +291,9 @@ rm -rf %{buildroot} %changelog +* Tue Aug 2 2016 Remi Collet - 2.4.1-1 +- update to 2.4.1 + * Fri Mar 4 2016 Remi Collet - 2.4.0-1 - update to 2.4.0 -- cgit