From 442454c95edd0db5cad293cec52aa2226bc1a2bd Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 9 Jan 2024 08:09:50 +0100 Subject: update to 2.1.0 --- PHPINFO | 2 +- REFLECTION | 2 +- php-pecl-jsonpath.spec | 7 +++++-- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/PHPINFO b/PHPINFO index e8d3413..933e543 100644 --- a/PHPINFO +++ b/PHPINFO @@ -2,4 +2,4 @@ jsonpath jsonpath support => enabled -jsonpath version => 2.0.0 +jsonpath version => 2.1.0 diff --git a/REFLECTION b/REFLECTION index 097af5f..d4d0919 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #75 jsonpath version 2.0.0 ] { +Extension [ extension #77 jsonpath version 2.1.0 ] { - Classes [2] { Class [ class JsonPath\JsonPath ] { diff --git a/php-pecl-jsonpath.spec b/php-pecl-jsonpath.spec index c6bdbb0..b8d8fc4 100644 --- a/php-pecl-jsonpath.spec +++ b/php-pecl-jsonpath.spec @@ -1,6 +1,6 @@ # remirepo spec file for php-pecl-jsonpath # -# Copyright (c) 2021-2023 Remi Collet +# Copyright (c) 2021-2024 Remi Collet # License: CC-BY-SA-4.0 # http://creativecommons.org/licenses/by-sa/4.0/ # @@ -19,7 +19,7 @@ Summary: Extract data using JSONPath notation Name: %{?scl_prefix}php-pecl-jsonpath -Version: 2.0.0 +Version: 2.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} @@ -177,6 +177,9 @@ TEST_PHP_ARGS="-n -d extension=$PWD/../NTS/modules/%{pecl_name}.so" \ %changelog +* Tue Jan 9 2024 Remi Collet - 2.1.0-1 +- update to 2.1.0 + * Tue Dec 19 2023 Remi Collet - 2.0.0-1 - update to 2.0.0 - drop support for PHP 7.4 -- cgit