diff options
| author | Remi Collet <remi@remirepo.net> | 2023-08-30 08:29:33 +0200 | 
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2023-08-30 08:29:33 +0200 | 
| commit | f26337d0c4ea30139b619f4ec7f62f17ec1d7a55 (patch) | |
| tree | f14dbd4992878cbf14ef7f2623af26457b5bb7ce | |
| parent | 3f2062b8d9466afc8fa46e98d31c830b48336f60 (diff) | |
| -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  | 
