summaryrefslogtreecommitdiffstats
path: root/php-pecl-jsonpath.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2024-01-09 08:09:50 +0100
committerRemi Collet <remi@php.net>2024-01-09 08:09:50 +0100
commit442454c95edd0db5cad293cec52aa2226bc1a2bd (patch)
tree4cbc339ab09f4e6311c562a0cebb3e0b50512b82 /php-pecl-jsonpath.spec
parent63cf7693a03a3a3cfb1d1c6faa8c0b9c332000fe (diff)
update to 2.1.0HEADmaster
Diffstat (limited to 'php-pecl-jsonpath.spec')
-rw-r--r--php-pecl-jsonpath.spec7
1 files changed, 5 insertions, 2 deletions
diff --git a/php-pecl-jsonpath.spec b/php-pecl-jsonpath.spec
index c6bdbb0..b8d8fc4 100644
--- a/php-pecl-jsonpath.spec
+++ b/php-pecl-jsonpath.spec
@@ -1,6 +1,6 @@
# remirepo spec file for php-pecl-jsonpath
#
-# Copyright (c) 2021-2023 Remi Collet
+# Copyright (c) 2021-2024 Remi Collet
# License: CC-BY-SA-4.0
# http://creativecommons.org/licenses/by-sa/4.0/
#
@@ -19,7 +19,7 @@
Summary: Extract data using JSONPath notation
Name: %{?scl_prefix}php-pecl-jsonpath
-Version: 2.0.0
+Version: 2.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}
@@ -177,6 +177,9 @@ TEST_PHP_ARGS="-n -d extension=$PWD/../NTS/modules/%{pecl_name}.so" \
%changelog
+* Tue Jan 9 2024 Remi Collet <remi@remirepo.net> - 2.1.0-1
+- update to 2.1.0
+
* Tue Dec 19 2023 Remi Collet <remi@remirepo.net> - 2.0.0-1
- update to 2.0.0
- drop support for PHP 7.4