diff options
| -rw-r--r-- | REFLECTION | 2 | ||||
| -rw-r--r-- | php-pecl-opencensus.spec | 7 | 
2 files changed, 6 insertions, 3 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #193 opencensus version 0.1.3 ] { +Extension [ <persistent> extension #192 opencensus version 0.1.4 ] {    - Functions {      Function [ <internal:opencensus> function opencensus_version ] { diff --git a/php-pecl-opencensus.spec b/php-pecl-opencensus.spec index 02a972a..54d958e 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.3 +%global upstream_version 0.1.4  #global upstream_prever  RC2  Summary:       A stats collection and distributed tracing framework @@ -196,7 +196,7 @@ REPORT_EXIT_STATUS=1 \  %endif -%if 0%{?fedora} < 24 +%if 0%{?fedora} < 24 && 0%{?rhel} < 8  # when pear installed alone, after us  %triggerin -- %{?scl_prefix}php-pear  if [ -x %{__pecl} ] ; then @@ -231,6 +231,9 @@ fi  %changelog +* Tue Mar  6 2018 Remi Collet <remi@remirepo.net> - 0.1.4-1 +- Update to 0.1.4 +  * Sat Mar  3 2018 Remi Collet <remi@remirepo.net> - 0.1.3-1  - Update to 0.1.3  | 
