summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2021-02-10 07:06:54 +0100
committerRemi Collet <remi@remirepo.net>2021-02-10 07:06:54 +0100
commitc59ff31c3dc7491b7a51d80983bb92bc4001dd21 (patch)
tree1fdf89bab397cedce78821c49259527141566d50
parent4e6ab9cb141967164fadd3f104609e0ea3e183de (diff)
update to 1.10.0
-rw-r--r--PHPINFO4
-rw-r--r--REFLECTION4
-rw-r--r--php-maxminddb.spec9
3 files changed, 10 insertions, 7 deletions
diff --git a/PHPINFO b/PHPINFO
index c2dd9b6..eca6aaa 100644
--- a/PHPINFO
+++ b/PHPINFO
@@ -2,5 +2,5 @@
maxminddb
MaxMind DB Reader => enabled
-maxminddb extension version => 1.9.0
-libmaxminddb library version => 1.4.3
+maxminddb extension version => 1.10.0
+libmaxminddb library version => 1.5.0
diff --git a/REFLECTION b/REFLECTION
index 2a358b2..c88836f 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #119 maxminddb version 1.9.0 ] {
+Extension [ <persistent> extension #120 maxminddb version 1.10.0 ] {
- Classes [3] {
Class [ <internal:maxminddb> class MaxMind\Db\Reader\InvalidDatabaseException extends Exception implements Throwable ] {
@@ -61,7 +61,7 @@ Extension [ <persistent> extension #119 maxminddb version 1.9.0 ] {
Class [ <internal:maxminddb> class MaxMind\Db\Reader ] {
- Constants [1] {
- Constant [ public string MMDB_LIB_VERSION ] { 1.4.3 }
+ Constant [ public string MMDB_LIB_VERSION ] { 1.5.0 }
}
- Static properties [0] {
diff --git a/php-maxminddb.spec b/php-maxminddb.spec
index d73e0ad..e3bbf0a 100644
--- a/php-maxminddb.spec
+++ b/php-maxminddb.spec
@@ -17,7 +17,7 @@
%global with_tests 0%{!?_without_tests:1}
-%global gh_commit 9ee9ba9ee287b119e9f5a8e8dbfea0b49647cec4
+%global gh_commit 07f84d969cfc527ce49388558a366ad376f1f35c
%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.9.0
+Version: 1.10.0
%global rpmrel 1
Release: %{rpmrel}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
License: ASL 2.0
@@ -120,7 +120,7 @@ Recommends: geolite2-country
Suggests: geolite2-city
%endif
# from composer.json "conflict": {
-# "ext-maxminddb": "<1.9.0,>=2.0.0"
+# "ext-maxminddb": "<1.10.0,>=2.0.0"
Conflicts: php-maxminddb < %{version}
# From phpcompatifo report for 1.3.0
Requires: php-filter
@@ -320,6 +320,9 @@ fi
# noarch in "remi" not in modular
%changelog
+* Wed Feb 10 2021 Remi Collet <remi@remirepo.net> - 1.10.0-1
+- update to 1.10.0
+
* Fri Jan 8 2021 Remi Collet <remi@remirepo.net> - 1.9.0-1
- update to 1.9.0