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 3f72a64..4824ea2 100644
--- a/composer.json
+++ b/composer.json
@@ -38,7 +38,7 @@
"phpunit/php-text-template": "^5.0.0",
"phpunit/php-timer": "^8.0.0",
"sebastian/cli-parser": "^4.2.0",
- "sebastian/comparator": "^7.1.3",
+ "sebastian/comparator": "^7.1.4",
"sebastian/diff": "^7.0.0",
"sebastian/environment": "^8.0.3",
"sebastian/exporter": "^7.0.2",
diff --git a/phpunit12.spec b/phpunit12.spec
index 9762083..b83e034 100644
--- a/phpunit12.spec
+++ b/phpunit12.spec
@@ -19,8 +19,8 @@
%bcond_with defcmd
%endif
-%global gh_commit ab8e4374264bc65523d1458d14bf80261577e01f
-%global gh_date 2026-01-16
+%global gh_commit 79dee3d2685b80518e94b9ea741b3f822b213a5e
+%global gh_date 2026-01-24
%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.6
+%global upstream_version 12.5.7
#global upstream_prever dev
Name: %{pk_project}%{ver_major}
@@ -61,7 +61,7 @@ BuildRequires: (php-composer(phpunit/php-invoker) >= 6.0.0 with php-c
BuildRequires: (php-composer(phpunit/php-text-template) >= 5.0.0 with php-composer(phpunit/php-text-template) < 6)
BuildRequires: (php-composer(phpunit/php-timer) >= 8.0.0 with php-composer(phpunit/php-timer) < 9)
BuildRequires: (php-composer(sebastian/cli-parser) >= 4.2.0 with php-composer(sebastian/cli-parser) < 5)
-BuildRequires: (php-composer(sebastian/comparator) >= 7.1.3 with php-composer(sebastian/comparator) < 8)
+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/exporter) >= 7.0.2 with php-composer(sebastian/exporter) < 8)
@@ -96,7 +96,7 @@ BuildRequires: php-fedora-autoloader-devel >= 1.0.0
# "phpunit/php-text-template": "^5.0.0",
# "phpunit/php-timer": "^8.0.0",
# "sebastian/cli-parser": "^4.2.0",
-# "sebastian/comparator": "^7.1.3",
+# "sebastian/comparator": "^7.1.4",
# "sebastian/diff": "^7.0.0",
# "sebastian/environment": "^8.0.3",
# "sebastian/exporter": "^7.0.2",
@@ -122,7 +122,7 @@ Requires: (php-composer(phpunit/php-invoker) >= 6.0.0 with php-c
Requires: (php-composer(phpunit/php-text-template) >= 5.0.0 with php-composer(phpunit/php-text-template) < 6)
Requires: (php-composer(phpunit/php-timer) >= 8.0.0 with php-composer(phpunit/php-timer) < 9)
Requires: (php-composer(sebastian/cli-parser) >= 4.2.0 with php-composer(sebastian/cli-parser) < 5)
-Requires: (php-composer(sebastian/comparator) >= 7.1.3 with php-composer(sebastian/comparator) < 8)
+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/exporter) >= 7.0.2 with php-composer(sebastian/exporter) < 8)
@@ -287,6 +287,10 @@ exit $ret
%changelog
+* Mon Jan 26 2026 Remi Collet <remi@remirepo.net> - 12.5.7-1
+- update to 12.5.7
+- raise dependency on sebastian/comparator 7.1.4
+
* Sat Jan 17 2026 Remi Collet <remi@remirepo.net> - 12.5.6-1
- update to 12.5.6