diff options
author | Remi Collet <remi@remirepo.net> | 2018-08-16 11:43:51 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2018-08-16 11:43:51 +0200 |
commit | 1e1264b190c2c1340847d092cda9173f9bb5a693 (patch) | |
tree | 45a82a80a983920414cc680582d41876eb62e859 | |
parent | 0922e128572b60a505a021795ae68049a546ef47 (diff) |
-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 |