From c605796018820ebd0c3f49acfc4adc47c9949987 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 5 Jan 2019 07:01:32 +0100 Subject: v1.4.1 --- php-maxminddb.spec | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'php-maxminddb.spec') 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 - 1.4.1-1 +- update to 1.4.1 + * Wed Nov 21 2018 Remi Collet - 1.4.0-1 - update to 1.4.0 - open https://github.com/maxmind/MaxMind-DB-Reader-php/issues/79 -- cgit