From 27935fb1dedcfaa8d072848e055dbfc250c55fdd Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 22 Nov 2025 08:42:40 +0100 Subject: refl --- PHPINFO | 2 +- REFLECTION | 2 +- php-maxminddb.spec | 6 ++++++ 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/PHPINFO b/PHPINFO index 3172214..a25dbfe 100644 --- a/PHPINFO +++ b/PHPINFO @@ -2,5 +2,5 @@ maxminddb MaxMind DB Reader => enabled -maxminddb extension version => 1.13.0 +maxminddb extension version => 1.13.1 libmaxminddb library version => 1.12.2 diff --git a/REFLECTION b/REFLECTION index 142b27f..971908a 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #98 maxminddb version 1.13.0 ] { +Extension [ extension #98 maxminddb version 1.13.1 ] { - Classes [3] { Class [ class MaxMind\Db\Reader\InvalidDatabaseException extends Exception implements Throwable, Stringable ] { diff --git a/php-maxminddb.spec b/php-maxminddb.spec index cbbdfc3..9816b17 100644 --- a/php-maxminddb.spec +++ b/php-maxminddb.spec @@ -6,6 +6,12 @@ # # Please, preserve the changelog entries # + +# TODO build --without test for 7.2 and 7.3 (because of phpunit) +# mockit ... all 74 85 +# mockit ... el8x 72 73 --without tests +# mockit ... el8a 72 73 --without tests + %if 0%{?scl:1} %scl_package php-maxminddb %global with_lib 0 -- cgit