diff options
author | Remi Collet <fedora@famillecollet.com> | 2014-04-30 07:26:45 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2014-04-30 07:26:45 +0200 |
commit | d6b081655d484db97a76c562e24aa5e41fc73e16 (patch) | |
tree | 841dfe754e52c541cd46b47e4ab50264298356c2 | |
parent | c68d614e2e0414283565159487dfaf7ba6abc833 (diff) |
php-pecl-xdebug: 2.2.5 (stable)
-rw-r--r-- | php-pecl-xdebug.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/php-pecl-xdebug.spec b/php-pecl-xdebug.spec index 7bb074d..ccbe076 100644 --- a/php-pecl-xdebug.spec +++ b/php-pecl-xdebug.spec @@ -29,8 +29,8 @@ Name: %{?scl_prefix}php-pecl-xdebug Summary: PECL package for debugging PHP scripts -Version: 2.2.4 -Release: 3%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} +Version: 2.2.5 +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 %else @@ -246,6 +246,9 @@ rm -rf %{buildroot} %changelog +* Wed Apr 30 2014 Remi Collet <remi@fedoraproject.org> - 2.2.5-1 +- Update to 2.2.5 (stable) + * Wed Apr 9 2014 Remi Collet <remi@fedoraproject.org> - 2.2.4-3 - add numerical prefix to extension configuration file - drop uneeded full extension path |