diff options
| -rw-r--r-- | PHPINFO | 2 | ||||
| -rw-r--r-- | REFLECTION | 2 | ||||
| -rw-r--r-- | php-pecl-oauth.spec | 6 |
3 files changed, 7 insertions, 3 deletions
@@ -6,4 +6,4 @@ PLAINTEXT support => enabled RSA-SHA1 support => enabled HMAC-SHA1 support => enabled Request engine support => php_streams, curl -version => 2.0.12 +version => 2.0.13 @@ -1,4 +1,4 @@ -Extension [ <persistent> extension #104 OAuth version 2.0.12 ] { +Extension [ <persistent> extension #108 OAuth version 2.0.13 ] { - Constants [32] { Constant [ <persistent> string OAUTH_SIG_METHOD_HMACSHA1 ] { HMAC-SHA1 } diff --git a/php-pecl-oauth.spec b/php-pecl-oauth.spec index 4a880e6..2e96989 100644 --- a/php-pecl-oauth.spec +++ b/php-pecl-oauth.spec @@ -30,7 +30,7 @@ Name: %{?scl_prefix}php-pecl-oauth Summary: PHP OAuth consumer extension License: BSD-3-Clause -Version: 2.0.12 +Version: 2.0.13 Release: 1%{?dist} %forgemeta URL: %{forgeurl} @@ -150,6 +150,7 @@ REPORT_EXIT_STATUS=1 \ %files %license %{sources}/LICENSE +%doc %{sources}/composer.json %doc %{sources}/*.md %doc %{sources}/examples @@ -163,6 +164,9 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Fri Jun 19 2026 Remi Collet <remi@remirepo.net> - 2.0.13-1 +- update to 2.0.13 + * Tue Apr 7 2026 Remi Collet <remi@remirepo.net> - 2.0.12-1 - update to 2.0.12 - add pie virtual provides |
