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