diff options
| -rw-r--r-- | php-pecl-geoip.spec | 7 | 
1 files changed, 5 insertions, 2 deletions
diff --git a/php-pecl-geoip.spec b/php-pecl-geoip.spec index 21f2500..8f45a33 100644 --- a/php-pecl-geoip.spec +++ b/php-pecl-geoip.spec @@ -32,7 +32,7 @@  Name:           %{?sub_prefix}php-pecl-geoip  Version:        1.1.0 -Release:        8%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release:        9%{?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 @@ -91,7 +91,7 @@ City, State, Country, Longitude, Latitude, and other information as  all, such as ISP and connection type. It makes use of Maxminds geoip  database -Package built for PHP %(%{__php} -r 'echo PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')%{?scl: as Software Collection (%{scl})}. +Package built for PHP %(%{__php} -r 'echo PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')%{?scl: as Software Collection (%{scl} by %{?scl_vendor}%{!?scl_vendor:rh})}.  %prep @@ -224,6 +224,9 @@ fi  %changelog +* Tue Oct 13 2015 Remi Collet <remi@fedoraproject.org> - 1.1.0-9 +- rebuild for PHP 7.0.0RC5 new API version +  * Fri Sep 18 2015 Remi Collet <remi@fedoraproject.org> - 1.1.0-8  - F23 rebuild with rh_layout  | 
