summaryrefslogtreecommitdiffstats
path: root/php-maxminddb.spec
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 /php-maxminddb.spec
parent17606afe7f591b6838c5ca56503761e03b9de125 (diff)
v1.4.1
Diffstat (limited to 'php-maxminddb.spec')
-rw-r--r--php-maxminddb.spec10
1 files changed, 5 insertions, 5 deletions
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