From 9bddebad7a11eefbd8dd07fc82b90128d48e159d Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 1 Nov 2021 07:06:09 +0100 Subject: update to 0.9.5 --- php-pecl-jsonpath.spec | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'php-pecl-jsonpath.spec') 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 - 0.9.5-1 +- update to 0.9.5 + * Wed Sep 01 2021 Remi Collet - 0.9.4-2 - rebuild for 8.1.0RC1 -- cgit