diff options
| -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 17b3539..a60cbf3 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.4.%{prever}%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} +Release:        0.5.%{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  URL:            http://pecl.php.net/package/%{pecl_name} @@ -207,6 +207,9 @@ REPORT_EXIT_STATUS=1 \  %changelog +* Thu Aug 16 2018 Remi Collet <remi@remirepo.net> - 1.0.1-0.5.beta +- rebuild for 7.3.0beta2 new ABI +  * Wed Jul 18 2018 Remi Collet <remi@remirepo.net> - 1.0.1-0.4.beta  - rebuild for 7.3.0alpha4 new ABI  | 
