From 9fa5bad443da34debe17d26c777d019a2899b240 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 18 Feb 2020 13:52:50 +0100 Subject: rebuild with hdrhistogram library 0.9.13 --- php-pecl-hdr-histogram.spec | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) (limited to 'php-pecl-hdr-histogram.spec') 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 - 0.3.0-11 +- rebuild with hdrhistogram library 0.9.13 + * Tue Nov 19 2019 Remi Collet - 0.3.0-10 - rebuild with hdrhistogram library 0.9.12 -- cgit