From e0cb0e8f88c49bc89cd4f1714a70b58b922f7ff1 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 19 Nov 2019 07:55:01 +0100 Subject: rebuild with hdrhistogram library 0.9.12 --- REFLECTION | 2 +- php-pecl-hdr-histogram.spec | 10 ++++++++-- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/REFLECTION b/REFLECTION index d3ae0ee..bbc7b7f 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #98 hdrhistogram version 0.3.0 ] { +Extension [ extension #99 hdrhistogram version 0.3.0 ] { - Functions { Function [ 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 - 0.3.0-10 +- rebuild with hdrhistogram library 0.9.12 + +* Tue Sep 03 2019 Remi Collet - 0.3.0-9 +- rebuild for 7.4.0RC1 + * Tue Jul 23 2019 Remi Collet - 0.3.0-8 - rebuild for 7.4.0beta1 -- cgit