diff options
| -rw-r--r-- | php-pecl-gnupg.spec | 5 | 
1 files changed, 4 insertions, 1 deletions
diff --git a/php-pecl-gnupg.spec b/php-pecl-gnupg.spec index 0d5ade8..8f05fb3 100644 --- a/php-pecl-gnupg.spec +++ b/php-pecl-gnupg.spec @@ -31,7 +31,7 @@  Summary:      Wrapper around the gpgme library  Name:         %{?scl_prefix}php-pecl-gnupg  Version:      %{upstream_version}%{?upstream_prever:~%{upstream_prever}} -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:      BSD-2-Clause  URL:          https://pecl.php.net/package/gnupg @@ -223,6 +223,9 @@ REPORT_EXIT_STATUS=1 \  %changelog +* Wed Aug 30 2023 Remi Collet <remi@remirepo.net> - 1.5.1-3 +- rebuild for PHP 8.3.0RC1 +  * Fri Jul 21 2023 Remi Collet <remi@remirepo.net> - 1.5.1-2  - build out of sources tree  | 
