diff options
-rw-r--r-- | REFLECTION | 2 | ||||
-rw-r--r-- | php-pecl-opencensus.spec | 5 |
2 files changed, 5 insertions, 2 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #196 opencensus version 0.2.1 ] { +Extension [ <persistent> extension #196 opencensus version 0.2.2 ] { - Functions { Function [ <internal:opencensus> function opencensus_version ] { diff --git a/php-pecl-opencensus.spec b/php-pecl-opencensus.spec index 50a582f..1b1baa9 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.2.1 +%global upstream_version 0.2.2 #global upstream_prever RC2 Summary: A stats collection and distributed tracing framework @@ -230,6 +230,9 @@ fi %changelog +* Sun May 13 2018 Remi Collet <remi@remirepo.net> - 0.2.2-1 +- update to 0.2.2 + * Thu Apr 19 2018 Remi Collet <remi@remirepo.net> - 0.2.1-1 - update to 0.2.1 |