From fa86c8dc9d45ea4eaebbac73b77625b84c38753f Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 29 Jan 2025 16:26:00 +0100 Subject: update to 3.0.0 --- php-pecl-jsonpath.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'php-pecl-jsonpath.spec') diff --git a/php-pecl-jsonpath.spec b/php-pecl-jsonpath.spec index 467dc6f..d8e09c7 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: 2.1.1 +Version: 3.0.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} @@ -39,7 +39,6 @@ Requires: %{?scl_prefix}php-json%{?_isa} Provides: %{?scl_prefix}php-%{pecl_name} = %{version} Provides: %{?scl_prefix}php-%{pecl_name}%{?_isa} = %{version} Provides: %{?scl_prefix}php-pecl(%{pecl_name}) = %{version} -Provides: %{?scl_prefix}php-pecl(%{pecl_name})%{?_isa} = %{version} 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} @@ -165,6 +164,9 @@ TEST_PHP_ARGS="-n -d extension=$PWD/../NTS/modules/%{pecl_name}.so" \ %changelog +* Wed Jan 29 2025 Remi Collet - 3.0.0-1 +- update to 3.0.0 + * Sun Jan 26 2025 Remi Collet - 2.1.1-1 - update to 2.1.1 -- cgit