From f6dd79250791f6dfedc9b01fda4fc17b6b2abce5 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 3 Apr 2018 06:27:53 +0200 Subject: v0.2.0 --- REFLECTION | 14 +++++++++++--- php-pecl-opencensus.spec | 6 ++++-- 2 files changed, 15 insertions(+), 5 deletions(-) diff --git a/REFLECTION b/REFLECTION index 52f3afa..080a5b4 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #192 opencensus version 0.1.4 ] { +Extension [ extension #196 opencensus version 0.2.0 ] { - Functions { Function [ function opencensus_version ] { @@ -85,7 +85,7 @@ Extension [ extension #192 opencensus version 0.1.4 ] { - Static methods [0] { } - - Properties [9] { + - Properties [11] { Property [ protected $name ] Property [ protected $spanId ] Property [ protected $parentSpanId ] @@ -95,9 +95,11 @@ Extension [ extension #192 opencensus version 0.1.4 ] { Property [ protected $stackTrace ] Property [ protected $links ] Property [ protected $timeEvents ] + Property [ protected $kind ] + Property [ protected $sameProcessAsParentSpan ] } - - Methods [11] { + - Methods [13] { Method [ public method __construct ] { - Parameters [1] { @@ -134,6 +136,12 @@ Extension [ extension #192 opencensus version 0.1.4 ] { Method [ public method timeEvents ] { } + + Method [ public method kind ] { + } + + Method [ public method sameProcessAsParentSpan ] { + } } } diff --git a/php-pecl-opencensus.spec b/php-pecl-opencensus.spec index 54d958e..44d9a58 100644 --- a/php-pecl-opencensus.spec +++ b/php-pecl-opencensus.spec @@ -24,7 +24,7 @@ %global ini_name 40-%{pecl_name}.ini %endif -%global upstream_version 0.1.4 +%global upstream_version 0.2.0 #global upstream_prever RC2 Summary: A stats collection and distributed tracing framework @@ -43,7 +43,6 @@ Requires: %{?scl_prefix}php(zend-abi) = %{php_zend_api} Requires: %{?scl_prefix}php(api) = %{php_core_api} %{?_sclreq:Requires: %{?scl_prefix}runtime%{?_sclreq}%{?_isa}} -Obsoletes: %{?scl_prefix}php-%{pecl_name} < 1.2.7 Provides: %{?scl_prefix}php-%{pecl_name} = %{version} Provides: %{?scl_prefix}php-%{pecl_name}%{?_isa} = %{version} Provides: %{?scl_prefix}php-pecl(%{pecl_name}) = %{version} @@ -231,6 +230,9 @@ fi %changelog +* Tue Apr 3 2018 Remi Collet - 0.2.0-1 +- update to 0.2.0 + * Tue Mar 6 2018 Remi Collet - 0.1.4-1 - Update to 0.1.4 -- cgit