From 6dd2aad15ad2a4830dd5fdbc218dd1fccb900e63 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 18 Jul 2018 06:09:31 +0200 Subject: rebuld for 7.3.0alpha4 new ABI --- php-pecl-hdr-histogram.spec | 21 ++++++++++++++++----- 1 file changed, 16 insertions(+), 5 deletions(-) diff --git a/php-pecl-hdr-histogram.spec b/php-pecl-hdr-histogram.spec index 0502759..71eb773 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-2017 Remi Collet +# Copyright (c) 2016-2018 Remi Collet # License: CC-BY-SA # http://creativecommons.org/licenses/by-sa/4.0/ # @@ -23,14 +23,15 @@ Summary: PHP extension wrapper for the C hdrhistogram API Name: %{?sub_prefix}php-pecl-hdr-histogram Version: 0.3.0 -Release: 4%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 5%{?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} Source: http://pecl.php.net/get/%{pecl_name}-%{version}.tgz -BuildRequires: %{?scl_prefix}php-devel >= 5.4 +BuildRequires: %{?dtsprefix}gcc +BuildRequires: %{?scl_prefix}php-devel BuildRequires: %{?scl_prefix}php-pear BuildRequires: hdrhistogram-devel @@ -71,6 +72,10 @@ Obsoletes: php71w-pecl-hdr-histogram <= %{version} Obsoletes: php72u-pecl-hdr-histogram <= %{version} Obsoletes: php72w-pecl-hdr-histogram <= %{version} %endif +%if "%{php_version}" > "7.3" +Obsoletes: php73u-pecl-hdr-histogram <= %{version} +Obsoletes: php73w-pecl-hdr-histogram <= %{version} +%endif %endif %if 0%{?fedora} < 20 && 0%{?rhel} < 7 @@ -122,8 +127,9 @@ cp -pr NTS ZTS %build -cd NTS +%{?dtsenable} +cd NTS %{_bindir}/phpize %configure \ --with-libdir=%{_lib} \ @@ -141,6 +147,8 @@ make %{?_smp_mflags} %install +%{?dtsenable} + make -C NTS install INSTALL_ROOT=%{buildroot} # Install XML package description @@ -192,7 +200,7 @@ REPORT_EXIT_STATUS=1 \ %endif -%if 0%{?fedora} < 24 +%if 0%{?fedora} < 24 && 0%{?rhel} < 8 # when pear installed alone, after us %triggerin -- %{?scl_prefix}php-pear if [ -x %{__pecl} ] ; then @@ -227,6 +235,9 @@ fi %changelog +* Wed Jul 18 2018 Remi Collet - 0.3.0-5 +- rebuld for 7.3.0alpha4 new ABI + * Tue Jul 18 2017 Remi Collet - 0.3.0-4 - rebuild for PHP 7.2.0beta1 new API -- cgit