From 7dad87b06a3106ee3bc1eea349ec465179c0dc3a Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 17 Oct 2020 07:58:45 +0200 Subject: rebuild against library 8.2.0 in Fedora/EPEL --- PHPINFO | 2 +- REFLECTION | 2 +- php-pecl-ip2location.spec | 7 +++++-- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/PHPINFO b/PHPINFO index fcf6c08..c31a827 100644 --- a/PHPINFO +++ b/PHPINFO @@ -3,4 +3,4 @@ ip2location ip2location support => enabled extension version => 8.0.1 -library version => 8.1.3 +library version => 8.2.0 diff --git a/REFLECTION b/REFLECTION index 45d46eb..5cf839f 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #117 ip2location version 8.0.1 ] { +Extension [ extension #116 ip2location version 8.0.1 ] { - Constants [4] { Constant [ int IP2LOCATION_FILE_IO ] { 0 } diff --git a/php-pecl-ip2location.spec b/php-pecl-ip2location.spec index 26541bf..0ac0b51 100644 --- a/php-pecl-ip2location.spec +++ b/php-pecl-ip2location.spec @@ -26,7 +26,7 @@ Summary: Get geo location information of an IP address Name: %{?sub_prefix}php-pecl-%{pecl_name} License: PHP Version: %{upstream_version}%{?upstream_prever:~%{upstream_prever}} -Release: 9%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} +Release: 10%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} URL: https://pecl.php.net/package/igbinary Source0: https://pecl.php.net/get/%{pecl_name}-%{upstream_version}%{?upstream_prever}.tgz @@ -47,7 +47,7 @@ BuildRequires: %{?dtsprefix}gcc BuildRequires: %{?scl_prefix}php-pear BuildRequires: %{?scl_prefix}php-devel # ensure proper version is used -BuildRequires: IP2Location-devel >= 8.1.3 +BuildRequires: IP2Location-devel >= 8.2.0 Requires: %{?scl_prefix}php(zend-abi) = %{php_zend_api} Requires: %{?scl_prefix}php(api) = %{php_core_api} @@ -237,6 +237,9 @@ fi %changelog +* Sat Oct 17 2020 Remi Collet - 8.0.1-10 +- rebuild against library 8.2.0 in Fedora/EPEL + * Tue Oct 6 2020 Remi Collet - 8.0.1-9 - rebuild against library 8.1.3 in Fedora/EPEL -- cgit