summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2025-08-20 17:09:49 +0200
committerRemi Collet <remi@php.net>2025-08-20 17:09:49 +0200
commit5c82d73efb4493a9de72f1d99e62b89b108852b7 (patch)
tree23dd124fc4bc62755019f236e94536cafd85e28f
parent85e8c0f35b6a9ed837956f1ea08e6b657cf3e37e (diff)
update to 2.6.2HEADmaster
-rw-r--r--php-mock2.spec19
1 files changed, 11 insertions, 8 deletions
diff --git a/php-mock2.spec b/php-mock2.spec
index 1d53cf6..c87cfb5 100644
--- a/php-mock2.spec
+++ b/php-mock2.spec
@@ -6,16 +6,16 @@
#
# Please, preserve the changelog entries
#
-%global gh_commit c7b6789056dfc3c45389cabbe9930dc33aeb2bf0
+%global gh_commit e134d210e4707c29724ebc7fe50d220123f0fdd9
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
-%global gh_date 2025-02-28
+%global gh_date 2025-08-18
%global gh_owner php-mock
%global gh_project php-mock
%global with_tests 0%{!?_without_tests:1}
%global major 2
Name: php-mock%{major}
-Version: 2.6.1
+Version: 2.6.2
Release: 1%{?dist}
Summary: PHP-Mock can mock built-in PHP functions
@@ -137,7 +137,7 @@ ret=0
# testDefiningAfterCallingUnqualified and testEnable may fail locally (ok in mock)
if [ -x %{_bindir}/phpunit8 ]; then
- for cmd in php php80 php81 php82;do
+ for cmd in php php80 php81 php82 php83 php84 php85;do
if which $cmd; then
$cmd %{_bindir}/phpunit8 \
--filter '^((?!(testDefiningAfterCallingUnqualified|testEnable)).)*$' \
@@ -147,7 +147,7 @@ if [ -x %{_bindir}/phpunit8 ]; then
fi
if [ -x %{_bindir}/phpunit9 ]; then
- for cmd in php php80 php81 php82 php83 php84;do
+ for cmd in php php80 php81 php82 php83 php84 php85;do
if which $cmd; then
$cmd %{_bindir}/phpunit9 \
--filter '^((?!(testDefiningAfterCallingUnqualified|testEnable)).)*$' \
@@ -157,7 +157,7 @@ if [ -x %{_bindir}/phpunit9 ]; then
fi
if [ -x %{_bindir}/phpunit10 ]; then
- 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}/phpunit10 \
--filter '^((?!(testDefiningAfterCallingUnqualified|testEnable)).)*$' \
@@ -167,7 +167,7 @@ if [ -x %{_bindir}/phpunit10 ]; then
fi
if [ -x %{_bindir}/phpunit11 ]; then
- for cmd in php php82 php83 php84;do
+ for cmd in php php82 php83 php84 php85;do
if which $cmd; then
$cmd %{_bindir}/phpunit11 \
--filter '^((?!(testDefiningAfterCallingUnqualified|testEnable)).)*$' \
@@ -177,7 +177,7 @@ if [ -x %{_bindir}/phpunit11 ]; then
fi
if [ -x %{_bindir}/phpunit12 ]; then
- for cmd in php php83 php84;do
+ for cmd in php php83 php84 php85;do
if which $cmd; then
$cmd %{_bindir}/phpunit11 \
--filter '^((?!(testDefiningAfterCallingUnqualified|testEnable)).)*$' \
@@ -200,6 +200,9 @@ exit $ret
%changelog
+* Wed Aug 20 2025 Remi Collet <remi@remirepo.net> - 2.6.2-1
+- update to 2.6.2
+
* Mon Mar 3 2025 Remi Collet <remi@remirepo.net> - 2.6.1-1
- update to 2.6.1 (no change)