From feae486ca33f205f7a7300402de2eb733462231a Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 21 Mar 2022 09:51:09 +0100 Subject: update to 1.0.0 --- PHPINFO | 2 +- REFLECTION | 2 +- php-pecl-jsonpath.spec | 7 +++++-- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/PHPINFO b/PHPINFO index b708f9b..ec383b2 100644 --- a/PHPINFO +++ b/PHPINFO @@ -2,4 +2,4 @@ jsonpath jsonpath support => enabled -jsonpath version => 0.9.6 +jsonpath version => 1.0.0 diff --git a/REFLECTION b/REFLECTION index 8123941..41998de 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #111 jsonpath version 0.9.6 ] { +Extension [ extension #112 jsonpath version 1.0.0 ] { - Classes [2] { Class [ class JsonPath\JsonPath ] { diff --git a/php-pecl-jsonpath.spec b/php-pecl-jsonpath.spec index 6c00b8f..a2dd47a 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 Remi Collet +# Copyright (c) 2021-2022 Remi Collet # License: CC-BY-SA # http://creativecommons.org/licenses/by-sa/4.0/ # @@ -25,7 +25,7 @@ Summary: Extract data using JSONPath notation Name: %{?sub_prefix}php-pecl-jsonpath -Version: 0.9.6 +Version: 1.0.0 Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: PHP URL: https://pecl.php.net/package/%{pecl_name} @@ -195,6 +195,9 @@ cd ../ZTS %changelog +* Mon Mar 21 2022 Remi Collet - 1.0.0-1 +- update to 1.0.0 + * Thu Jan 13 2022 Remi Collet - 0.9.6-1 - update to 0.9.6 -- cgit