diff options
author | Remi Collet <remi@remirepo.net> | 2018-08-16 09:12:10 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2018-08-16 09:12:10 +0200 |
commit | c813506240f490f7b0c0d798200af1ae9df43fe9 (patch) | |
tree | d886fab6b8066883fc984f52a87fca4d8d1ca8da | |
parent | 6c0191b8d838cbeeb68d3dcc070a24416e471797 (diff) |
rebuild for 7.3.0beta2 new ABI
-rw-r--r-- | php-pecl-geospatial.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/php-pecl-geospatial.spec b/php-pecl-geospatial.spec index f4f713f..96b3aba 100644 --- a/php-pecl-geospatial.spec +++ b/php-pecl-geospatial.spec @@ -30,9 +30,9 @@ Summary: PHP Extension to handle common geospatial functions Name: %{?sub_prefix}php-pecl-%{pecl_name} Version: 0.2.0 %if 0%{?gh_date:1} -Release: 0.9.%{gh_date}git%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 0.10.%{gh_date}git%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} %else -Release: 2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 3%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} %endif License: PHP @@ -261,6 +261,9 @@ fi %changelog +* Thu Aug 16 2018 Remi Collet <remi@remirepo.net> - 0.2.0-3 +- rebuild for 7.3.0beta2 new ABI + * Wed Jul 18 2018 Remi Collet <remi@remirepo.net> - 0.2.0-2 - rebuld for 7.3.0alpha4 new ABI |