diff options
| -rw-r--r-- | phpunit11.spec | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/phpunit11.spec b/phpunit11.spec index 54c0b21..9d81446 100644 --- a/phpunit11.spec +++ b/phpunit11.spec @@ -19,8 +19,8 @@ %bcond_with defcmd %endif -%global gh_commit ad14159f92910b0f0e3928c13e9b2077529de091 -%global gh_date 2026-02-05 +%global gh_commit b287d32c26f78768e391843c5a59395f24b62605 +%global gh_date 2026-02-08 %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.51 +%global upstream_version 11.5.52 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -311,6 +311,9 @@ exit $ret %changelog +* Mon Feb 9 2026 Remi Collet <remi@remirepo.net> - 11.5.52-1 +- update to 11.5.52 + * Thu Feb 5 2026 Remi Collet <remi@remirepo.net> - 11.5.51-1 - update to 11.5.51 - raise dependency on phpunit/php-file-iterator 5.1.1 |
