diff options
author | Remi Collet <remi@remirepo.net> | 2020-06-15 11:08:53 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2020-06-15 11:08:53 +0200 |
commit | d93899e1e718dbdbf466867f918707dab0471574 (patch) | |
tree | 83cab05383c18b4db00d558a503d40ca3709fc70 /php-pecl-hdr-histogram.spec | |
parent | 9fa5bad443da34debe17d26c777d019a2899b240 (diff) |
rebuild with hdrhistogram library 0.10.0
Diffstat (limited to 'php-pecl-hdr-histogram.spec')
-rw-r--r-- | php-pecl-hdr-histogram.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/php-pecl-hdr-histogram.spec b/php-pecl-hdr-histogram.spec index 4a61148..5c3de51 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: 11%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 12%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: MIT Group: Development/Languages URL: https://pecl.php.net/package/%{pecl_name} @@ -33,7 +33,7 @@ Source: https://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.13 +BuildRequires: hdrhistogram-devel >= 0.10 Requires: %{?scl_prefix}php(zend-abi) = %{php_zend_api} Requires: %{?scl_prefix}php(api) = %{php_core_api} @@ -225,6 +225,9 @@ fi %changelog +* Mon Jun 15 2020 Remi Collet <remi@remirepo.net> - 0.3.0-12 +- rebuild with hdrhistogram library 0.10.0 + * Tue Feb 18 2020 Remi Collet <remi@remirepo.net> - 0.3.0-11 - rebuild with hdrhistogram library 0.9.13 |