diff options
author | Remi Collet <fedora@famillecollet.com> | 2016-08-02 12:16:33 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2016-08-02 12:16:33 +0200 |
commit | 20e4a0e114ff7dc2c1a2f1b60b48adc91ed49a46 (patch) | |
tree | fa1bbfb855f7227f899f88913263ff5118cf3d78 | |
parent | 060230b9bc50d514d1434b9ef651b7946d9e0090 (diff) |
php-pecl-xdebug: 2.4.1
-rw-r--r-- | REFLECTION | 2 | ||||
-rw-r--r-- | php-pecl-xdebug.spec | 7 |
2 files changed, 6 insertions, 3 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #220 xdebug version 2.4.0 ] { +Extension [ <persistent> extension #15 xdebug version 2.4.1 ] { - INI { Entry [ xdebug.auto_trace <ALL> ] 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 <remi@fedoraproject.org> - 2.4.1-1 +- update to 2.4.1 + * Fri Mar 4 2016 Remi Collet <remi@fedoraproject.org> - 2.4.0-1 - update to 2.4.0 |