summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2020-06-15 11:08:53 +0200
committerRemi Collet <remi@remirepo.net>2020-06-15 11:08:53 +0200
commitd93899e1e718dbdbf466867f918707dab0471574 (patch)
tree83cab05383c18b4db00d558a503d40ca3709fc70
parent9fa5bad443da34debe17d26c777d019a2899b240 (diff)
rebuild with hdrhistogram library 0.10.0
-rw-r--r--REFLECTION2
-rw-r--r--php-pecl-hdr-histogram.spec7
2 files changed, 6 insertions, 3 deletions
diff --git a/REFLECTION b/REFLECTION
index 7659450..f5f1f8d 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #73 hdrhistogram version 0.3.0 ] {
+Extension [ <persistent> extension #74 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 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