From bbf0605b999e7df9082a50ccef927237f48f60a5 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 1 Sep 2021 09:46:02 +0200 Subject: rebuild for 8.1.0RC1 --- php-pecl-rrd.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/php-pecl-rrd.spec b/php-pecl-rrd.spec index a05cf95..dd4106e 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.3 -Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: BSD URL: https://pecl.php.net/package/rrd @@ -62,6 +62,9 @@ Obsoletes: php74-pecl-%{pecl_name} <= %{version} %if "%{php_version}" > "8.0" Obsoletes: php80-pecl-%{pecl_name} <= %{version} %endif +%if "%{php_version}" > "8.1" +Obsoletes: php81-pecl-%{pecl_name} <= %{version} +%endif %endif @@ -210,6 +213,9 @@ fi %changelog +* Wed Sep 01 2021 Remi Collet - 2.0.3-2 +- rebuild for 8.1.0RC1 + * Fri Apr 23 2021 Remi Collet - 2.0.3-1 - update to 2.0.3 -- cgit