diff options
author | Remi Collet <remi@remirepo.net> | 2021-09-01 09:19:50 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2021-09-01 09:19:50 +0200 |
commit | a7c192b2072eec94567006135a93fb54c706d118 (patch) | |
tree | ae07d3cc5b4eebe4336c0bc46e0d4ce7beed6b2c /php-pecl-jsonpath.spec | |
parent | 41881ebeabded9ccdb2b03c649c9e46422256a95 (diff) |
rebuild for 8.1.0RC1
Diffstat (limited to 'php-pecl-jsonpath.spec')
-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 |