diff options
author | Remi Collet <remi@remirepo.net> | 2023-08-30 08:36:36 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2023-08-30 08:36:36 +0200 |
commit | 657eebe56c9eb43e8134bc0032a2cca84046d92b (patch) | |
tree | ee5302b8c9d505557e4152b69756755717fe6bd2 | |
parent | e06f868b62e31f51abded1ec80646d472525c58d (diff) |
-rw-r--r-- | php-pecl-dbase.spec | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/php-pecl-dbase.spec b/php-pecl-dbase.spec index 340fc5a..e29eb4f 100644 --- a/php-pecl-dbase.spec +++ b/php-pecl-dbase.spec @@ -22,7 +22,7 @@ Summary: dBase database file access functions Name: %{?scl_prefix}php-pecl-dbase Version: %{upstream_version}%{?upstream_prever:~%{upstream_prever}} -Release: 3%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 4%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: PHP-3.01 URL: https://pecl.php.net/package/%{pecl_name} Source0: https://pecl.php.net/get/%{pecl_name}-%{upstream_version}%{?upstream_prever}.tgz @@ -201,6 +201,9 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Wed Aug 30 2023 Remi Collet <remi@remirepo.net> - 7.1.1-4 +- rebuild for PHP 8.3.0RC1 + * Fri Jul 21 2023 Remi Collet <remi@remirepo.net> - 7.1.1-3 - build out of sources tree - add patch for test suite with PHP 8.3 from |