diff options
| -rw-r--r-- | php-pecl-pcsc.spec | 5 | 
1 files changed, 4 insertions, 1 deletions
diff --git a/php-pecl-pcsc.spec b/php-pecl-pcsc.spec index 0cfcbb8..dc79af6 100644 --- a/php-pecl-pcsc.spec +++ b/php-pecl-pcsc.spec @@ -17,7 +17,7 @@  Summary:        An extension for PHP using the winscard PC/SC API  Name:           %{?scl_prefix}php-pecl-%{pecl_name}  Version:        0.5.1 -Release:        2%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} +Release:        3%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}  License:        PHP-3.01  Group:          Development/Languages  URL:            https://pecl.php.net/package/%{pecl_name} @@ -186,6 +186,9 @@ cd ../ZTS  %changelog +* Wed Aug 30 2023 Remi Collet <remi@remirepo.net> - 0.5.1-3 +- rebuild for PHP 8.3.0RC1 +  * Fri Jul 21 2023 Remi Collet <remi@remirepo.net> - 0.5.1-2  - build out of sources tree  | 
