summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2025-08-12 06:45:07 +0200
committerRemi Collet <remi@php.net>2025-08-12 06:45:07 +0200
commitb2fff564b964bb29543304f0b291aeee357c3d13 (patch)
treec36fe1e2cb8be64c07d885cc2391d1a39531b843
parentcd4e073faa46f08c2b8af0381ddf4e9e1d7c14f1 (diff)
update to 12.3.3
raise dependency on sebastian/comparator 7.1.2
-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 cdbd9ad..5070704 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.0.0",
- "sebastian/comparator": "^7.1.1",
+ "sebastian/comparator": "^7.1.2",
"sebastian/diff": "^7.0.0",
"sebastian/environment": "^8.0.2",
"sebastian/exporter": "^7.0.0",
diff --git a/phpunit12.spec b/phpunit12.spec
index b7392a0..abdadca 100644
--- a/phpunit12.spec
+++ b/phpunit12.spec
@@ -19,8 +19,8 @@
%bcond_with defcmd
%endif
-%global gh_commit ac6952c92e8a66ee5698cf81f421120ff64c8d0f
-%global gh_date 2025-08-10
+%global gh_commit 0b18fea9cc38c59147b85c9eeaca9531969a8cee
+%global gh_date 2025-08-11
%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 3
-%global upstream_version 12.3.2
+%global upstream_version 12.3.3
#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.0.0 with php-composer(sebastian/cli-parser) < 5)
-BuildRequires: (php-composer(sebastian/comparator) >= 7.1.1 with php-composer(sebastian/comparator) < 8)
+BuildRequires: (php-composer(sebastian/comparator) >= 7.1.2 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.2 with php-composer(sebastian/environment) < 9)
BuildRequires: (php-composer(sebastian/exporter) >= 7.0.0 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.0.0",
-# "sebastian/comparator": "^7.1.1",
+# "sebastian/comparator": "^7.1.2",
# "sebastian/diff": "^7.0.0",
# "sebastian/environment": "^8.0.2",
# "sebastian/exporter": "^7.0.0",
@@ -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.0.0 with php-composer(sebastian/cli-parser) < 5)
-Requires: (php-composer(sebastian/comparator) >= 7.1.1 with php-composer(sebastian/comparator) < 8)
+Requires: (php-composer(sebastian/comparator) >= 7.1.2 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.2 with php-composer(sebastian/environment) < 9)
Requires: (php-composer(sebastian/exporter) >= 7.0.0 with php-composer(sebastian/exporter) < 8)
@@ -287,6 +287,10 @@ exit $ret
%changelog
+* Tue Aug 12 2025 Remi Collet <remi@remirepo.net> - 12.3.3-1
+- update to 12.3.3
+- raise dependency on sebastian/comparator 7.1.2
+
* Mon Aug 11 2025 Remi Collet <remi@remirepo.net> - 12.3.2-1
- update to 12.3.2
- raise dependency on sebastian/comparator 7.1.1