diff options
author | Remi Collet <remi@remirepo.net> | 2017-07-18 22:06:26 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2017-07-18 22:06:26 +0200 |
commit | b9972a27f53d1b8285aa176a8aeeff0b87673254 (patch) | |
tree | 92c4651baec143a8f9c3225b162f556064e0d801 | |
parent | d6d478e9f707909a1a0fc9ed028d4eef9b226846 (diff) |
rebuild for 7.2.0beta1
-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 efc0d1f..cee7ad6 100644 --- a/php-pecl-xdebug.spec +++ b/php-pecl-xdebug.spec @@ -29,9 +29,9 @@ Name: %{?scl_prefix}php-pecl-xdebug Summary: PECL package for debugging PHP scripts Version: 2.6.0 %if 0%{?gh_date:1} -Release: 0.3.%{gh_date}.%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 0.4.%{gh_date}.%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} %else -Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} %endif # The Xdebug License, version 1.01 @@ -288,6 +288,9 @@ fi %changelog +* Tue Jul 18 2017 Remi Collet <remi@remirepo.net> - 2.6.0-0.4.20170601.d82879d +- rebuild for PHP 7.2.0beta1 new API + * Wed Jun 21 2017 Remi Collet <remi@remirepo.net> - 2.6.0-0.3.20170601.d82879d - add patch for 7.2.0alpha3 from https://github.com/xdebug/xdebug/pull/359 |