diff options
| -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  | 
