diff options
author | Remi Collet <fedora@famillecollet.com> | 2015-03-22 12:39:11 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2015-03-22 12:39:11 +0100 |
commit | 79fb88a50d764594757b31ad0aac67b477d01e58 (patch) | |
tree | ab6dbf4f1bc74cc2c0e0c2d4362441737951f965 | |
parent | 87d62a968efc7f59a955aae5ff2f6ce46abaf7a7 (diff) |
php-pecl-xdebug: 2.3.2
-rw-r--r-- | php-pecl-xdebug.spec | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/php-pecl-xdebug.spec b/php-pecl-xdebug.spec index b375e25..156fbb9 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.1 +Version: 2.3.2 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 +* Sun Mar 22 2015 Remi Collet <remi@fedoraproject.org> - 2.3.2-1 +- Update to 2.3.2 + * Wed Feb 25 2015 Remi Collet <remi@fedoraproject.org> - 2.3.1-1 - Update to 2.3.1 |