summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2021-11-01 07:06:09 +0100
committerRemi Collet <remi@php.net>2021-11-01 07:06:09 +0100
commit9bddebad7a11eefbd8dd07fc82b90128d48e159d (patch)
tree937b4219e187cb8da1b6065a6c50bb620d0a1126
parenta7c192b2072eec94567006135a93fb54c706d118 (diff)
update to 0.9.5
-rw-r--r--PHPINFO2
-rw-r--r--REFLECTION2
-rw-r--r--php-pecl-jsonpath.spec8
3 files changed, 7 insertions, 5 deletions
diff --git a/PHPINFO b/PHPINFO
index 1e89858..4406207 100644
--- a/PHPINFO
+++ b/PHPINFO
@@ -2,4 +2,4 @@
jsonpath
jsonpath support => enabled
-jsonpath version => 0.9.4
+jsonpath version => 0.9.5
diff --git a/REFLECTION b/REFLECTION
index 108df5c..00edf2d 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #116 jsonpath version 0.9.4 ] {
+Extension [ <persistent> extension #121 jsonpath version 0.9.5 ] {
- Classes [2] {
Class [ <internal:jsonpath> class JsonPath\JsonPath ] {
diff --git a/php-pecl-jsonpath.spec b/php-pecl-jsonpath.spec
index 37ef4b6..ad14d53 100644
--- a/php-pecl-jsonpath.spec
+++ b/php-pecl-jsonpath.spec
@@ -25,8 +25,8 @@
Summary: Extract data using JSONPath notation
Name: %{?sub_prefix}php-pecl-jsonpath
-Version: 0.9.4
-Release: 2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
+Version: 0.9.5
+Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
License: PHP
URL: https://pecl.php.net/package/%{pecl_name}
Source0: https://pecl.php.net/get/%{pecl_name}-%{version}%{?prever}.tgz
@@ -167,7 +167,6 @@ cd NTS
%if %{with_tests}
: Upstream test suite for NTS extension
-TEST_PHP_EXECUTABLE=%{__php} \
TEST_PHP_ARGS="-n -d extension=$PWD/modules/%{pecl_name}.so" \
%{__php} -n run-tests.php -q --show-diff %{?_smp_mflags}
%endif
@@ -196,6 +195,9 @@ cd ../ZTS
%changelog
+* Mon Nov 1 2021 Remi Collet <remi@remirepo.net> - 0.9.5-1
+- update to 0.9.5
+
* Wed Sep 01 2021 Remi Collet <remi@remirepo.net> - 0.9.4-2
- rebuild for 8.1.0RC1