diff options
author | Remi Collet <remi@remirepo.net> | 2021-09-01 08:59:49 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2021-09-01 08:59:49 +0200 |
commit | 3447697883e0989c203d0ba6a46c16464f928387 (patch) | |
tree | 83ef4d2eaa43159c7aa7ca721cf7fd15d8a226ef /php-pecl-dbase.spec | |
parent | 65f62fc139c8e7d607ae22de369fc5227b833139 (diff) |
rebuild for 8.1.0RC1
Diffstat (limited to 'php-pecl-dbase.spec')
-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 |