diff options
| author | Remi Collet <remi@remirepo.net> | 2021-04-15 07:27:39 +0200 | 
|---|---|---|
| committer | Remi Collet <remi@remirepo.net> | 2021-04-15 07:27:39 +0200 | 
| commit | 91105a3dd77d670cab33f9210e3e662af735c146 (patch) | |
| tree | d3feeb84457bfece30c89dd77389f80cf233bd5d | |
| parent | c59ff31c3dc7491b7a51d80983bb92bc4001dd21 (diff) | |
update to 1.10.1
| -rw-r--r-- | PHPINFO | 4 | ||||
| -rw-r--r-- | REFLECTION | 4 | ||||
| -rw-r--r-- | php-maxminddb.spec | 7 | 
3 files changed, 9 insertions, 6 deletions
| @@ -2,5 +2,5 @@  maxminddb  MaxMind DB Reader => enabled -maxminddb extension version => 1.10.0 -libmaxminddb library version => 1.5.0 +maxminddb extension version => 1.10.1 +libmaxminddb library version => 1.5.2 @@ -1,4 +1,4 @@ -Extension [ <persistent> extension #120 maxminddb version 1.10.0 ] { +Extension [ <persistent> extension #120 maxminddb version 1.10.1 ] {    - Classes [3] {      Class [ <internal:maxminddb> class MaxMind\Db\Reader\InvalidDatabaseException extends Exception implements Throwable ] { @@ -61,7 +61,7 @@ Extension [ <persistent> extension #120 maxminddb version 1.10.0 ] {      Class [ <internal:maxminddb> class MaxMind\Db\Reader ] {        - Constants [1] { -        Constant [ public string MMDB_LIB_VERSION ] { 1.5.0 } +        Constant [ public string MMDB_LIB_VERSION ] { 1.5.2 }        }        - Static properties [0] { diff --git a/php-maxminddb.spec b/php-maxminddb.spec index e3bbf0a..6c069cf 100644 --- a/php-maxminddb.spec +++ b/php-maxminddb.spec @@ -17,7 +17,7 @@  %global with_tests   0%{!?_without_tests:1} -%global gh_commit   07f84d969cfc527ce49388558a366ad376f1f35c +%global gh_commit   569bd44d97d30a4ec12c7793a33004a76d4caf18  %global gh_short    %(c=%{gh_commit}; echo ${c:0:7})  %global gh_owner    maxmind  %global gh_project  MaxMind-DB-Reader-php @@ -31,7 +31,7 @@  Summary:       MaxMind DB Reader extension  Name:          %{?sub_prefix}php-maxminddb -Version:       1.10.0 +Version:       1.10.1  %global rpmrel 1  Release:       %{rpmrel}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}  License:       ASL 2.0 @@ -320,6 +320,9 @@ fi  # noarch in "remi" not in modular  %changelog +* Thu Apr 15 2021 Remi Collet <remi@remirepo.net> - 1.10.1-1 +- update to 1.10.1 +  * Wed Feb 10 2021 Remi Collet <remi@remirepo.net> - 1.10.0-1  - update to 1.10.0 | 
