diff options
-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 |