From 657eebe56c9eb43e8134bc0032a2cca84046d92b Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 30 Aug 2023 08:36:36 +0200 Subject: rebuild for PHP 8.3.0RC1 --- php-pecl-dbase.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 - 7.1.1-4 +- rebuild for PHP 8.3.0RC1 + * Fri Jul 21 2023 Remi Collet - 7.1.1-3 - build out of sources tree - add patch for test suite with PHP 8.3 from -- cgit