summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2021-10-19 09:28:43 +0200
committerRemi Collet <remi@php.net>2021-10-19 09:28:43 +0200
commit7e7c495c1fd4e50b5b68e19cc4c990f7792c6698 (patch)
treec1d8b75bf1365837afc491b30096e479a5f2eadb
parent91105a3dd77d670cab33f9210e3e662af735c146 (diff)
update to 1.11.0
-rw-r--r--PHPINFO2
-rw-r--r--REFLECTION2
-rw-r--r--php-maxminddb.spec12
3 files changed, 11 insertions, 5 deletions
diff --git a/PHPINFO b/PHPINFO
index bebfd14..bae7c65 100644
--- a/PHPINFO
+++ b/PHPINFO
@@ -2,5 +2,5 @@
maxminddb
MaxMind DB Reader => enabled
-maxminddb extension version => 1.10.1
+maxminddb extension version => 1.11.0
libmaxminddb library version => 1.5.2
diff --git a/REFLECTION b/REFLECTION
index 93243a6..84e2310 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #120 maxminddb version 1.10.1 ] {
+Extension [ <persistent> extension #126 maxminddb version 1.11.0 ] {
- Classes [3] {
Class [ <internal:maxminddb> class MaxMind\Db\Reader\InvalidDatabaseException extends Exception implements Throwable ] {
diff --git a/php-maxminddb.spec b/php-maxminddb.spec
index 6c069cf..e3985d1 100644
--- a/php-maxminddb.spec
+++ b/php-maxminddb.spec
@@ -17,7 +17,7 @@
%global with_tests 0%{!?_without_tests:1}
-%global gh_commit 569bd44d97d30a4ec12c7793a33004a76d4caf18
+%global gh_commit f7cc1a1472868f25a02636c99d1054232292bc26
%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.1
+Version: 1.11.0
%global rpmrel 1
Release: %{rpmrel}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
License: ASL 2.0
@@ -255,7 +255,7 @@ REPORT_EXIT_STATUS=1 \
%if %{with_lib} && %{with_tests}
cd ..
: Upstream test suite for the library
-for cmd in php php72 php73 php74 php80; do
+for cmd in php php72 php73 php74 php80 php81; do
if which $cmd; then
$cmd %{_bindir}/phpunit8 \
--bootstrap %{buildroot}%{_datadir}/php/MaxMind/Db/Reader/autoload.php \
@@ -320,6 +320,12 @@ fi
# noarch in "remi" not in modular
%changelog
+* Tue Oct 19 2021 Remi Collet <remi@remirepo.net> - 1.11.0-1
+- update to 1.11.0
+
+* Wed Sep 01 2021 Remi Collet <remi@remirepo.net> - 1.10.1-2
+- rebuild for 8.1.0RC1
+
* Thu Apr 15 2021 Remi Collet <remi@remirepo.net> - 1.10.1-1
- update to 1.10.1