diff options
author | Remi Collet <fedora@famillecollet.com> | 2015-10-14 09:31:19 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2015-10-14 09:31:19 +0200 |
commit | 2bcd1c55ed2ce95268655920158ec54daeed1294 (patch) | |
tree | 6ccd4e81a6abe4a4fe7c5f12e63ac6f133cdf312 | |
parent | 9350e2cafe13d92f6374b67b9719e3616e38d3c8 (diff) |
PHP 7.0.0RC5
-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 |