From 76ae2c6d2444949060b2d4a94049b676e35a1a82 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 30 Aug 2023 08:57:54 +0200 Subject: rebuild for PHP 8.3.0RC1 --- php-pecl-pcsc.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 - 0.5.1-3 +- rebuild for PHP 8.3.0RC1 + * Fri Jul 21 2023 Remi Collet - 0.5.1-2 - build out of sources tree -- cgit