summaryrefslogtreecommitdiffstats
path: root/php-pecl-jsonpath.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2025-12-05 14:55:50 +0100
committerRemi Collet <remi@php.net>2025-12-05 14:55:50 +0100
commit282766b413d7d876f52d865160e748acc325e5ab (patch)
treeaffc3ed2b4d72b037108772cfe7817e54a17cd15 /php-pecl-jsonpath.spec
parentfa86c8dc9d45ea4eaebbac73b77625b84c38753f (diff)
update to 3.1.0HEADmaster
Diffstat (limited to 'php-pecl-jsonpath.spec')
-rw-r--r--php-pecl-jsonpath.spec9
1 files changed, 7 insertions, 2 deletions
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 <remi@remirepo.net> - 3.1.0-1
+- update to 3.1.0
+
* Wed Jan 29 2025 Remi Collet <remi@remirepo.net> - 3.0.0-1
- update to 3.0.0