From 9e73f3c03da8e12dd31664bb097c1c730a8940ab Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 6 May 2025 08:00:00 +0200 Subject: update to 1.12.1 re-license spec file to CECILL-2.1 --- PHPINFO | 4 ++-- REFLECTION | 4 ++-- php-maxminddb.spec | 14 +++++++++----- 3 files changed, 13 insertions(+), 9 deletions(-) diff --git a/PHPINFO b/PHPINFO index 2cae64a..953f007 100644 --- a/PHPINFO +++ b/PHPINFO @@ -2,5 +2,5 @@ maxminddb MaxMind DB Reader => enabled -maxminddb extension version => 1.12.0 -libmaxminddb library version => 1.11.0 +maxminddb extension version => 1.12.1 +libmaxminddb library version => 1.12.2 diff --git a/REFLECTION b/REFLECTION index a86697a..065c6b0 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #86 maxminddb version 1.12.0 ] { +Extension [ extension #93 maxminddb version 1.12.1 ] { - Classes [3] { Class [ class MaxMind\Db\Reader\InvalidDatabaseException extends Exception implements Throwable, Stringable ] { @@ -96,7 +96,7 @@ Extension [ extension #86 maxminddb version 1.12.0 ] { Class [ class MaxMind\Db\Reader ] { - Constants [1] { - Constant [ public string MMDB_LIB_VERSION ] { 1.11.0 } + Constant [ public string MMDB_LIB_VERSION ] { 1.12.2 } } - Static properties [0] { diff --git a/php-maxminddb.spec b/php-maxminddb.spec index 44f5b65..884837b 100644 --- a/php-maxminddb.spec +++ b/php-maxminddb.spec @@ -1,8 +1,8 @@ # remirepo spec file for php-maxminddb # -# Copyright (c) 2018-2024 Remi Collet -# License: CC-BY-SA-4.0 -# http://creativecommons.org/licenses/by-sa/4.0/ +# SPDX-FileCopyrightText: Copyright 2018-2025 Remi Collet +# SPDX-License-Identifier: CECILL-2.1 +# http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt # # Please, preserve the changelog entries # @@ -15,7 +15,7 @@ %endif %bcond_without tests -%global gh_commit 5b2d7a721dedfaef9dc20822c5fe7d26f9f8eb90 +%global gh_commit 815939e006b7e68062b540ec9e86aaa8be2b6ce4 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner maxmind %global gh_project MaxMind-DB-Reader-php @@ -30,7 +30,7 @@ Summary: MaxMind DB Reader extension Name: %{?scl_prefix}php-maxminddb -Version: 1.12.0 +Version: 1.12.1 Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: Apache-2.0 URL: https://github.com/%{gh_owner}/%{gh_project} @@ -279,6 +279,10 @@ exit $ret # when using pkgup, CHECK Release! %changelog +* Tue May 6 2025 Remi Collet - 1.12.1-1 +- update to 1.12.1 +- re-license spec file to CECILL-2.1 + * Fri Nov 15 2024 Remi Collet - 1.12.0-1 - update to 1.12.0 -- cgit