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 --- php-pecl-ip2location.spec | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'php-pecl-ip2location.spec') 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