parent
1ee0cbb54e
commit
aef042eaa2
3 changed files with 10 additions and 3 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -3,3 +3,4 @@ clog
|
|||
/php-maxminddb-1.4.1-eb83d0e.tgz
|
||||
/php-maxminddb-1.5.0-bd43609.tgz
|
||||
/php-maxminddb-1.5.1-f096bbe.tgz
|
||||
/php-maxminddb-1.6.0-febd492.tgz
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@
|
|||
#
|
||||
# Please, preserve the changelog entries
|
||||
#
|
||||
%global gh_commit f096bbe4d37e3d93e62626297bfc2179472a972d
|
||||
%global gh_commit febd4920bf17c1da84cef58e56a8227dfb37fbe4
|
||||
%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.1
|
||||
Version: 1.6.0
|
||||
Release: 1%{?dist}
|
||||
License: ASL 2.0
|
||||
URL: https://github.com/%{gh_owner}/%{gh_project}
|
||||
|
|
@ -79,6 +79,9 @@ Requires: php(language) >= 5.6
|
|||
Recommends: php-bcmath
|
||||
Recommends: php-gmp
|
||||
Recommends: php-maxminddb
|
||||
# from composer.json "conflict": {
|
||||
# "ext-maxminddb": "<1.6.0,>=2.0.0"
|
||||
Conflicts: php-maxminddb < %{version}
|
||||
# Weak dependencies on databases
|
||||
Recommends: geolite2-country
|
||||
Suggests: geolite2-city
|
||||
|
|
@ -245,6 +248,9 @@ exit $ret
|
|||
|
||||
|
||||
%changelog
|
||||
* Fri Dec 20 2019 Remi Collet <remi@remirepo.net> - 1.6.0-1
|
||||
- update to 1.6.0
|
||||
|
||||
* Fri Dec 13 2019 Remi Collet <remi@remirepo.net> - 1.5.1-1
|
||||
- update to 1.5.1
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (php-maxminddb-1.5.1-f096bbe.tgz) = 8c235674ec9e4c57df825602bb65d4a74b8c4335be9aa24b4094988f216b7a00ce994f9713d8489a1ba78fedd6a244f20ceaa997c05d8e9bd6d9cf4c1076ac1d
|
||||
SHA512 (php-maxminddb-1.6.0-febd492.tgz) = 0ce09d1cf08f9c7adbdea9775f7dcc8e4142350fa9b93be355c2b18636b729c112ca5dcdb07fcb7596ce5003d1f03480c10cf120d8bb59985e6bca9158d44f8f
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue