diff options
Diffstat (limited to 'php-pecl-opencensus.spec')
-rw-r--r-- | php-pecl-opencensus.spec | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/php-pecl-opencensus.spec b/php-pecl-opencensus.spec index 5727aaa..02bbdbc 100644 --- a/php-pecl-opencensus.spec +++ b/php-pecl-opencensus.spec @@ -30,7 +30,7 @@ Summary: A stats collection and distributed tracing framework Name: %{?sub_prefix}php-pecl-opencensus Version: %{upstream_version}%{?upstream_prever:~%{upstream_prever}} -Release: 2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 3%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: ASL 2.0 URL: http://pecl.php.net/package/%{pecl_name} Source0: http://pecl.php.net/get/%{pecl_name}-%{upstream_version}%{?upstream_prever}.tgz @@ -235,6 +235,9 @@ fi %changelog +* Thu Aug 16 2018 Remi Collet <remi@remirepo.net> - 0.2.2-3 +- rebuild for 7.3.0beta2 new ABI + * Wed Jul 18 2018 Remi Collet <remi@remirepo.net> - 0.2.2-2 - rebuild for 7.3.0alpha4 new ABI - see https://github.com/census-instrumentation/opencensus-php/pull/195 |