diff options
| author | Remi Collet <fedora@famillecollet.com> | 2016-12-01 13:39:44 +0100 | 
|---|---|---|
| committer | Remi Collet <fedora@famillecollet.com> | 2016-12-01 13:39:44 +0100 | 
| commit | e5336db6a45dfa34aadbc6a28c843f15f0138667 (patch) | |
| tree | 9360182230c5f4404816c60aabc6d4cbb12ff4e0 | |
| parent | 8dc78e07e36e46045cb8ca64cd4d7eb976c8512d (diff) | |
PHP 7.1 mass rebuild part #2
| -rw-r--r-- | php-pecl-geoip.spec | 11 | 
1 files changed, 5 insertions, 6 deletions
diff --git a/php-pecl-geoip.spec b/php-pecl-geoip.spec index d200a72..e911162 100644 --- a/php-pecl-geoip.spec +++ b/php-pecl-geoip.spec @@ -9,12 +9,8 @@  # Please, preserve the changelog entries  #  %if 0%{?scl:1} -%if "%{scl}" == "rh-php56" -%global sub_prefix more-php56- -%else  %global sub_prefix %{scl_prefix} -%endif -%scl_package        php-pecl-geoip +%scl_package       php-pecl-geoip  %endif  %define pecl_name  geoip @@ -28,7 +24,7 @@  Name:           %{?sub_prefix}php-pecl-geoip  Version:        1.1.1 -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;')}}  Summary:        Extension to map IP addresses to geographic places  Group:          Development/Languages  License:        PHP @@ -224,6 +220,9 @@ fi  %changelog +* Thu Dec  1 2016 Remi Collet <remi@fedoraproject.org> - 1.1.1-3 +- rebuild with PHP 7.1.0 GA +  * Wed Sep 14 2016 Remi Collet <remi@fedoraproject.org> - 1.1.1-2  - rebuild for PHP 7.1 new API version  | 
