diff options
| -rw-r--r-- | php-geos.spec | 5 | 
1 files changed, 4 insertions, 1 deletions
diff --git a/php-geos.spec b/php-geos.spec index 3503977..88ebbc1 100644 --- a/php-geos.spec +++ b/php-geos.spec @@ -24,7 +24,7 @@  Name:           %{?sub_prefix}php-%{pecl_name}  Version:        1.0.0 -Release:        10%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release:        11%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}  Summary:        PHP module for GEOS @@ -205,6 +205,9 @@ exit $ret  %changelog +* Thu Aug 16 2018 Remi Collet <remi@remirepo.net> - 1.0.0-11 +- rebuild for 7.3.0beta2 new ABI +  * Tue Jul 17 2018 Remi Collet <remi@remirepo.net> - 1.0.0-10  - rebuld for 7.3.0alpha4 new ABI  | 
