diff options
-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.11.1 -libmaxminddb library version => 1.8.0 +maxminddb extension version => 1.12.0 +libmaxminddb library version => 1.11.0 @@ -1,4 +1,4 @@ -Extension [ <persistent> extension #65 maxminddb version 1.11.1 ] { +Extension [ <persistent> extension #86 maxminddb version 1.12.0 ] { - Classes [3] { Class [ <internal:maxminddb> class MaxMind\Db\Reader\InvalidDatabaseException extends Exception implements Throwable, Stringable ] { @@ -96,7 +96,7 @@ Extension [ <persistent> extension #65 maxminddb version 1.11.1 ] { Class [ <internal:maxminddb> class MaxMind\Db\Reader ] { - Constants [1] { - Constant [ public string MMDB_LIB_VERSION ] { 1.8.0 } + Constant [ public string MMDB_LIB_VERSION ] { 1.11.0 } } - Static properties [0] { diff --git a/php-maxminddb.spec b/php-maxminddb.spec index 8cd7471..44f5b65 100644 --- a/php-maxminddb.spec +++ b/php-maxminddb.spec @@ -15,7 +15,7 @@ %endif %bcond_without tests -%global gh_commit 1e66f73ffcf25e17c7a910a1317e9720a95497c7 +%global gh_commit 5b2d7a721dedfaef9dc20822c5fe7d26f9f8eb90 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner maxmind %global gh_project MaxMind-DB-Reader-php @@ -30,7 +30,7 @@ Summary: MaxMind DB Reader extension Name: %{?scl_prefix}php-maxminddb -Version: 1.11.1 +Version: 1.12.0 Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: Apache-2.0 URL: https://github.com/%{gh_owner}/%{gh_project} @@ -279,6 +279,9 @@ exit $ret # when using pkgup, CHECK Release! %changelog +* Fri Nov 15 2024 Remi Collet <remi@remirepo.net> - 1.12.0-1 +- update to 1.12.0 + * Mon Dec 4 2023 Remi Collet <remi@remirepo.net> - 1.11.1-1 - update to 1.11.1 |