diff options
author | Remi Collet <remi@remirepo.net> | 2022-09-01 10:35:51 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2022-09-01 10:35:51 +0200 |
commit | 1743ff287951ad9ef58eb30333aa51b68c2932d8 (patch) | |
tree | 0db181f07fe5dc5aaf061d3f441917c28873a910 | |
parent | a84f02e9320ea1c4cd3ec60b6447d62f91266563 (diff) |
rebuild for PHP 8.2.0RC1
-rw-r--r-- | php-pecl-geospatial.spec | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/php-pecl-geospatial.spec b/php-pecl-geospatial.spec index 64c3b71..222725a 100644 --- a/php-pecl-geospatial.spec +++ b/php-pecl-geospatial.spec @@ -25,7 +25,7 @@ Version: 0.3.2 %if 0%{?gh_date:1} Release: 0.11.%{gh_date}git%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} %else -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;')}} %endif License: PHP @@ -213,6 +213,9 @@ fi %changelog +* Thu Sep 1 2022 Remi Collet <remi@remirepo.net> - 0.3.2-2 +- rebuild for PHP 8.2.0RC1 + * Thu Aug 11 2022 Remi Collet <remi@remirepo.net> - 0.3.2-1 - update to 0.3.2 |