diff options
author | Remi Collet <remi@remirepo.net> | 2022-03-21 09:51:09 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2022-03-21 09:51:09 +0100 |
commit | feae486ca33f205f7a7300402de2eb733462231a (patch) | |
tree | 971b4575db28063ffdb197c489629349f7f84b5d | |
parent | b6f7ce66787f89791effbe0edb7652c464486fb6 (diff) |
update to 1.0.0
-rw-r--r-- | PHPINFO | 2 | ||||
-rw-r--r-- | REFLECTION | 2 | ||||
-rw-r--r-- | php-pecl-jsonpath.spec | 7 |
3 files changed, 7 insertions, 4 deletions
@@ -2,4 +2,4 @@ jsonpath jsonpath support => enabled -jsonpath version => 0.9.6 +jsonpath version => 1.0.0 @@ -1,4 +1,4 @@ -Extension [ <persistent> extension #111 jsonpath version 0.9.6 ] { +Extension [ <persistent> extension #112 jsonpath version 1.0.0 ] { - Classes [2] { Class [ <internal:jsonpath> 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 <remi@remirepo.net> - 1.0.0-1 +- update to 1.0.0 + * Thu Jan 13 2022 Remi Collet <remi@remirepo.net> - 0.9.6-1 - update to 0.9.6 |