From 87d62a968efc7f59a955aae5ff2f6ce46abaf7a7 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 25 Feb 2015 07:12:53 +0100 Subject: php-pecl-xdebug: 2.3.1 --- REFLECTION | 2 +- php-pecl-xdebug.spec | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/REFLECTION b/REFLECTION index 9700cf3..d2b17ea 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #188 xdebug version 2.3.0 ] { +Extension [ extension #188 xdebug version 2.3.1 ] { - INI { Entry [ xdebug.auto_trace ] diff --git a/php-pecl-xdebug.spec b/php-pecl-xdebug.spec index bbbe58a..b375e25 100644 --- a/php-pecl-xdebug.spec +++ b/php-pecl-xdebug.spec @@ -29,7 +29,7 @@ Name: %{?scl_prefix}php-pecl-xdebug Summary: PECL package for debugging PHP scripts -Version: 2.3.0 +Version: 2.3.1 Release: 1%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} %if 0%{?gitver:1} Source0: https://github.com/%{pecl_name}/%{pecl_name}/archive/%{commit}/%{pecl_name}-%{version}-%{gitver}.tar.gz @@ -259,6 +259,9 @@ rm -rf %{buildroot} %changelog +* Wed Feb 25 2015 Remi Collet - 2.3.1-1 +- Update to 2.3.1 + * Mon Feb 23 2015 Remi Collet - 2.3.0-1 - Update to 2.3.0 - raise minimum php version to 5.4 -- cgit