summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--PHPINFO2
-rw-r--r--REFLECTION2
-rw-r--r--php-pecl-jsonpath.spec6
3 files changed, 6 insertions, 4 deletions
diff --git a/PHPINFO b/PHPINFO
index 89e7c82..11c83d4 100644
--- a/PHPINFO
+++ b/PHPINFO
@@ -2,4 +2,4 @@
jsonpath
jsonpath support => enabled
-jsonpath version => 2.1.1
+jsonpath version => 3.0.0
diff --git a/REFLECTION b/REFLECTION
index ce7930b..b703698 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #122 jsonpath version 2.1.1 ] {
+Extension [ <persistent> extension #122 jsonpath version 3.0.0 ] {
- Classes [2] {
Class [ <internal:jsonpath> class JsonPath\JsonPath ] {
diff --git a/php-pecl-jsonpath.spec b/php-pecl-jsonpath.spec
index 467dc6f..d8e09c7 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: 2.1.1
+Version: 3.0.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}
@@ -39,7 +39,6 @@ Requires: %{?scl_prefix}php-json%{?_isa}
Provides: %{?scl_prefix}php-%{pecl_name} = %{version}
Provides: %{?scl_prefix}php-%{pecl_name}%{?_isa} = %{version}
Provides: %{?scl_prefix}php-pecl(%{pecl_name}) = %{version}
-Provides: %{?scl_prefix}php-pecl(%{pecl_name})%{?_isa} = %{version}
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}
@@ -165,6 +164,9 @@ TEST_PHP_ARGS="-n -d extension=$PWD/../NTS/modules/%{pecl_name}.so" \
%changelog
+* Wed Jan 29 2025 Remi Collet <remi@remirepo.net> - 3.0.0-1
+- update to 3.0.0
+
* Sun Jan 26 2025 Remi Collet <remi@remirepo.net> - 2.1.1-1
- update to 2.1.1