diff options
Diffstat (limited to 'php-pecl-oauth.spec')
-rw-r--r-- | php-pecl-oauth.spec | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/php-pecl-oauth.spec b/php-pecl-oauth.spec index 17fea30..7271590 100644 --- a/php-pecl-oauth.spec +++ b/php-pecl-oauth.spec @@ -21,7 +21,7 @@ Name: %{?scl_prefix}php-pecl-oauth Version: 2.0.9 -Release: 3%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 4%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} Summary: PHP OAuth consumer extension License: BSD-3-Clause URL: https://pecl.php.net/package/oauth @@ -169,8 +169,12 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Thu Jul 17 2025 Remi Collet <remi@remirepo.net> - 2.0.9-4 +- add patch for PHP 8.5.0alpha2 from + https://github.com/php/pecl-web_services-oauth/pull/35 + * Fri Jul 4 2025 Remi Collet <remi@remirepo.net> - 2.0.9-3 -- add patch for PHP 8.5 from +- add patch for PHP 8.5.0alpha1 from https://github.com/php/pecl-web_services-oauth/pull/35 * Mon Nov 18 2024 Remi Collet <remi@remirepo.net> - 2.0.9-2 |