diff options
| author | Remi Collet <fedora@famillecollet.com> | 2016-09-14 20:41:16 +0200 | 
|---|---|---|
| committer | Remi Collet <fedora@famillecollet.com> | 2016-09-14 20:41:16 +0200 | 
| commit | 8dc78e07e36e46045cb8ca64cd4d7eb976c8512d (patch) | |
| tree | 4f663d770fb7f920173026ce018b2c9b22db7dcc | |
| parent | 4d5feffd23caefea61e95ac95316beefd9258d93 (diff) | |
PHP 7.1.0RC2 (SCL) + extension mass rebuild
| -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  | 
