summaryrefslogtreecommitdiffstats
path: root/php-pecl-ip2location.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2017-11-08 06:47:36 +0100
committerRemi Collet <remi@remirepo.net>2017-11-08 06:47:36 +0100
commit740c9567ff67624651b1c1405d2ddf27d9aa3326 (patch)
treebce5e05b38ec7db106c841d092c87f53939be7dc /php-pecl-ip2location.spec
parent3307dc5bfc6eb492e86b7fe44a404c0d2de51241 (diff)
v8.0.1
Diffstat (limited to 'php-pecl-ip2location.spec')
-rw-r--r--php-pecl-ip2location.spec10
1 files changed, 6 insertions, 4 deletions
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 <remi@remirepo.net> - 8.0.1-1
+- Update to 8.0.1 (no change)
+- License is PHP
+
* Sun Nov 5 2017 Remi Collet <remi@remirepo.net> - 8.0.0-1
- initital RPM
- open https://github.com/chrislim2888/IP2Location-PECL-Extension/issues/6