diff options
author | Remi Collet <remi@remirepo.net> | 2025-08-12 06:43:38 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2025-08-12 06:43:38 +0200 |
commit | bab8c527aa7a3d18414aa16d0f905e6c0043fb2c (patch) | |
tree | 7bd90f2127e29af35543578cecb98e5313c1e37c | |
parent | 84b5ac3edf09e562d4b375005c52bbda7d364a36 (diff) |
update to 11.5.31
-rw-r--r-- | phpunit11.spec | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/phpunit11.spec b/phpunit11.spec index d70716b..9ba9c6e 100644 --- a/phpunit11.spec +++ b/phpunit11.spec @@ -19,8 +19,8 @@ %bcond_with defcmd %endif -%global gh_commit 33fa3d10fed43f51bdd874965497a4925a123a53 -%global gh_date 2025-08-10 +%global gh_commit fc44414e0779e94640663b809557b0b599548260 +%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 11 %global ver_minor 5 -%global upstream_version 11.5.30 +%global upstream_version 11.5.31 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -300,6 +300,9 @@ exit $ret %changelog +* Tue Aug 12 2025 Remi Collet <remi@remirepo.net> - 11.5.31-1 +- update to 11.5.31 + * Mon Aug 11 2025 Remi Collet <remi@remirepo.net> - 11.5.30-1 - update to 11.5.30 - raise dependency on sebastian/comparator 6.3.2 |