summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2026-06-19 09:11:57 +0200
committerRemi Collet <remi@php.net>2026-06-19 09:11:57 +0200
commitc8ae3b666b0b75941e34b7fe5a23a1727784f2ab (patch)
tree29d2680b4f5df6887ddb911fb5cc17be91199848
parent89991d7b7b7441c37f32da921b0b99b1cdddd520 (diff)
update to 2.0.13HEADmaster
-rw-r--r--PHPINFO2
-rw-r--r--REFLECTION2
-rw-r--r--php-pecl-oauth.spec6
3 files changed, 7 insertions, 3 deletions
diff --git a/PHPINFO b/PHPINFO
index 43436cd..d050bcc 100644
--- a/PHPINFO
+++ b/PHPINFO
@@ -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
diff --git a/REFLECTION b/REFLECTION
index 097de1f..cd18531 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -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