From 740c9567ff67624651b1c1405d2ddf27d9aa3326 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 8 Nov 2017 06:47:36 +0100 Subject: v8.0.1 --- REFLECTION | 2 +- php-pecl-ip2location.spec | 10 ++++++---- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/REFLECTION b/REFLECTION index 664c973..775ce61 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #100 ip2location version 8.0.0 ] { +Extension [ extension #100 ip2location version 8.0.1 ] { - Constants [4] { Constant [ integer IP2LOCATION_FILE_IO ] { 0 } diff --git a/php-pecl-ip2location.spec b/php-pecl-ip2location.spec index 2a2bbbd..1675d37 100644 --- a/php-pecl-ip2location.spec +++ b/php-pecl-ip2location.spec @@ -19,7 +19,7 @@ %global ini_name 40-%{pecl_name}.ini %endif -%global upstream_version 8.0.0 +%global upstream_version 8.0.1 #global upstream_prever RC1 Summary: Get geo location information of an IP address @@ -28,8 +28,7 @@ Version: %{upstream_version}%{?upstream_prever:~%{upstream_prever}} Release: 1%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} URL: http://pecl.php.net/package/igbinary Source0: http://pecl.php.net/get/%{pecl_name}-%{upstream_version}%{?upstream_prever}.tgz -# https://github.com/chrislim2888/IP2Location-PECL-Extension/issues/6 -License: MIT +License: PHP Group: System Environment/Libraries # https://github.com/chrislim2888/IP2Location-PECL-Extension/pull/5 @@ -97,7 +96,6 @@ mv %{pecl_name}-%{upstream_version}%{?upstream_prever} NTS # Don't install tests sed -e 's/role="test"/role="src"/' \ %{?_licensedir:-e '/LICENSE/s/role="doc"/role="src"/' } \ - -e '/IP2LOCATION_LICENSE_AGREEMENT.PDF/s/role="doc"/role="src"/' \ -e '/README.TXT/s/role="doc"/role="src"/' \ -i package.xml @@ -227,6 +225,10 @@ fi %changelog +* Wed Nov 8 2017 Remi Collet - 8.0.1-1 +- Update to 8.0.1 (no change) +- License is PHP + * Sun Nov 5 2017 Remi Collet - 8.0.0-1 - initital RPM - open https://github.com/chrislim2888/IP2Location-PECL-Extension/issues/6 -- cgit