diff options
-rw-r--r-- | php-pecl-jsonpath.spec | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/php-pecl-jsonpath.spec b/php-pecl-jsonpath.spec index 1e5b9c1..37ef4b6 100644 --- a/php-pecl-jsonpath.spec +++ b/php-pecl-jsonpath.spec @@ -26,7 +26,7 @@ Summary: Extract data using JSONPath notation Name: %{?sub_prefix}php-pecl-jsonpath Version: 0.9.4 -Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: PHP URL: https://pecl.php.net/package/%{pecl_name} Source0: https://pecl.php.net/get/%{pecl_name}-%{version}%{?prever}.tgz @@ -196,6 +196,9 @@ cd ../ZTS %changelog +* Wed Sep 01 2021 Remi Collet <remi@remirepo.net> - 0.9.4-2 +- rebuild for 8.1.0RC1 + * Mon Aug 23 2021 Remi Collet <remi@remirepo.net> - 0.9.4-1 - update to 0.9.4 |