diff options
Diffstat (limited to 'php-pecl-jsonpath.spec')
-rw-r--r-- | php-pecl-jsonpath.spec | 7 |
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 |