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 fdf776f..d200a72 100644 --- a/php-pecl-geoip.spec +++ b/php-pecl-geoip.spec @@ -28,7 +28,7 @@  Name:           %{?sub_prefix}php-pecl-geoip  Version:        1.1.1 -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;')}}  Summary:        Extension to map IP addresses to geographic places  Group:          Development/Languages  License:        PHP @@ -224,6 +224,9 @@ fi  %changelog +* Wed Sep 14 2016 Remi Collet <remi@fedoraproject.org> - 1.1.1-2 +- rebuild for PHP 7.1 new API version +  * Thu Sep 01 2016 Remi Collet <remi@fedoraproject.org> - 1.1.1-1  - Update to 1.1.1  | 
