From f26337d0c4ea30139b619f4ec7f62f17ec1d7a55 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 30 Aug 2023 08:29:33 +0200 Subject: rebuild for PHP 8.3.0RC1 --- php-pecl-bitset.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'php-pecl-bitset.spec') diff --git a/php-pecl-bitset.spec b/php-pecl-bitset.spec index 88eac43..b3ed613 100644 --- a/php-pecl-bitset.spec +++ b/php-pecl-bitset.spec @@ -24,7 +24,7 @@ Summary: BITSET extension Name: %{?scl_prefix}php-pecl-%{pecl_name} Version: 3.2.0 -Release: 2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 3%{?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}-%{version}.tgz @@ -189,6 +189,9 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Wed Aug 30 2023 Remi Collet - 3.2.0-3 +- rebuild for PHP 8.3.0RC1 + * Fri May 26 2023 Remi Collet - 3.2.0-2 - build out of sources tree - improve description -- cgit