From e176ce025f74f4f8aac9b6bc9957ffbbb9ce4bdb Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 16 Aug 2018 10:22:46 +0200 Subject: rebuild for 7.3.0beta2 new ABI --- php-pecl-opencensus.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 - 0.2.2-3 +- rebuild for 7.3.0beta2 new ABI + * Wed Jul 18 2018 Remi Collet - 0.2.2-2 - rebuild for 7.3.0alpha4 new ABI - see https://github.com/census-instrumentation/opencensus-php/pull/195 -- cgit