From 2bcd1c55ed2ce95268655920158ec54daeed1294 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 14 Oct 2015 09:31:19 +0200 Subject: PHP 7.0.0RC5 --- php-pecl-geoip.spec | 7 +++++-- 1 file 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 - 1.1.0-9 +- rebuild for PHP 7.0.0RC5 new API version + * Fri Sep 18 2015 Remi Collet - 1.1.0-8 - F23 rebuild with rh_layout -- cgit