diff options
| -rw-r--r-- | php-pecl-rnp.spec | 5 | 
1 files changed, 4 insertions, 1 deletions
diff --git a/php-pecl-rnp.spec b/php-pecl-rnp.spec index c0ab796..fce6fee 100644 --- a/php-pecl-rnp.spec +++ b/php-pecl-rnp.spec @@ -27,7 +27,7 @@  Summary:        wrapper around the RNP library  Name:           %{?scl_prefix}php-pecl-%{pecl_name}  Version:        %{upstream_version}%{?upstream_prever:~%{upstream_prever}} -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:        BSD-2-Clause  URL:            https://pecl.php.net/package/%{pecl_name} @@ -184,6 +184,9 @@ fi  %changelog +* Wed Aug 30 2023 Remi Collet <remi@remirepo.net> - 0.2.0-3 +- rebuild for PHP 8.3.0RC1 +  * Thu Jun 22 2023 Remi Collet <remi@remirepo.net> - 0.2.0-2  - build out of sources tree  | 
