From d93899e1e718dbdbf466867f918707dab0471574 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 15 Jun 2020 11:08:53 +0200 Subject: rebuild with hdrhistogram library 0.10.0 --- REFLECTION | 2 +- php-pecl-hdr-histogram.spec | 7 +++++-- 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 [ extension #73 hdrhistogram version 0.3.0 ] { +Extension [ extension #74 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 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 - 0.3.0-12 +- rebuild with hdrhistogram library 0.10.0 + * Tue Feb 18 2020 Remi Collet - 0.3.0-11 - rebuild with hdrhistogram library 0.9.13 -- cgit