diff options
| -rw-r--r-- | phpunit12.spec | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/phpunit12.spec b/phpunit12.spec index c67acba..db84c5e 100644 --- a/phpunit12.spec +++ b/phpunit12.spec @@ -19,8 +19,8 @@ %bcond_with defcmd %endif -%global gh_commit 6dc2e076d09960efbb0c1272aa9bc156fc80955e -%global gh_date 2025-12-11 +%global gh_commit 4ba0e923f9d3fc655de22f9547c01d15a41fc93a +%global gh_date 2025-12-15 %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 5 -%global upstream_version 12.5.3 +%global upstream_version 12.5.4 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -287,6 +287,9 @@ exit $ret %changelog +* Mon Dec 15 2025 Remi Collet <remi@remirepo.net> - 12.5.4-1 +- update to 12.5.4 + * Thu Dec 11 2025 Remi Collet <remi@remirepo.net> - 12.5.3-1 - update to 12.5.3 |
