From e5336db6a45dfa34aadbc6a28c843f15f0138667 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 1 Dec 2016 13:39:44 +0100 Subject: PHP 7.1 mass rebuild part #2 --- php-pecl-geoip.spec | 11 +++++------ 1 file 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 - 1.1.1-3 +- rebuild with PHP 7.1.0 GA + * Wed Sep 14 2016 Remi Collet - 1.1.1-2 - rebuild for PHP 7.1 new API version -- cgit