public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Remi Collet <remi@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/phpunit12] f43: v15.5.28
Date: Sat, 30 May 2026 05:51:04 GMT [thread overview]
Message-ID: <178012026454.1.14952288341913352022.rpms-phpunit12-f42c96679192@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/phpunit12
Branch : f43
Commit : f42c96679192da902d210972cb75d6e45228eb1a
Author : Remi Collet <remi@fedoraproject.org>
Date : 2026-05-30T07:50:54+02:00
Stats : +9/-5 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/phpunit12/c/f42c96679192da902d210972cb75d6e45228eb1a?branch=f43
Log:
v15.5.28
(cherry picked from commit 6a875c9df8aa1a05f15d2fef10eb2b55f3c2c288)
---
diff --git a/.gitignore b/.gitignore
index 5cb5d68..c034b43 100644
--- a/.gitignore
+++ b/.gitignore
@@ -57,3 +57,4 @@
/phpunit12-12.5.24.tgz
/phpunit12-12.5.25.tgz
/phpunit12-12.5.26.tgz
+/phpunit12-12.5.28.tgz
diff --git a/phpunit12.spec b/phpunit12.spec
index 3a0ab7d..4cabd69 100644
--- a/phpunit12.spec
+++ b/phpunit12.spec
@@ -28,7 +28,7 @@
%global ver_minor 5
Name: %{pk_project}%{ver_major}
-Version: 12.5.26
+Version: 12.5.28
Release: 1%{?dist}
Summary: The PHP Unit Testing framework version %{ver_major}
@@ -54,7 +54,7 @@ BuildRequires: (php-composer(phpunit/php-timer) >= 8.0.0 with php-c
BuildRequires: (php-composer(sebastian/cli-parser) >= 4.2.1 with php-composer(sebastian/cli-parser) < 5)
BuildRequires: (php-composer(sebastian/comparator) >= 7.1.8 with php-composer(sebastian/comparator) < 8)
BuildRequires: (php-composer(sebastian/diff) >= 7.0.0 with php-composer(sebastian/diff) < 8)
-BuildRequires: (php-composer(sebastian/environment) >= 8.1.1 with php-composer(sebastian/environment) < 9)
+BuildRequires: (php-composer(sebastian/environment) >= 8.1.2 with php-composer(sebastian/environment) < 9)
BuildRequires: (php-composer(sebastian/exporter) >= 7.0.3 with php-composer(sebastian/exporter) < 8)
BuildRequires: (php-composer(sebastian/global-state) >= 8.0.2 with php-composer(sebastian/global-state) < 9)
BuildRequires: (php-composer(sebastian/object-enumerator) >= 7.0.0 with php-composer(sebastian/object-enumerator) < 8)
@@ -90,7 +90,7 @@ BuildRequires: php-fedora-autoloader-devel >= 1.0.0
# "sebastian/cli-parser": "^4.2.1",
# "sebastian/comparator": "^7.1.8",
# "sebastian/diff": "^7.0.0",
-# "sebastian/environment": "^8.1.1",
+# "sebastian/environment": "^8.1.2",
# "sebastian/exporter": "^7.0.3",
# "sebastian/global-state": "^8.0.2",
# "sebastian/object-enumerator": "^7.0.0",
@@ -117,7 +117,7 @@ Requires: (php-composer(phpunit/php-timer) >= 8.0.0 with php-c
Requires: (php-composer(sebastian/cli-parser) >= 4.2.1 with php-composer(sebastian/cli-parser) < 5)
Requires: (php-composer(sebastian/comparator) >= 7.1.8 with php-composer(sebastian/comparator) < 8)
Requires: (php-composer(sebastian/diff) >= 7.0.0 with php-composer(sebastian/diff) < 8)
-Requires: (php-composer(sebastian/environment) >= 8.1.1 with php-composer(sebastian/environment) < 9)
+Requires: (php-composer(sebastian/environment) >= 8.1.2 with php-composer(sebastian/environment) < 9)
Requires: (php-composer(sebastian/exporter) >= 7.0.3 with php-composer(sebastian/exporter) < 8)
Requires: (php-composer(sebastian/global-state) >= 8.0.2 with php-composer(sebastian/global-state) < 9)
Requires: (php-composer(sebastian/object-enumerator) >= 7.0.0 with php-composer(sebastian/object-enumerator) < 8)
@@ -284,6 +284,9 @@ exit $ret
%changelog
+* Wed May 27 2026 Remi Collet <remi@remirepo.net> - 12.5.28-1
+- update to 12.5.28
+
* Thu May 21 2026 Remi Collet <remi@remirepo.net> - 12.5.26-1
- update to 12.5.26
- raise dependency on sebastian/cli-parser 4.2.1
diff --git a/sources b/sources
index cacfbed..24dbcd0 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (phpunit12-12.5.26.tgz) = 931a45b84ba00620f89983e17e9190dafaaac168558ef892db56efdf98bfc5e5f1ed8c164ce45af059eee693d40c685ca0ea6221dbe60102ab2ea2cb69ffde46
+SHA512 (phpunit12-12.5.28.tgz) = 2e0fb6dadcd0d61aa91637fda03634d2a8acc9fbaf62068f27630c2964e10b909cb16c8e8bf18bc793f222a95ad05bfa950afca9cdd0b1c851cfc2a8bbc9aeab
reply other threads:[~2026-05-30 5:51 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178012026454.1.14952288341913352022.rpms-phpunit12-f42c96679192@fedoraproject.org \
--to=remi@fedoraproject.org \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox