summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--composer.json2
-rw-r--r--phpunit12.spec16
2 files changed, 11 insertions, 7 deletions
diff --git a/composer.json b/composer.json
index 7e8bbc1..8f4332d 100644
--- a/composer.json
+++ b/composer.json
@@ -40,7 +40,7 @@
"sebastian/cli-parser": "^4.0.0",
"sebastian/comparator": "^7.0.1",
"sebastian/diff": "^7.0.0",
- "sebastian/environment": "^8.0.0",
+ "sebastian/environment": "^8.0.1",
"sebastian/exporter": "^7.0.0",
"sebastian/global-state": "^8.0.0",
"sebastian/object-enumerator": "^7.0.0",
diff --git a/phpunit12.spec b/phpunit12.spec
index 00386d7..f7ac177 100644
--- a/phpunit12.spec
+++ b/phpunit12.spec
@@ -19,8 +19,8 @@
%bcond_with defcmd
%endif
-%global gh_commit f93ef2198df8d54b3195bcee381a33be51d8705e
-%global gh_date 2025-05-11
+%global gh_commit 2fdf0056c673c8f0f1eed00030be5f8243c1e6e0
+%global gh_date 2025-05-21
%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 1
-%global upstream_version 12.1.5
+%global upstream_version 12.1.6
#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.0.0 with php-composer(sebastian/cli-parser) < 5)
BuildRequires: (php-composer(sebastian/comparator) >= 7.0.1 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.0 with php-composer(sebastian/environment) < 9)
+BuildRequires: (php-composer(sebastian/environment) >= 8.0.1 with php-composer(sebastian/environment) < 9)
BuildRequires: (php-composer(sebastian/exporter) >= 7.0.0 with php-composer(sebastian/exporter) < 8)
BuildRequires: (php-composer(sebastian/global-state) >= 8.0.0 with php-composer(sebastian/global-state) < 9)
BuildRequires: (php-composer(sebastian/object-enumerator) >= 7.0.0 with php-composer(sebastian/object-enumerator) < 8)
@@ -98,7 +98,7 @@ BuildRequires: php-fedora-autoloader-devel >= 1.0.0
# "sebastian/cli-parser": "^4.0.0",
# "sebastian/comparator": "^7.0.1",
# "sebastian/diff": "^7.0.0",
-# "sebastian/environment": "^8.0.0",
+# "sebastian/environment": "^8.0.1",
# "sebastian/exporter": "^7.0.0",
# "sebastian/global-state": "^8.0.0",
# "sebastian/object-enumerator": "^7.0.0",
@@ -124,7 +124,7 @@ Requires: (php-composer(phpunit/php-timer) >= 8.0.0 with php-c
Requires: (php-composer(sebastian/cli-parser) >= 4.0.0 with php-composer(sebastian/cli-parser) < 5)
Requires: (php-composer(sebastian/comparator) >= 7.0.1 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.0 with php-composer(sebastian/environment) < 9)
+Requires: (php-composer(sebastian/environment) >= 8.0.1 with php-composer(sebastian/environment) < 9)
Requires: (php-composer(sebastian/exporter) >= 7.0.0 with php-composer(sebastian/exporter) < 8)
Requires: (php-composer(sebastian/global-state) >= 8.0.0 with php-composer(sebastian/global-state) < 9)
Requires: (php-composer(sebastian/object-enumerator) >= 7.0.0 with php-composer(sebastian/object-enumerator) < 8)
@@ -286,6 +286,10 @@ exit $ret
%changelog
+* Thu May 22 2025 Remi Collet <remi@remirepo.net> - 12.1.6-1
+- update to 12.1.6
+- raise dependency on sebastian/environment 8.0.1
+
* Mon May 12 2025 Remi Collet <remi@remirepo.net> - 12.1.5-1
- update to 12.1.5
- raise dependency on phpunit/php-code-coverage 12.2.1