diff options
Diffstat (limited to 'php-pecl-bitset.spec')
-rw-r--r-- | php-pecl-bitset.spec | 5 |
1 files changed, 4 insertions, 1 deletions
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 <remi@remirepo.net> - 3.2.0-3 +- rebuild for PHP 8.3.0RC1 + * Fri May 26 2023 Remi Collet <remi@remirepo.net> - 3.2.0-2 - build out of sources tree - improve description |