From 7e36bf7aeac388bbd7d8ad913ee2a203b35bb76c Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 18 Jan 2025 09:09:16 +0000 Subject: [PATCH 1/6] Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild --- php-maxminddb.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/php-maxminddb.spec b/php-maxminddb.spec index 4a26f52..8fbc06a 100644 --- a/php-maxminddb.spec +++ b/php-maxminddb.spec @@ -30,7 +30,7 @@ Summary: MaxMind DB Reader extension Name: php-maxminddb Version: 1.12.0 -Release: 1%{?dist} +Release: 2%{?dist} License: Apache-2.0 URL: https://github.com/%{gh_owner}/%{gh_project} @@ -228,6 +228,9 @@ exit $ret %changelog +* Sat Jan 18 2025 Fedora Release Engineering - 1.12.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild + * Fri Nov 15 2024 Remi Collet - 1.12.0-1 - update to 1.12.0 From d0009e4dd91ad2f5b509400661d6e92daccb13bf Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 6 May 2025 08:43:25 +0200 Subject: [PATCH 2/6] update to 1.12.1 re-license spec file to CECILL-2.1 --- .gitignore | 1 + php-maxminddb.spec | 16 ++++++++++------ sources | 2 +- 3 files changed, 12 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index d8a1559..67a480f 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,4 @@ clog /php-maxminddb-1.11.0-f7cc1a1.tgz /php-maxminddb-1.11.1-1e66f73.tgz /php-maxminddb-1.12.0-5b2d7a7.tgz +/php-maxminddb-1.12.1-815939e.tgz diff --git a/php-maxminddb.spec b/php-maxminddb.spec index 8fbc06a..018e5f3 100644 --- a/php-maxminddb.spec +++ b/php-maxminddb.spec @@ -3,13 +3,13 @@ # # 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 # -%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 @@ -29,8 +29,8 @@ Summary: MaxMind DB Reader extension Name: php-maxminddb -Version: 1.12.0 -Release: 2%{?dist} +Version: 1.12.1 +Release: 1%{?dist} License: Apache-2.0 URL: https://github.com/%{gh_owner}/%{gh_project} @@ -228,6 +228,10 @@ exit $ret %changelog +* Tue May 6 2025 Remi Collet - 1.12.1-1 +- update to 1.12.1 +- re-license spec file to CECILL-2.1 + * Sat Jan 18 2025 Fedora Release Engineering - 1.12.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild diff --git a/sources b/sources index 689a09e..3bb8362 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (php-maxminddb-1.12.0-5b2d7a7.tgz) = 14f178b02055596eeeb1743310cd2479bb7e4f3beb01e7b694ceee8b6f9a315b3949e52d9951d2c33aa7a173b6d14c721f171bfc58292e94ca0c7a81c67a21c6 +SHA512 (php-maxminddb-1.12.1-815939e.tgz) = 7202974a44e71908ba257b632272cc875d578bd5639e2183c74c8b673298693acb6520bef0c98e730ee1fc2fe3d4640eb11bd8360d57be4740954b049647af5a From 839b59ea2d03712879af1683cca573bd4517a39f Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 25 Jul 2025 05:14:46 +0000 Subject: [PATCH 3/6] Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild --- php-maxminddb.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/php-maxminddb.spec b/php-maxminddb.spec index 018e5f3..a1fee8a 100644 --- a/php-maxminddb.spec +++ b/php-maxminddb.spec @@ -30,7 +30,7 @@ Summary: MaxMind DB Reader extension Name: php-maxminddb Version: 1.12.1 -Release: 1%{?dist} +Release: 2%{?dist} License: Apache-2.0 URL: https://github.com/%{gh_owner}/%{gh_project} @@ -228,6 +228,9 @@ exit $ret %changelog +* Fri Jul 25 2025 Fedora Release Engineering - 1.12.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild + * Tue May 6 2025 Remi Collet - 1.12.1-1 - update to 1.12.1 - re-license spec file to CECILL-2.1 From fa67c8ab3831d024823b130768407c425dbea344 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 17 Sep 2025 07:16:20 +0200 Subject: [PATCH 4/6] rebuild for https://fedoraproject.org/wiki/Changes/php85 --- php-maxminddb.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/php-maxminddb.spec b/php-maxminddb.spec index a1fee8a..05d8dc5 100644 --- a/php-maxminddb.spec +++ b/php-maxminddb.spec @@ -30,7 +30,7 @@ Summary: MaxMind DB Reader extension Name: php-maxminddb Version: 1.12.1 -Release: 2%{?dist} +Release: 3%{?dist} License: Apache-2.0 URL: https://github.com/%{gh_owner}/%{gh_project} @@ -228,6 +228,9 @@ exit $ret %changelog +* Wed Sep 17 2025 Remi Collet - 1.12.1-3 +- rebuild for https://fedoraproject.org/wiki/Changes/php85 + * Fri Jul 25 2025 Fedora Release Engineering - 1.12.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild From 391aaa7bf4ec99e24d166d53fa64a8aaf48ffe5d Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 21 Nov 2025 08:41:06 +0100 Subject: [PATCH 5/6] v1.13.0 --- .gitignore | 1 + php-maxminddb.spec | 9 ++++++--- sources | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 67a480f..89fe537 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,4 @@ clog /php-maxminddb-1.11.1-1e66f73.tgz /php-maxminddb-1.12.0-5b2d7a7.tgz /php-maxminddb-1.12.1-815939e.tgz +/php-maxminddb-1.13.0-b298986.tgz diff --git a/php-maxminddb.spec b/php-maxminddb.spec index 05d8dc5..a49fcab 100644 --- a/php-maxminddb.spec +++ b/php-maxminddb.spec @@ -9,7 +9,7 @@ # # Please, preserve the changelog entries # -%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 @@ -29,8 +29,8 @@ Summary: MaxMind DB Reader extension Name: php-maxminddb -Version: 1.12.1 -Release: 3%{?dist} +Version: 1.13.0 +Release: 1%{?dist} License: Apache-2.0 URL: https://github.com/%{gh_owner}/%{gh_project} @@ -228,6 +228,9 @@ exit $ret %changelog +* Fri Nov 21 2025 Remi Collet - 1.13.0-1 +- update to 1.13.0 + * Wed Sep 17 2025 Remi Collet - 1.12.1-3 - rebuild for https://fedoraproject.org/wiki/Changes/php85 diff --git a/sources b/sources index 3bb8362..c7ba67a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (php-maxminddb-1.12.1-815939e.tgz) = 7202974a44e71908ba257b632272cc875d578bd5639e2183c74c8b673298693acb6520bef0c98e730ee1fc2fe3d4640eb11bd8360d57be4740954b049647af5a +SHA512 (php-maxminddb-1.13.0-b298986.tgz) = c506564948c4a8766cd7b5241af5897c82fc85806eb9d9aa64d6625fc51fefecabd1314396690c806ac2ecd0e489ad54ba27812e04cf04c93b1d1f0d27777ca5 From f99edb7aaab7cf9375c3fdbb39b2bd70ad4fd7d9 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 22 Nov 2025 08:22:12 +0100 Subject: [PATCH 6/6] update to 1.13.1 (no changes) add pie virtual provides --- .gitignore | 1 + php-maxminddb.spec | 13 +++++++++++-- sources | 2 +- 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 89fe537..29fac45 100644 --- a/.gitignore +++ b/.gitignore @@ -13,3 +13,4 @@ clog /php-maxminddb-1.12.0-5b2d7a7.tgz /php-maxminddb-1.12.1-815939e.tgz /php-maxminddb-1.13.0-b298986.tgz +/php-maxminddb-1.13.1-2194f58.tgz diff --git a/php-maxminddb.spec b/php-maxminddb.spec index a49fcab..6ada21a 100644 --- a/php-maxminddb.spec +++ b/php-maxminddb.spec @@ -9,11 +9,13 @@ # # Please, preserve the changelog entries # -%global gh_commit b298986c4f2c75ff080d9f6f4839bec46bda70f3 +%global gh_commit 2194f58d0f024ce923e685cdf92af3daf9951908 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner maxmind %global gh_project MaxMind-DB-Reader-php # Extension +%global pie_vend maxmind-db +%global pie_proj reader-ext %global pecl_name maxminddb %global ini_name 40-%{pecl_name}.ini # pure PHP library @@ -29,7 +31,7 @@ Summary: MaxMind DB Reader extension Name: php-maxminddb -Version: 1.13.0 +Version: 1.13.1 Release: 1%{?dist} License: Apache-2.0 URL: https://github.com/%{gh_owner}/%{gh_project} @@ -57,6 +59,9 @@ Provides: php-pecl-%{pecl_name} = %{version}-%{release} Provides: php-pecl-%{pecl_name}%{?_isa} = %{version}-%{release} Provides: php-pecl(%{pecl_name}) = %{version} Provides: php-pecl(%{pecl_name})%{?_isa} = %{version} +# PIE +Provides: %{?scl_prefix}php-pie(%{pie_vend}/%{pie_proj}) = %{version} +Provides: %{?scl_prefix}php-%{pie_vend}-%{pie_proj} = %{version} %description @@ -228,6 +233,10 @@ exit $ret %changelog +* Sat Nov 22 2025 Remi Collet - 1.13.1-1 +- update to 1.13.1 (no changes) +- add pie virtual provides + * Fri Nov 21 2025 Remi Collet - 1.13.0-1 - update to 1.13.0 diff --git a/sources b/sources index c7ba67a..dc1dae0 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (php-maxminddb-1.13.0-b298986.tgz) = c506564948c4a8766cd7b5241af5897c82fc85806eb9d9aa64d6625fc51fefecabd1314396690c806ac2ecd0e489ad54ba27812e04cf04c93b1d1f0d27777ca5 +SHA512 (php-maxminddb-1.13.1-2194f58.tgz) = 4862dd4afcb899fabd91dfa6a6471aa5bf06f2a4b1c5929d68ad72774c8d83e3ea17f2e2bab557b2d27f7fe2267854c391e19443f52e3667ce04614f3e9cf8d0