summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--composer.json10
-rw-r--r--phpunit12.spec18
2 files changed, 19 insertions, 9 deletions
diff --git a/composer.json b/composer.json
index eaa6996..1826247 100644
--- a/composer.json
+++ b/composer.json
@@ -16,6 +16,12 @@
"role": "lead"
}
],
+ "funding": [
+ {
+ "type": "other",
+ "url": "https://phpunit.de/sponsoring.html"
+ }
+ ],
"support": {
"issues": "https://github.com/sebastianbergmann/phpunit/issues",
"security": "https://github.com/sebastianbergmann/phpunit/security/policy"
@@ -40,7 +46,7 @@
"sebastian/cli-parser": "^4.2.0",
"sebastian/comparator": "^7.1.4",
"sebastian/diff": "^7.0.0",
- "sebastian/environment": "^8.0.3",
+ "sebastian/environment": "^8.0.4",
"sebastian/exporter": "^7.0.2",
"sebastian/global-state": "^8.0.2",
"sebastian/object-enumerator": "^7.0.0",
@@ -75,7 +81,7 @@
"files": [
"tests/_files/deprecation-trigger/trigger_deprecation.php",
"tests/unit/Event/AbstractEventTestCase.php",
- "tests/unit/TextUI/AbstractSouceFilterTestCase.php",
+ "tests/unit/TextUI/AbstractSourceFilterTestCase.php",
"tests/unit/Framework/MockObject/TestDoubleTestCase.php",
"tests/unit/Metadata/Parser/AttributeParserTestCase.php",
"tests/unit/Framework/Assert/assertContainsOnlyArrayTest.php",
diff --git a/phpunit12.spec b/phpunit12.spec
index 9883a2e..c81572e 100644
--- a/phpunit12.spec
+++ b/phpunit12.spec
@@ -19,8 +19,8 @@
%bcond_with defcmd
%endif
-%global gh_commit 47283cfd98d553edcb1353591f4e255dc1bb61f0
-%global gh_date 2026-02-18
+%global gh_commit aeb6899ffdbbf4b4ff5e6b6ebb77b35c51bb6d9a
+%global gh_date 2026-03-31
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global gh_owner sebastianbergmann
%global gh_project phpunit
@@ -33,7 +33,7 @@
%global ver_major 12
%global ver_minor 5
-%global upstream_version 12.5.14
+%global upstream_version 12.5.15
#global upstream_prever dev
Name: %{pk_project}%{ver_major}
@@ -63,7 +63,7 @@ BuildRequires: (php-composer(phpunit/php-timer) >= 8.0.0 with php-c
BuildRequires: (php-composer(sebastian/cli-parser) >= 4.2.0 with php-composer(sebastian/cli-parser) < 5)
BuildRequires: (php-composer(sebastian/comparator) >= 7.1.4 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.0.3 with php-composer(sebastian/environment) < 9)
+BuildRequires: (php-composer(sebastian/environment) >= 8.0.4 with php-composer(sebastian/environment) < 9)
BuildRequires: (php-composer(sebastian/exporter) >= 7.0.2 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)
@@ -99,7 +99,7 @@ BuildRequires: php-fedora-autoloader-devel >= 1.0.0
# "sebastian/cli-parser": "^4.2.0",
# "sebastian/comparator": "^7.1.4",
# "sebastian/diff": "^7.0.0",
-# "sebastian/environment": "^8.0.3",
+# "sebastian/environment": "^8.0.4",
# "sebastian/exporter": "^7.0.2",
# "sebastian/global-state": "^8.0.2",
# "sebastian/object-enumerator": "^7.0.0",
@@ -126,7 +126,7 @@ Requires: (php-composer(phpunit/php-timer) >= 8.0.0 with php-c
Requires: (php-composer(sebastian/cli-parser) >= 4.2.0 with php-composer(sebastian/cli-parser) < 5)
Requires: (php-composer(sebastian/comparator) >= 7.1.4 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.0.3 with php-composer(sebastian/environment) < 9)
+Requires: (php-composer(sebastian/environment) >= 8.0.4 with php-composer(sebastian/environment) < 9)
Requires: (php-composer(sebastian/exporter) >= 7.0.2 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)
@@ -218,7 +218,7 @@ cat << 'EOF' | tee -a tests/autoload.php
\Fedora\Autoloader\Dependencies::required([
__DIR__ . '/_files/deprecation-trigger/trigger_deprecation.php',
__DIR__ . '/unit/Event/AbstractEventTestCase.php',
- __DIR__ . '/unit/TextUI/AbstractSouceFilterTestCase.php',
+ __DIR__ . '/unit/TextUI/AbstractSourceFilterTestCase.php',
__DIR__ . '/unit/Framework/MockObject/TestDoubleTestCase.php',
__DIR__ . '/unit/Metadata/Parser/AttributeParserTestCase.php',
__DIR__ . '/unit/Framework/Assert/assertContainsOnlyArrayTest.php',
@@ -298,6 +298,10 @@ exit $ret
%changelog
+* Tue Mar 31 2026 Remi Collet <remi@remirepo.net> - 12.5.15-1
+- update to 12.5.15
+- raise dependency on sebastian/environment 8.0.4
+
* Wed Feb 18 2026 Remi Collet <remi@remirepo.net> - 12.5.14-1
- update to 12.5.14