diff options
-rw-r--r-- | composer.json | 2 | ||||
-rw-r--r-- | phpunit10.spec | 9 |
2 files changed, 7 insertions, 4 deletions
diff --git a/composer.json b/composer.json index 708d821..a9269b0 100644 --- a/composer.json +++ b/composer.json @@ -32,7 +32,7 @@ "myclabs/deep-copy": "^1.12.0", "phar-io/manifest": "^2.0.4", "phar-io/version": "^3.2.1", - "phpunit/php-code-coverage": "^10.1.15", + "phpunit/php-code-coverage": "^10.1.16", "phpunit/php-file-iterator": "^4.1.0", "phpunit/php-invoker": "^4.0.0", "phpunit/php-text-template": "^3.0.1", diff --git a/phpunit10.spec b/phpunit10.spec index 0aa4b53..689b43d 100644 --- a/phpunit10.spec +++ b/phpunit10.spec @@ -20,8 +20,8 @@ %bcond_with defcmd %endif -%global gh_commit b15524febac0153876b4ba9aab3326c2ee94c897 -%global gh_date 2024-08-13 +%global gh_commit 43e7c3e6a484e538453f89dfa6a6f308c32792da +%global gh_date 2024-09-03 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann %global gh_project phpunit @@ -34,7 +34,7 @@ %global ver_major 10 %global ver_minor 5 -%global upstream_version 10.5.30 +%global upstream_version 10.5.31 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -273,6 +273,9 @@ exit $ret %changelog +* Tue Sep 3 2024 Remi Collet <remi@remirepo.net> - 10.5.31-1 +- update to 10.5.31 + * Tue Aug 13 2024 Remi Collet <remi@remirepo.net> - 10.5.30-1 - update to 10.5.30 - raise dependency on sebastian/comparator 5.0.2 |