From 282766b413d7d876f52d865160e748acc325e5ab Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 5 Dec 2025 14:55:50 +0100 Subject: update to 3.1.0 --- PHPINFO | 2 +- REFLECTION | 2 +- php-pecl-jsonpath.spec | 9 +++++++-- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/PHPINFO b/PHPINFO index 11c83d4..3f62ed5 100644 --- a/PHPINFO +++ b/PHPINFO @@ -2,4 +2,4 @@ jsonpath jsonpath support => enabled -jsonpath version => 3.0.0 +jsonpath version => 3.1.0 diff --git a/REFLECTION b/REFLECTION index b703698..6fe472a 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #122 jsonpath version 3.0.0 ] { +Extension [ extension #141 jsonpath version 3.1.0 ] { - Classes [2] { Class [ class JsonPath\JsonPath ] { diff --git a/php-pecl-jsonpath.spec b/php-pecl-jsonpath.spec index d8e09c7..d5a4374 100644 --- a/php-pecl-jsonpath.spec +++ b/php-pecl-jsonpath.spec @@ -21,7 +21,7 @@ Summary: Extract data using JSONPath notation Name: %{?scl_prefix}php-pecl-jsonpath -Version: 3.0.0 +Version: 3.1.0 Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: PHP-3.01 URL: https://pecl.php.net/package/%{pecl_name} @@ -36,11 +36,13 @@ Requires: %{?scl_prefix}php(zend-abi) = %{php_zend_api} Requires: %{?scl_prefix}php(api) = %{php_core_api} Requires: %{?scl_prefix}php-json%{?_isa} +# Extension Provides: %{?scl_prefix}php-%{pecl_name} = %{version} Provides: %{?scl_prefix}php-%{pecl_name}%{?_isa} = %{version} +# PECL Provides: %{?scl_prefix}php-pecl(%{pecl_name}) = %{version} +# PIE Provides: %{?scl_prefix}php-%{pie_vend}-%{pie_proj} = %{version} -Provides: %{?scl_prefix}php-%{pie_vend}-%{pie_proj}%{?_isa} = %{version} Provides: %{?scl_prefix}php-pie(%{pie_vend}/%{pie_proj}) = %{version} @@ -164,6 +166,9 @@ TEST_PHP_ARGS="-n -d extension=$PWD/../NTS/modules/%{pecl_name}.so" \ %changelog +* Fri Dec 5 2025 Remi Collet - 3.1.0-1 +- update to 3.1.0 + * Wed Jan 29 2025 Remi Collet - 3.0.0-1 - update to 3.0.0 -- cgit