From 4b08d526e5a81eb3ef961f9600cff0fcb6dc584d Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 15 Nov 2024 08:10:15 +0100 Subject: update to 1.12.0 --- PHPINFO | 4 ++-- REFLECTION | 4 ++-- php-maxminddb.spec | 7 +++++-- 3 files changed, 9 insertions(+), 6 deletions(-) diff --git a/PHPINFO b/PHPINFO index 8cd2e02..2cae64a 100644 --- a/PHPINFO +++ b/PHPINFO @@ -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 diff --git a/REFLECTION b/REFLECTION index a369086..a86697a 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #65 maxminddb version 1.11.1 ] { +Extension [ extension #86 maxminddb version 1.12.0 ] { - Classes [3] { Class [ class MaxMind\Db\Reader\InvalidDatabaseException extends Exception implements Throwable, Stringable ] { @@ -96,7 +96,7 @@ Extension [ extension #65 maxminddb version 1.11.1 ] { Class [ 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 - 1.12.0-1 +- update to 1.12.0 + * Mon Dec 4 2023 Remi Collet - 1.11.1-1 - update to 1.11.1 -- cgit