summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2019-01-05 07:01:32 +0100
committerRemi Collet <remi@remirepo.net>2019-01-05 07:01:32 +0100
commitc605796018820ebd0c3f49acfc4adc47c9949987 (patch)
tree72a53f337a34ebe739515ac945867fa12dc4fa59
parent17606afe7f591b6838c5ca56503761e03b9de125 (diff)
v1.4.1
-rw-r--r--PHPINFO2
-rw-r--r--REFLECTION2
-rw-r--r--php-maxminddb.spec10
3 files changed, 7 insertions, 7 deletions
diff --git a/PHPINFO b/PHPINFO
index 80ee149..7bb98d0 100644
--- a/PHPINFO
+++ b/PHPINFO
@@ -2,5 +2,5 @@
maxminddb
MaxMind DB Reader => enabled
-maxminddb extension version => 1.4.0
+maxminddb extension version => 1.4.1
libmaxminddb library version => 1.2.0
diff --git a/REFLECTION b/REFLECTION
index ca5dbd7..07723e7 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #115 maxminddb version 1.4.0 ] {
+Extension [ <persistent> extension #197 maxminddb version 1.4.1 ] {
- Classes [1] {
Class [ <internal:maxminddb> class MaxMind\Db\Reader ] {
diff --git a/php-maxminddb.spec b/php-maxminddb.spec
index 2a4667f..ec14d49 100644
--- a/php-maxminddb.spec
+++ b/php-maxminddb.spec
@@ -22,7 +22,7 @@
%endif
-%global gh_commit 2f1086e38939e808cc23b17daa469da094af9125
+%global gh_commit eb83d0ee1c1f9b8a340206302136bc81ee02ae74
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global gh_owner maxmind
%global gh_project MaxMind-DB-Reader-php
@@ -36,7 +36,7 @@
Summary: MaxMind DB Reader extension
Name: %{?sub_prefix}php-maxminddb
-Version: 1.4.0
+Version: 1.4.1
%global rpmrel 1
Release: %{rpmrel}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
License: ASL 2.0
@@ -274,9 +274,6 @@ done
php --define extension=%{buildroot}%{php_extdir}/%{pecl_name}.so \
%{_bindir}/phpunit \
--bootstrap %{buildroot}%{_datadir}/php/MaxMind/Db/Reader/autoload.php \
-%if 0%{?__isa_bits} < 64
- --filter '^((?!(testDecoder)).)*$' \
-%endif
--verbose || ret=1
%endif
exit $ret
@@ -307,6 +304,9 @@ exit $ret
%changelog
+* Sat Jan 5 2019 Remi Collet <remi@remirepo.net> - 1.4.1-1
+- update to 1.4.1
+
* Wed Nov 21 2018 Remi Collet <remi@remirepo.net> - 1.4.0-1
- update to 1.4.0
- open https://github.com/maxmind/MaxMind-DB-Reader-php/issues/79