v1.10.1
This commit is contained in:
parent
42c61fc092
commit
92a127ada3
3 changed files with 8 additions and 4 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -7,3 +7,4 @@ clog
|
|||
/php-maxminddb-1.8.0-b566d42.tgz
|
||||
/php-maxminddb-1.9.0-9ee9ba9.tgz
|
||||
/php-maxminddb-1.10.0-07f84d9.tgz
|
||||
/php-maxminddb-1.10.1-569bd44.tgz
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@
|
|||
#
|
||||
# Please, preserve the changelog entries
|
||||
#
|
||||
%global gh_commit 07f84d969cfc527ce49388558a366ad376f1f35c
|
||||
%global gh_commit 569bd44d97d30a4ec12c7793a33004a76d4caf18
|
||||
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
|
||||
%global gh_owner maxmind
|
||||
%global gh_project MaxMind-DB-Reader-php
|
||||
|
|
@ -24,8 +24,8 @@
|
|||
|
||||
Summary: MaxMind DB Reader extension
|
||||
Name: php-maxminddb
|
||||
Version: 1.10.0
|
||||
Release: 2%{?dist}
|
||||
Version: 1.10.1
|
||||
Release: 1%{?dist}
|
||||
License: ASL 2.0
|
||||
URL: https://github.com/%{gh_owner}/%{gh_project}
|
||||
|
||||
|
|
@ -262,6 +262,9 @@ exit $ret
|
|||
|
||||
|
||||
%changelog
|
||||
* Thu Apr 15 2021 Remi Collet <remi@remirepo.net> - 1.10.1-1
|
||||
- update to 1.10.1
|
||||
|
||||
* Fri Mar 5 2021 Remi Collet <remi@fedoraproject.org> - 1.10.0-2
|
||||
- rebuild for https://fedoraproject.org/wiki/Changes/php80
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (php-maxminddb-1.10.0-07f84d9.tgz) = fd95a09f38e227b9581e2f387e950ac6659788493a1ad80cc6e272a77c10f98e9be14f16a3eec11e90cc19bef3af80a73c38ca5e8c2fde8ba8f1e7e6debf336a
|
||||
SHA512 (php-maxminddb-1.10.1-569bd44.tgz) = cf4c4081a3d11766eaa294c80364d840592f29871226d1596532456870575deaa1ddcc444930fa48b184786cb7916b8be14d563486d6da00a378dbad7e5c300a
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue