summaryrefslogtreecommitdiffstats
path: root/php-maxminddb.spec
diff options
context:
space:
mode:
Diffstat (limited to 'php-maxminddb.spec')
-rw-r--r--php-maxminddb.spec11
1 files changed, 7 insertions, 4 deletions
diff --git a/php-maxminddb.spec b/php-maxminddb.spec
index 884837b..a870b3c 100644
--- a/php-maxminddb.spec
+++ b/php-maxminddb.spec
@@ -15,7 +15,7 @@
%endif
%bcond_without tests
-%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
@@ -30,8 +30,8 @@
Summary: MaxMind DB Reader extension
Name: %{?scl_prefix}php-maxminddb
-Version: 1.12.1
-Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
+Version: 1.13.0
+Release: 1%{?dist}
License: Apache-2.0
URL: https://github.com/%{gh_owner}/%{gh_project}
@@ -236,7 +236,7 @@ REPORT_EXIT_STATUS=1 \
%if %{with_lib} && %{with tests}
cd ..
: Upstream test suite for the library
-for cmd in php php81 php82 php83 php84; do
+for cmd in php php81 php82 php83 php84 php85; do
if which $cmd; then
$cmd %{_bindir}/phpunit8 \
--bootstrap %{buildroot}%{_datadir}/php/MaxMind/Db/Reader/autoload.php \
@@ -279,6 +279,9 @@ exit $ret
# when using pkgup, CHECK Release!
%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