diff options
author | Remi Collet <fedora@famillecollet.com> | 2015-02-23 07:33:30 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2015-02-23 07:33:30 +0100 |
commit | 757ddae82586a3a5e325d3bf37f8c5df75a72373 (patch) | |
tree | dc6a6b80d36ee208f4885b8fae20bb83ad917daa /php-pecl-xdebug.spec | |
parent | 9e1138c5b9cbd1a7b7da17fcb82e94f1ecf47c33 (diff) |
php-pecl-xdebug: 2.3.0
Diffstat (limited to 'php-pecl-xdebug.spec')
-rw-r--r-- | php-pecl-xdebug.spec | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/php-pecl-xdebug.spec b/php-pecl-xdebug.spec index 78685b3..bbbe58a 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.7 -Release: 2%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} +Version: 2.3.0 +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 @@ -44,8 +44,8 @@ Group: Development/Languages URL: http://xdebug.org/ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: %{?scl_prefix}php-pear -BuildRequires: %{?scl_prefix}php-devel +BuildRequires: %{?scl_prefix}php-pear > 1.9.1 +BuildRequires: %{?scl_prefix}php-devel > 5.4 BuildRequires: libedit-devel BuildRequires: libtool @@ -259,6 +259,10 @@ rm -rf %{buildroot} %changelog +* Mon Feb 23 2015 Remi Collet <remi@fedoraproject.org> - 2.3.0-1 +- Update to 2.3.0 +- raise minimum php version to 5.4 + * Fri Jan 23 2015 Remi Collet <remi@fedoraproject.org> - 2.2.7-2 - fix %%postun scriplet |