parent
1066803c76
commit
1ee0cbb54e
3 changed files with 8 additions and 3 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -1,3 +1,5 @@
|
|||
clog
|
||||
/php-maxminddb-1.4.0-2f1086e.tgz
|
||||
/php-maxminddb-1.4.1-eb83d0e.tgz
|
||||
/php-maxminddb-1.5.0-bd43609.tgz
|
||||
/php-maxminddb-1.5.1-f096bbe.tgz
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@
|
|||
#
|
||||
# Please, preserve the changelog entries
|
||||
#
|
||||
%global gh_commit bd436094fc0a9b0558a899fb80b0ae34fe1808a0
|
||||
%global gh_commit f096bbe4d37e3d93e62626297bfc2179472a972d
|
||||
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
|
||||
%global gh_owner maxmind
|
||||
%global gh_project MaxMind-DB-Reader-php
|
||||
|
|
@ -24,7 +24,7 @@
|
|||
|
||||
Summary: MaxMind DB Reader extension
|
||||
Name: php-maxminddb
|
||||
Version: 1.5.0
|
||||
Version: 1.5.1
|
||||
Release: 1%{?dist}
|
||||
License: ASL 2.0
|
||||
URL: https://github.com/%{gh_owner}/%{gh_project}
|
||||
|
|
@ -245,6 +245,9 @@ exit $ret
|
|||
|
||||
|
||||
%changelog
|
||||
* Fri Dec 13 2019 Remi Collet <remi@remirepo.net> - 1.5.1-1
|
||||
- update to 1.5.1
|
||||
|
||||
* Tue Oct 1 2019 Remi Collet <remi@remirepo.net> - 1.5.0-1
|
||||
- update to 1.5.0
|
||||
- raise dependency on PHP 5.6
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (php-maxminddb-1.5.0-bd43609.tgz) = 8bf1b9e07fab0ce87acde34cf3f5e0b2958fc1f54eb938b7abaa1941712889f678a4b4ddfb9bcb41e6594f8c67e97fbf5209eb89f50f11f0cfab101b0ae7035c
|
||||
SHA512 (php-maxminddb-1.5.1-f096bbe.tgz) = 8c235674ec9e4c57df825602bb65d4a74b8c4335be9aa24b4094988f216b7a00ce994f9713d8489a1ba78fedd6a244f20ceaa997c05d8e9bd6d9cf4c1076ac1d
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue