From 625e106270d0feb837faaa2e0cb33886f09bb875 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 6 Mar 2018 07:15:10 +0100 Subject: v0.1.4 (alpha) --- REFLECTION | 2 +- php-pecl-opencensus.spec | 7 +++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/REFLECTION b/REFLECTION index 5e28221..52f3afa 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #193 opencensus version 0.1.3 ] { +Extension [ extension #192 opencensus version 0.1.4 ] { - Functions { Function [ 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 - 0.1.4-1 +- Update to 0.1.4 + * Sat Mar 3 2018 Remi Collet - 0.1.3-1 - Update to 0.1.3 -- cgit