summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2025-08-28 08:40:49 +0200
committerRemi Collet <remi@php.net>2025-08-28 08:40:49 +0200
commit30c162558a763ff5a3f8d1460123c86c3a2e31c2 (patch)
tree4ef12a30043bb7493103a6138e36a9f22afaa9dc
parentf7d5d699a6bff6fa36fe68bf23f0b8748c73b044 (diff)
update to 11.5.35
raise dependency on phpunit/php-code-coverage 11.0.11
-rw-r--r--composer.json2
-rw-r--r--phpunit11.spec16
2 files changed, 11 insertions, 7 deletions
diff --git a/composer.json b/composer.json
index f62d17e..2e9171b 100644
--- a/composer.json
+++ b/composer.json
@@ -32,7 +32,7 @@
"myclabs/deep-copy": "^1.13.4",
"phar-io/manifest": "^2.0.4",
"phar-io/version": "^3.2.1",
- "phpunit/php-code-coverage": "^11.0.10",
+ "phpunit/php-code-coverage": "^11.0.11",
"phpunit/php-file-iterator": "^5.1.0",
"phpunit/php-invoker": "^5.0.1",
"phpunit/php-text-template": "^4.0.1",
diff --git a/phpunit11.spec b/phpunit11.spec
index 90f361e..f162b08 100644
--- a/phpunit11.spec
+++ b/phpunit11.spec
@@ -19,8 +19,8 @@
%bcond_with defcmd
%endif
-%global gh_commit 3e4c6ef395f7cb61a6206c23e0e04b31724174f2
-%global gh_date 2025-08-20
+%global gh_commit d341ee94ee5007b286fc7907b383aae6b5b3cc91
+%global gh_date 2025-08-28
%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 11
%global ver_minor 5
-%global upstream_version 11.5.34
+%global upstream_version 11.5.35
#global upstream_prever dev
Name: %{pk_project}%{ver_major}
@@ -55,7 +55,7 @@ BuildRequires: php(language) >= 8.2
BuildRequires: (php-composer(myclabs/deep-copy) >= 1.13.4 with php-composer(myclabs/deep-copy) < 2)
BuildRequires: (php-composer(phar-io/manifest) >= 2.0.4 with php-composer(phar-io/manifest) < 3)
BuildRequires: (php-composer(phar-io/version) >= 3.2.1 with php-composer(phar-io/version) < 4)
-BuildRequires: (php-composer(phpunit/php-code-coverage) >= 11.0.10 with php-composer(phpunit/php-code-coverage) < 12)
+BuildRequires: (php-composer(phpunit/php-code-coverage) >= 11.0.11 with php-composer(phpunit/php-code-coverage) < 12)
BuildRequires: (php-composer(phpunit/php-file-iterator) >= 5.1.0 with php-composer(phpunit/php-file-iterator) < 6)
BuildRequires: (php-composer(phpunit/php-invoker) >= 5.0.1 with php-composer(phpunit/php-invoker) < 6)
BuildRequires: (php-composer(phpunit/php-text-template) >= 4.0.1 with php-composer(phpunit/php-text-template) < 5)
@@ -91,7 +91,7 @@ BuildRequires: php-fedora-autoloader-devel >= 1.0.0
# "myclabs/deep-copy": "^1.13.4",
# "phar-io/manifest": "^2.0.4",
# "phar-io/version": "^3.2.1",
-# "phpunit/php-code-coverage": "^11.0.10",
+# "phpunit/php-code-coverage": "^11.0.11",
# "phpunit/php-file-iterator": "^5.1.0",
# "phpunit/php-invoker": "^5.0.1",
# "phpunit/php-text-template": "^4.0.1",
@@ -118,7 +118,7 @@ Requires: php-xmlwriter
Requires: (php-composer(myclabs/deep-copy) >= 1.13.4 with php-composer(myclabs/deep-copy) < 2)
Requires: (php-composer(phar-io/manifest) >= 2.0.4 with php-composer(phar-io/manifest) < 3)
Requires: (php-composer(phar-io/version) >= 3.2.1 with php-composer(phar-io/version) < 4)
-Requires: (php-composer(phpunit/php-code-coverage) >= 11.0.10 with php-composer(phpunit/php-code-coverage) < 12)
+Requires: (php-composer(phpunit/php-code-coverage) >= 11.0.11 with php-composer(phpunit/php-code-coverage) < 12)
Requires: (php-composer(phpunit/php-file-iterator) >= 5.1.0 with php-composer(phpunit/php-file-iterator) < 6)
Requires: (php-composer(phpunit/php-invoker) >= 5.0.1 with php-composer(phpunit/php-invoker) < 6)
Requires: (php-composer(phpunit/php-text-template) >= 4.0.1 with php-composer(phpunit/php-text-template) < 5)
@@ -300,6 +300,10 @@ exit $ret
%changelog
+* Thu Aug 28 2025 Remi Collet <remi@remirepo.net> - 11.5.35-1
+- update to 11.5.35
+- raise dependency on phpunit/php-code-coverage 11.0.11
+
* Wed Aug 20 2025 Remi Collet <remi@remirepo.net> - 11.5.34-1
- update to 11.5.34