diff options
author | Remi Collet <remi@remirepo.net> | 2025-01-29 16:26:00 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2025-01-29 16:26:00 +0100 |
commit | fa86c8dc9d45ea4eaebbac73b77625b84c38753f (patch) | |
tree | 65cb47c488f6fc7cdbc0194e248621612bcfd525 | |
parent | 314e0f7890622abb444408e5f3d47feba5ae02ef (diff) |
-rw-r--r-- | PHPINFO | 2 | ||||
-rw-r--r-- | REFLECTION | 2 | ||||
-rw-r--r-- | php-pecl-jsonpath.spec | 6 |
3 files changed, 6 insertions, 4 deletions
@@ -2,4 +2,4 @@ jsonpath jsonpath support => enabled -jsonpath version => 2.1.1 +jsonpath version => 3.0.0 @@ -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 |