diff options
| -rw-r--r-- | phpunit11.spec | 9 | 
1 files changed, 6 insertions, 3 deletions
diff --git a/phpunit11.spec b/phpunit11.spec index 7ea3972..1d4e647 100644 --- a/phpunit11.spec +++ b/phpunit11.spec @@ -19,8 +19,8 @@  %bcond_with          defcmd  %endif -%global gh_commit    1c6cb5dfe412af3d0dfd414cfd110e3b9cfdbc3c -%global gh_date      2025-09-28 +%global gh_commit    c6b89b6cf4324a8b4cb86e1f5dfdd6c9e0371924 +%global gh_date      2025-10-30  %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.42 +%global upstream_version 11.5.43  #global upstream_prever  dev  Name:           %{pk_project}%{ver_major} @@ -300,6 +300,9 @@ exit $ret  %changelog +* Thu Oct 30 2025 Remi Collet <remi@remirepo.net> - 11.5.43-1 +- update to 11.5.43 +  * Mon Sep 29 2025 Remi Collet <remi@remirepo.net> - 11.5.42-1  - update to 11.5.42  | 
