Compare commits
2 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3ac9d54227 | ||
|
|
c86ebd874f |
3 changed files with 14 additions and 4 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -7,3 +7,5 @@ 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
|
||||
/php-maxminddb-1.11.0-f7cc1a1.tgz
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@
|
|||
#
|
||||
# Please, preserve the changelog entries
|
||||
#
|
||||
%global gh_commit 07f84d969cfc527ce49388558a366ad376f1f35c
|
||||
%global gh_commit f7cc1a1472868f25a02636c99d1054232292bc26
|
||||
%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.10.0
|
||||
Version: 1.11.0
|
||||
Release: 1%{?dist}
|
||||
License: ASL 2.0
|
||||
URL: https://github.com/%{gh_owner}/%{gh_project}
|
||||
|
|
@ -32,6 +32,8 @@ URL: https://github.com/%{gh_owner}/%{gh_project}
|
|||
Source0: %{name}-%{version}-%{gh_short}.tgz
|
||||
Source1: makesrc.sh
|
||||
|
||||
BuildRequires: make
|
||||
BuildRequires: gcc
|
||||
BuildRequires: php-devel >= 7.2
|
||||
BuildRequires: php-pear >= 1.10
|
||||
BuildRequires: pkgconfig(libmaxminddb) >= 1.0.0
|
||||
|
|
@ -219,7 +221,7 @@ REPORT_EXIT_STATUS=1 \
|
|||
|
||||
cd ..
|
||||
: Upstream test suite for the library
|
||||
for cmd in php php72 php73 php74 php80; do
|
||||
for cmd in php php72 php73 php74 php80 php81; do
|
||||
if which $cmd; then
|
||||
$cmd %{_bindir}/phpunit8 \
|
||||
--bootstrap %{buildroot}%{_datadir}/php/MaxMind/Db/Reader/autoload.php \
|
||||
|
|
@ -260,6 +262,12 @@ exit $ret
|
|||
|
||||
|
||||
%changelog
|
||||
* Tue Oct 19 2021 Remi Collet <remi@remirepo.net> - 1.11.0-1
|
||||
- update to 1.11.0
|
||||
|
||||
* Thu Apr 15 2021 Remi Collet <remi@remirepo.net> - 1.10.1-1
|
||||
- update to 1.10.1
|
||||
|
||||
* Wed Feb 10 2021 Remi Collet <remi@remirepo.net> - 1.10.0-1
|
||||
- update to 1.10.0
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (php-maxminddb-1.10.0-07f84d9.tgz) = fd95a09f38e227b9581e2f387e950ac6659788493a1ad80cc6e272a77c10f98e9be14f16a3eec11e90cc19bef3af80a73c38ca5e8c2fde8ba8f1e7e6debf336a
|
||||
SHA512 (php-maxminddb-1.11.0-f7cc1a1.tgz) = d0d7ce79ed152ba9277997515cade9a8c7a043d1a23a27e6838ad48b3e4f8854327356f3a1d30dff156a203ec65329d3f1d936a26a1e9ee5ae87c4ff400f2997
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue