From b34ce025c77bfe695aacac3e887abdb1f76ed87c Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 3 Sep 2019 14:00:25 +0200 Subject: rebuild for 7.4.0RC1 --- php-pecl-rrd.spec | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/php-pecl-rrd.spec b/php-pecl-rrd.spec index 9cf31f7..398a069 100644 --- a/php-pecl-rrd.spec +++ b/php-pecl-rrd.spec @@ -23,7 +23,7 @@ Summary: PHP Bindings for rrdtool Name: %{?scl_prefix}php-pecl-rrd Version: 2.0.1 -Release: 6%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 7%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: BSD URL: http://pecl.php.net/package/rrd @@ -70,9 +70,13 @@ 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: php73-pecl-%{pecl_name} <= %{version} Obsoletes: php73w-pecl-%{pecl_name} <= %{version} %endif +%if "%{php_version}" > "7.4" +Obsoletes: php74-pecl-%{pecl_name} <= %{version} +Obsoletes: php74w-pecl-%{pecl_name} <= %{version} +%endif %endif %if 0%{?fedora} < 20 && 0%{?rhel} < 7 @@ -228,6 +232,9 @@ fi %changelog +* Tue Sep 03 2019 Remi Collet - 2.0.1-7 +- rebuild for 7.4.0RC1 + * Thu Aug 16 2018 Remi Collet - 2.0.1-6 - rebuild for 7.3.0beta2 new ABI -- cgit