diff options
| author | Remi Collet <remi@remirepo.net> | 2023-08-30 08:57:54 +0200 | 
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2023-08-30 08:57:54 +0200 | 
| commit | 76ae2c6d2444949060b2d4a94049b676e35a1a82 (patch) | |
| tree | 6484fe49266137e9490bb52282812fad70b91f89 | |
| parent | 212d9dc23a5560688c487957526ebf0753064f12 (diff) | |
| -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  | 
