diff options
author | Remi Collet <remi@remirepo.net> | 2019-11-19 07:55:01 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2019-11-19 07:55:01 +0100 |
commit | e0cb0e8f88c49bc89cd4f1714a70b58b922f7ff1 (patch) | |
tree | 3e90981efc68c7cb9e7ebf1b4c5f66bb36851472 | |
parent | 82a690f82a874352a5c5e6336b6f101f1d181728 (diff) |
rebuild with hdrhistogram library 0.9.12
-rw-r--r-- | REFLECTION | 2 | ||||
-rw-r--r-- | php-pecl-hdr-histogram.spec | 10 |
2 files changed, 9 insertions, 3 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #98 hdrhistogram version 0.3.0 ] { +Extension [ <persistent> extension #99 hdrhistogram version 0.3.0 ] { - Functions { Function [ <internal:hdrhistogram> function hdr_init ] { diff --git a/php-pecl-hdr-histogram.spec b/php-pecl-hdr-histogram.spec index 9222fbd..69aad86 100644 --- a/php-pecl-hdr-histogram.spec +++ b/php-pecl-hdr-histogram.spec @@ -23,7 +23,7 @@ Summary: PHP extension wrapper for the C hdrhistogram API Name: %{?sub_prefix}php-pecl-hdr-histogram Version: 0.3.0 -Release: 8%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 10%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: MIT Group: Development/Languages URL: http://pecl.php.net/package/%{pecl_name} @@ -33,7 +33,7 @@ Source: http://pecl.php.net/get/%{pecl_name}-%{version}.tgz BuildRequires: %{?dtsprefix}gcc BuildRequires: %{?scl_prefix}php-devel BuildRequires: %{?scl_prefix}php-pear -BuildRequires: hdrhistogram-devel >= 0.9.8 +BuildRequires: hdrhistogram-devel >= 0.9.12 Requires: %{?scl_prefix}php(zend-abi) = %{php_zend_api} Requires: %{?scl_prefix}php(api) = %{php_core_api} @@ -225,6 +225,12 @@ fi %changelog +* Tue Nov 19 2019 Remi Collet <remi@remirepo.net> - 0.3.0-10 +- rebuild with hdrhistogram library 0.9.12 + +* Tue Sep 03 2019 Remi Collet <remi@remirepo.net> - 0.3.0-9 +- rebuild for 7.4.0RC1 + * Tue Jul 23 2019 Remi Collet <remi@remirepo.net> - 0.3.0-8 - rebuild for 7.4.0beta1 |