Compare commits
2 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ba6ad2381d | ||
|
|
49d7a82670 |
3 changed files with 16 additions and 7 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -10,3 +10,5 @@ clog
|
||||||
/php-maxminddb-1.10.1-569bd44.tgz
|
/php-maxminddb-1.10.1-569bd44.tgz
|
||||||
/php-maxminddb-1.11.0-f7cc1a1.tgz
|
/php-maxminddb-1.11.0-f7cc1a1.tgz
|
||||||
/php-maxminddb-1.11.1-1e66f73.tgz
|
/php-maxminddb-1.11.1-1e66f73.tgz
|
||||||
|
/php-maxminddb-1.12.0-5b2d7a7.tgz
|
||||||
|
/php-maxminddb-1.12.1-815939e.tgz
|
||||||
|
|
|
||||||
|
|
@ -3,13 +3,13 @@
|
||||||
#
|
#
|
||||||
# remirepo spec file for php-maxminddb
|
# remirepo spec file for php-maxminddb
|
||||||
#
|
#
|
||||||
# Copyright (c) 2018-2024 Remi Collet
|
# SPDX-FileCopyrightText: Copyright 2018-2025 Remi Collet
|
||||||
# License: CC-BY-SA-4.0
|
# SPDX-License-Identifier: CECILL-2.1
|
||||||
# http://creativecommons.org/licenses/by-sa/4.0/
|
# http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt
|
||||||
#
|
#
|
||||||
# Please, preserve the changelog entries
|
# Please, preserve the changelog entries
|
||||||
#
|
#
|
||||||
%global gh_commit 1e66f73ffcf25e17c7a910a1317e9720a95497c7
|
%global gh_commit 815939e006b7e68062b540ec9e86aaa8be2b6ce4
|
||||||
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
|
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
|
||||||
%global gh_owner maxmind
|
%global gh_owner maxmind
|
||||||
%global gh_project MaxMind-DB-Reader-php
|
%global gh_project MaxMind-DB-Reader-php
|
||||||
|
|
@ -30,8 +30,8 @@
|
||||||
|
|
||||||
Summary: MaxMind DB Reader extension
|
Summary: MaxMind DB Reader extension
|
||||||
Name: php-maxminddb
|
Name: php-maxminddb
|
||||||
Version: 1.11.1
|
Version: 1.12.1
|
||||||
Release: 5%{?dist}
|
Release: 1%{?dist}
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
URL: https://github.com/%{gh_owner}/%{gh_project}
|
URL: https://github.com/%{gh_owner}/%{gh_project}
|
||||||
|
|
||||||
|
|
@ -263,6 +263,13 @@ exit $ret
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue May 6 2025 Remi Collet <remi@remirepo.net> - 1.12.1-1
|
||||||
|
- update to 1.12.1
|
||||||
|
- re-license spec file to CECILL-2.1
|
||||||
|
|
||||||
|
* Fri Nov 15 2024 Remi Collet <remi@remirepo.net> - 1.12.0-1
|
||||||
|
- update to 1.12.0
|
||||||
|
|
||||||
* Fri Jul 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.11.1-5
|
* Fri Jul 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.11.1-5
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
|
||||||
|
|
||||||
|
|
|
||||||
2
sources
2
sources
|
|
@ -1 +1 @@
|
||||||
SHA512 (php-maxminddb-1.11.1-1e66f73.tgz) = 4d38bfca7b3b215ce01e306be1c3771dec9c83728026915faa98c6e51595181ade29ede6709fd71a22439cad23c808a55c0d459c6c56eb4638d8378bb34a4106
|
SHA512 (php-maxminddb-1.12.1-815939e.tgz) = 7202974a44e71908ba257b632272cc875d578bd5639e2183c74c8b673298693acb6520bef0c98e730ee1fc2fe3d4640eb11bd8360d57be4740954b049647af5a
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue