From 0e6a51fc3a5b72ae494c7c6d5cf8f35d9f0b249d Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 18 Jul 2018 07:04:47 +0200 Subject: rebuild for 7.3.0alpha4 new ABI --- php-pecl-memprof.spec | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/php-pecl-memprof.spec b/php-pecl-memprof.spec index 5f9fda2..c7265f7 100644 --- a/php-pecl-memprof.spec +++ b/php-pecl-memprof.spec @@ -27,11 +27,12 @@ Summary: Memory usage profiler Name: %{?sub_prefix}php-pecl-%{pecl_name} Version: 2.0.0 -Release: 3%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 4%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: BSD URL: http://pecl.php.net/package/%{pecl_name} Source0: http://pecl.php.net/get/%{pecl_name}-%{version}.tgz +BuildRequires: %{?dtsprefix}gcc BuildRequires: %{?scl_prefix}php-devel > 7 BuildRequires: %{?scl_prefix}php-pear BuildRequires: Judy-devel @@ -69,6 +70,10 @@ Obsoletes: php71w-pecl-%{pecl_name} <= %{version} Obsoletes: php72u-pecl-%{pecl_name} <= %{version} Obsoletes: php72w-pecl-%{pecl_name} <= %{version} %endif +%if "%{php_version}" > "7.3" +Obsoletes: php73u-pecl-%{pecl_name} <= %{version} +Obsoletes: php73w-pecl-%{pecl_name} <= %{version} +%endif %endif %if 0%{?fedora} < 20 && 0%{?rhel} < 7 @@ -213,6 +218,9 @@ fi %changelog +* Wed Jul 18 2018 Remi Collet - 2.0.0-4 +- rebuild for 7.3.0alpha4 new ABI + * Tue Jul 18 2017 Remi Collet - 2.0.0-3 - rebuild for PHP 7.2.0beta1 new API -- cgit