summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2025-11-21 08:39:00 +0100
committerRemi Collet <remi@php.net>2025-11-21 08:39:00 +0100
commitfea27162c757b5899f143ecd77fb6fe8f55a95de (patch)
treee03a892c94202fc1653a2eeb42f8070719aedd89
parent9e73f3c03da8e12dd31664bb097c1c730a8940ab (diff)
update to 1.13.0
-rw-r--r--PHPINFO2
-rw-r--r--REFLECTION2
-rw-r--r--composer.json9
-rw-r--r--php-maxminddb.spec11
4 files changed, 13 insertions, 11 deletions
diff --git a/PHPINFO b/PHPINFO
index 953f007..3172214 100644
--- a/PHPINFO
+++ b/PHPINFO
@@ -2,5 +2,5 @@
maxminddb
MaxMind DB Reader => enabled
-maxminddb extension version => 1.12.1
+maxminddb extension version => 1.13.0
libmaxminddb library version => 1.12.2
diff --git a/REFLECTION b/REFLECTION
index 065c6b0..142b27f 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #93 maxminddb version 1.12.1 ] {
+Extension [ <persistent> extension #98 maxminddb version 1.13.0 ] {
- Classes [3] {
Class [ <internal:maxminddb> class MaxMind\Db\Reader\InvalidDatabaseException extends Exception implements Throwable, Stringable ] {
diff --git a/composer.json b/composer.json
index f4e7391..5b4e315 100644
--- a/composer.json
+++ b/composer.json
@@ -21,14 +21,13 @@
"ext-maxminddb": "A C-based database decoder that provides significantly faster lookups"
},
"conflict": {
- "ext-maxminddb": "<1.9.0,>=2.0.0"
+ "ext-maxminddb": "<1.11.1 || >=2.0.0"
},
"require-dev": {
- "friendsofphp/php-cs-fixer": "*",
+ "friendsofphp/php-cs-fixer": "3.*",
"phpunit/phpunit": ">=8.0.0,<10.0.0",
- "php-coveralls/php-coveralls": "^2.1",
- "phpunit/phpcov": ">=6.0.0",
- "squizlabs/php_codesniffer": "3.*"
+ "squizlabs/php_codesniffer": "4.*",
+ "phpstan/phpstan": "*"
},
"autoload": {
"psr-4": {
diff --git a/php-maxminddb.spec b/php-maxminddb.spec
index 884837b..a870b3c 100644
--- a/php-maxminddb.spec
+++ b/php-maxminddb.spec
@@ -15,7 +15,7 @@
%endif
%bcond_without tests
-%global gh_commit 815939e006b7e68062b540ec9e86aaa8be2b6ce4
+%global gh_commit b298986c4f2c75ff080d9f6f4839bec46bda70f3
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global gh_owner maxmind
%global gh_project MaxMind-DB-Reader-php
@@ -30,8 +30,8 @@
Summary: MaxMind DB Reader extension
Name: %{?scl_prefix}php-maxminddb
-Version: 1.12.1
-Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
+Version: 1.13.0
+Release: 1%{?dist}
License: Apache-2.0
URL: https://github.com/%{gh_owner}/%{gh_project}
@@ -236,7 +236,7 @@ REPORT_EXIT_STATUS=1 \
%if %{with_lib} && %{with tests}
cd ..
: Upstream test suite for the library
-for cmd in php php81 php82 php83 php84; do
+for cmd in php php81 php82 php83 php84 php85; do
if which $cmd; then
$cmd %{_bindir}/phpunit8 \
--bootstrap %{buildroot}%{_datadir}/php/MaxMind/Db/Reader/autoload.php \
@@ -279,6 +279,9 @@ exit $ret
# when using pkgup, CHECK Release!
%changelog
+* Fri Nov 21 2025 Remi Collet <remi@remirepo.net> - 1.13.0-1
+- update to 1.13.0
+
* Tue May 6 2025 Remi Collet <remi@remirepo.net> - 1.12.1-1
- update to 1.12.1
- re-license spec file to CECILL-2.1