diff options
| -rw-r--r-- | PHPINFO | 2 | ||||
| -rw-r--r-- | REFLECTION | 2 | ||||
| -rw-r--r-- | php-maxminddb.spec | 10 | 
3 files changed, 7 insertions, 7 deletions
@@ -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 @@ -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  | 
