public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/phpunit12] f43: v15.5.31
@ 2026-07-07 6:10 Remi Collet
0 siblings, 0 replies; only message in thread
From: Remi Collet @ 2026-07-07 6:10 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/phpunit12
Branch : f43
Commit : c008508b3c08b8e08ee92a56ca11de1fe5be5099
Author : Remi Collet <remi@fedoraproject.org>
Date : 2026-07-07T08:10:17+02:00
Stats : +8/-5 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/phpunit12/c/c008508b3c08b8e08ee92a56ca11de1fe5be5099?branch=f43
Log:
v15.5.31
(cherry picked from commit f80e9968858b1ec3296b552fbc1472779a55c60a)
---
diff --git a/.gitignore b/.gitignore
index 98bb38f..dae4852 100644
--- a/.gitignore
+++ b/.gitignore
@@ -60,3 +60,4 @@
/phpunit12-12.5.28.tgz
/phpunit12-12.5.29.tgz
/phpunit12-12.5.30.tgz
+/phpunit12-12.5.31.tgz
diff --git a/phpunit12.spec b/phpunit12.spec
index 2301bee..51a8e82 100644
--- a/phpunit12.spec
+++ b/phpunit12.spec
@@ -28,7 +28,7 @@
%global ver_minor 5
Name: %{pk_project}%{ver_major}
-Version: 12.5.30
+Version: 12.5.31
Release: 1%{?dist}
Summary: The PHP Unit Testing framework version %{ver_major}
@@ -74,10 +74,10 @@ BuildRequires: php-fedora-autoloader-devel >= 1.0.0
# From composer.json, "require": {
# "php": ">=8.3",
# "ext-dom": "*",
+# "ext-filter": "*",
# "ext-json": "*",
# "ext-libxml": "*",
# "ext-mbstring": "*",
-# "ext-xml": "*",
# "ext-xmlwriter": "*",
# "myclabs/deep-copy": "^1.13.4",
# "phar-io/manifest": "^2.0.4",
@@ -104,7 +104,6 @@ Requires: php-dom
Requires: php-json
Requires: php-libxml
Requires: php-mbstring
-Requires: php-xml
Requires: php-xmlwriter
Requires: (php-composer(myclabs/deep-copy) >= 1.13.4 with php-composer(myclabs/deep-copy) < 2)
Requires: (php-composer(phar-io/manifest) >= 2.0.4 with php-composer(phar-io/manifest) < 3)
@@ -263,7 +262,7 @@ sed -e 's:@PATH@:%{buildroot}%{php_home}/%{ns_vendor}:' -i tests/bootstrap.php
sed -e 's:%{php_home}/%{ns_vendor}:%{buildroot}%{php_home}/%{ns_vendor}:' -i phpunit
ret=0
-for cmd in php php83 php84 php85; do
+for cmd in php php83 php84 php85 php86; do
if which $cmd; then
$cmd ./phpunit $OPT || ret=1
fi
@@ -284,6 +283,9 @@ exit $ret
%changelog
+* Tue Jul 7 2026 Remi Collet <remi@remirepo.net> - 12.5.31-1
+- update to 12.5.31
+
* Tue Jun 16 2026 Remi Collet <remi@remirepo.net> - 12.5.30-1
- update to 12.5.30
diff --git a/sources b/sources
index 4713846..fb42191 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (phpunit12-12.5.30.tgz) = d6f29b874142cb5f88b018c004d80b736551f3f5342731746610c0468908b32785129d207990fa9b9e205b570ba5e4047b4399998e7be4e9e3d7e41c40bde1ec
+SHA512 (phpunit12-12.5.31.tgz) = f28ae8b737f7363d349efab7f5cee2a7e6d918c2e4536e01ac37268f22a55a933b145fef9111251fa6682e9318385a4493d69b424f200e1fd6f04ad6f14ef72d
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-07 6:10 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-07 6:10 [rpms/phpunit12] f43: v15.5.31 Remi Collet
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox