summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2026-03-17 11:36:42 +0100
committerRemi Collet <remi@php.net>2026-03-17 11:36:42 +0100
commitd7dd3163cdbe09fe9d32ac6cc41967c58681c1bb (patch)
treefdc4dc50ef72eb7425cf4a9644a710ed0bc70225
parent27935fb1dedcfaa8d072848e055dbfc250c55fdd (diff)
drop pear/pecl dependencyHEADmaster
-rw-r--r--PHPINFO2
-rw-r--r--REFLECTION4
-rw-r--r--php-maxminddb.spec16
3 files changed, 10 insertions, 12 deletions
diff --git a/PHPINFO b/PHPINFO
index a25dbfe..b7ba178 100644
--- a/PHPINFO
+++ b/PHPINFO
@@ -3,4 +3,4 @@ maxminddb
MaxMind DB Reader => enabled
maxminddb extension version => 1.13.1
-libmaxminddb library version => 1.12.2
+libmaxminddb library version => 1.13.3
diff --git a/REFLECTION b/REFLECTION
index 971908a..26b764b 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #98 maxminddb version 1.13.1 ] {
+Extension [ <persistent> extension #95 maxminddb version 1.13.1 ] {
- Classes [3] {
Class [ <internal:maxminddb> class MaxMind\Db\Reader\InvalidDatabaseException extends Exception implements Throwable, Stringable ] {
@@ -96,7 +96,7 @@ Extension [ <persistent> extension #98 maxminddb version 1.13.1 ] {
Class [ <internal:maxminddb> class MaxMind\Db\Reader ] {
- Constants [1] {
- Constant [ public string MMDB_LIB_VERSION ] { 1.12.2 }
+ Constant [ public string MMDB_LIB_VERSION ] { 1.13.3 }
}
- Static properties [0] {
diff --git a/php-maxminddb.spec b/php-maxminddb.spec
index 9816b17..565d9b1 100644
--- a/php-maxminddb.spec
+++ b/php-maxminddb.spec
@@ -1,6 +1,6 @@
# remirepo spec file for php-maxminddb
#
-# SPDX-FileCopyrightText: Copyright 2018-2025 Remi Collet
+# SPDX-FileCopyrightText: Copyright 2018-2026 Remi Collet
# SPDX-License-Identifier: CECILL-2.1
# http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt
#
@@ -36,11 +36,11 @@
%global pk_project reader
%global _configure ../ext/configure
-Summary: MaxMind DB Reader extension
Name: %{?scl_prefix}php-maxminddb
-Version: 1.13.1
-Release: 1%{?dist}
+Summary: MaxMind DB Reader extension
License: Apache-2.0
+Version: 1.13.1
+Release: 2%{?dist}
URL: https://github.com/%{gh_owner}/%{gh_project}
# keep using git snapshot to retrieve extension + library + test
@@ -48,7 +48,6 @@ Source0: %{pkg_name}-%{version}-%{gh_short}.tgz
Source1: makesrc.sh
BuildRequires: %{?scl_prefix}php-devel >= 7.2
-BuildRequires: %{?scl_prefix}php-pear >= 1.10
BuildRequires: pkgconfig(libmaxminddb) >= 1.0.0
Requires: %{?scl_prefix}php(zend-abi) = %{php_zend_api}
@@ -197,9 +196,6 @@ cd ../ZTS
%install
%{?dtsenable}
-# Install XML package description
-install -D -m 644 package.xml %{buildroot}%{pecl_xmldir}/%{name}.xml
-
# Install the NTS stuff
%make_install -C NTS
install -D -m 644 %{ini_name} %{buildroot}%{php_inidir}/%{ini_name}
@@ -267,7 +263,6 @@ exit $ret
%files
%license LICENSE
%doc *.md
-%{pecl_xmldir}/%{name}.xml
%config(noreplace) %{php_inidir}/%{ini_name}
%{php_extdir}/%{pecl_name}.so
@@ -290,6 +285,9 @@ exit $ret
# when using pkgup, CHECK Release!
%changelog
+* Tue Mar 17 2026 Remi Collet <remi@remirepo.net> - 1.13.1-2
+- drop pear/pecl dependency
+
* Sat Nov 22 2025 Remi Collet <remi@remirepo.net> - 1.13.1-1
- update to 1.13.1 (no changes)
- add pie virtual provides