diff options
Diffstat (limited to 'php-pecl-opencensus.spec')
-rw-r--r-- | php-pecl-opencensus.spec | 7 |
1 files changed, 5 insertions, 2 deletions
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 |