diff options
| -rw-r--r-- | php-pecl-dbase.spec | 8 | 
1 files changed, 7 insertions, 1 deletions
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 <remi@remirepo.net> - 7.1.0-2 +- rebuild for 8.1.0RC1 +  * Mon Jun 14 2021 Remi Collet <remi@remirepo.net> - 7.1.0-1  - update to 7.1.0  | 
