v1.13.0
(cherry picked from commit391aaa7bf4) (cherry picked from commita5647dece3)
This commit is contained in:
parent
9c25bcfaa3
commit
30e9bcf8b6
3 changed files with 7 additions and 3 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@
|
|||
%{!?__phpconfig: %global __phpconfig %{_bindir}/php-config}
|
||||
%{!?__ztsphpconfig:%global __ztsphpconfig %{_bindir}/zts-php-config}
|
||||
|
||||
%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
|
||||
|
|
@ -36,7 +36,7 @@
|
|||
|
||||
Summary: MaxMind DB Reader extension
|
||||
Name: php-maxminddb
|
||||
Version: 1.12.1
|
||||
Version: 1.13.0
|
||||
Release: 1%{?dist}
|
||||
License: Apache-2.0
|
||||
URL: https://github.com/%{gh_owner}/%{gh_project}
|
||||
|
|
@ -267,6 +267,9 @@ exit $ret
|
|||
|
||||
|
||||
%changelog
|
||||
* Fri Nov 21 2025 Remi Collet <remi@remirepo.net> - 1.13.0-1
|
||||
- update to 1.13.0
|
||||
|
||||
* 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
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (php-maxminddb-1.12.1-815939e.tgz) = 7202974a44e71908ba257b632272cc875d578bd5639e2183c74c8b673298693acb6520bef0c98e730ee1fc2fe3d4640eb11bd8360d57be4740954b049647af5a
|
||||
SHA512 (php-maxminddb-1.13.0-b298986.tgz) = c506564948c4a8766cd7b5241af5897c82fc85806eb9d9aa64d6625fc51fefecabd1314396690c806ac2ecd0e489ad54ba27812e04cf04c93b1d1f0d27777ca5
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue