diff options
| -rw-r--r-- | php-pecl-geoip.spec | 5 | 
1 files changed, 4 insertions, 1 deletions
diff --git a/php-pecl-geoip.spec b/php-pecl-geoip.spec index fb2f1c0..a30991a 100644 --- a/php-pecl-geoip.spec +++ b/php-pecl-geoip.spec @@ -24,7 +24,7 @@  Name:           %{?sub_prefix}php-pecl-geoip  Version:        1.1.1 -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:        Extension to map IP addresses to geographic places  License:        PHP  URL:            http://pecl.php.net/package/%{pecl_name} @@ -228,6 +228,9 @@ fi  %changelog +* Tue Sep 03 2019 Remi Collet <remi@remirepo.net> - 1.1.1-11 +- rebuild for 7.4.0RC1 +  * Tue Jul 23 2019 Remi Collet <remi@remirepo.net> - 1.1.1-10  - rebuild for 7.4.0beta1  | 
