From 3447697883e0989c203d0ba6a46c16464f928387 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 1 Sep 2021 08:59:49 +0200 Subject: rebuild for 8.1.0RC1 --- php-pecl-dbase.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/php-pecl-dbase.spec b/php-pecl-dbase.spec index be551d2..bdfc9f6 100644 --- a/php-pecl-dbase.spec +++ b/php-pecl-dbase.spec @@ -27,7 +27,7 @@ Summary: dBase database file access functions Name: %{?sub_prefix}php-pecl-dbase Version: %{upstream_version}%{?upstream_prever:~%{upstream_prever}} -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: PHP URL: https://pecl.php.net/package/%{pecl_name} Source0: https://pecl.php.net/get/%{pecl_name}-%{upstream_version}%{?upstream_prever}.tgz @@ -63,6 +63,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 @@ -227,6 +230,9 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Wed Sep 01 2021 Remi Collet - 7.1.0-2 +- rebuild for 8.1.0RC1 + * Mon Jun 14 2021 Remi Collet - 7.1.0-1 - update to 7.1.0 -- cgit