diff options
| author | Remi Collet <remi@remirepo.net> | 2020-02-18 13:52:50 +0100 | 
|---|---|---|
| committer | Remi Collet <remi@remirepo.net> | 2020-02-18 13:52:50 +0100 | 
| commit | 9fa5bad443da34debe17d26c777d019a2899b240 (patch) | |
| tree | 5194cfed3b76e602c6dacadc8e8dfbfa72f394d9 | |
| parent | e0cb0e8f88c49bc89cd4f1714a70b58b922f7ff1 (diff) | |
rebuild with hdrhistogram library 0.9.13
| -rw-r--r-- | REFLECTION | 2 | ||||
| -rw-r--r-- | php-pecl-hdr-histogram.spec | 13 | 
2 files changed, 9 insertions, 6 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #99 hdrhistogram version 0.3.0 ] { +Extension [ <persistent> extension #73 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 69aad86..4a61148 100644 --- a/php-pecl-hdr-histogram.spec +++ b/php-pecl-hdr-histogram.spec @@ -1,6 +1,6 @@  # remirepo spec file for php-pecl-hdr-histogram  # -# Copyright (c) 2016-2019 Remi Collet +# Copyright (c) 2016-2020 Remi Collet  # License: CC-BY-SA  # http://creativecommons.org/licenses/by-sa/4.0/  # @@ -23,17 +23,17 @@  Summary:       PHP extension wrapper for the C hdrhistogram API  Name:          %{?sub_prefix}php-pecl-hdr-histogram  Version:       0.3.0 -Release:       10%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release:       11%{?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} +URL:           https://pecl.php.net/package/%{pecl_name} -Source:        http://pecl.php.net/get/%{pecl_name}-%{version}.tgz +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.12 +BuildRequires: hdrhistogram-devel >= 0.9.13  Requires:      %{?scl_prefix}php(zend-abi) = %{php_zend_api}  Requires:      %{?scl_prefix}php(api) = %{php_core_api} @@ -225,6 +225,9 @@ fi  %changelog +* Tue Feb 18 2020 Remi Collet <remi@remirepo.net> - 0.3.0-11 +- rebuild with hdrhistogram library 0.9.13 +  * Tue Nov 19 2019 Remi Collet <remi@remirepo.net> - 0.3.0-10  - rebuild with hdrhistogram library 0.9.12  | 
