From 282766b413d7d876f52d865160e748acc325e5ab Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 5 Dec 2025 14:55:50 +0100 Subject: update to 3.1.0 --- php-pecl-jsonpath.spec | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'php-pecl-jsonpath.spec') diff --git a/php-pecl-jsonpath.spec b/php-pecl-jsonpath.spec index d8e09c7..d5a4374 100644 --- a/php-pecl-jsonpath.spec +++ b/php-pecl-jsonpath.spec @@ -21,7 +21,7 @@ Summary: Extract data using JSONPath notation Name: %{?scl_prefix}php-pecl-jsonpath -Version: 3.0.0 +Version: 3.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} @@ -36,11 +36,13 @@ Requires: %{?scl_prefix}php(zend-abi) = %{php_zend_api} Requires: %{?scl_prefix}php(api) = %{php_core_api} Requires: %{?scl_prefix}php-json%{?_isa} +# Extension Provides: %{?scl_prefix}php-%{pecl_name} = %{version} Provides: %{?scl_prefix}php-%{pecl_name}%{?_isa} = %{version} +# PECL Provides: %{?scl_prefix}php-pecl(%{pecl_name}) = %{version} +# PIE Provides: %{?scl_prefix}php-%{pie_vend}-%{pie_proj} = %{version} -Provides: %{?scl_prefix}php-%{pie_vend}-%{pie_proj}%{?_isa} = %{version} Provides: %{?scl_prefix}php-pie(%{pie_vend}/%{pie_proj}) = %{version} @@ -164,6 +166,9 @@ TEST_PHP_ARGS="-n -d extension=$PWD/../NTS/modules/%{pecl_name}.so" \ %changelog +* Fri Dec 5 2025 Remi Collet - 3.1.0-1 +- update to 3.1.0 + * Wed Jan 29 2025 Remi Collet - 3.0.0-1 - update to 3.0.0 -- cgit