diff options
Diffstat (limited to 'php-pecl-trace.spec')
-rw-r--r-- | php-pecl-trace.spec | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/php-pecl-trace.spec b/php-pecl-trace.spec index f3605b0..1b186c3 100644 --- a/php-pecl-trace.spec +++ b/php-pecl-trace.spec @@ -23,7 +23,7 @@ Summary: Trace is a low-overhead tracing tool for PHP Name: %{?sub_prefix}php-pecl-%{pecl_name} Version: 1.0.1 -Release: 0.2.%{prever}%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} +Release: 0.3.%{prever}%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} # common/sds is BSD-2, other is ASL 2.0 License: ASL 2.0 and BSD Group: Development/Languages @@ -207,6 +207,9 @@ rm -rf %{buildroot} %changelog +* Tue Jul 18 2017 Remi Collet <remi@remirepo.net> - 1.0.1-0.3.beta +- rebuild for PHP 7.2.0beta1 new API + * Wed Jun 28 2017 Remi Collet <remi@remirepo.net> - 1.0.1-0.2.beta - fix test suite for PHP 7.2 from https://github.com/Qihoo360/phptrace/pull/88 |