diff options
Diffstat (limited to 'php-pecl-rrd.spec')
-rw-r--r-- | php-pecl-rrd.spec | 8 |
1 files changed, 7 insertions, 1 deletions
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 <remi@remirepo.net> - 2.0.3-2 +- rebuild for 8.1.0RC1 + * Fri Apr 23 2021 Remi Collet <remi@remirepo.net> - 2.0.3-1 - update to 2.0.3 |