diff options
Diffstat (limited to 'phpunit12.spec')
-rw-r--r-- | phpunit12.spec | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/phpunit12.spec b/phpunit12.spec index 9c428fc..cc18fa8 100644 --- a/phpunit12.spec +++ b/phpunit12.spec @@ -19,8 +19,8 @@ %bcond_with defcmd %endif -%global gh_commit e469daf4e173c4b7f2d6154d364f468f3713f632 -%global gh_date 2025-02-21 +%global gh_commit 0f177d7316ba155d36337c3811b11993b54dae32 +%global gh_date 2025-02-25 %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 0 -%global upstream_version 12.0.4 +%global upstream_version 12.0.5 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -285,6 +285,9 @@ exit $ret %changelog +* Tue Feb 25 2025 Remi Collet <remi@remirepo.net> - 12.0.5-1 +- update to 12.0.5 + * Fri Feb 21 2025 Remi Collet <remi@remirepo.net> - 12.0.4-1 - update to 12.0.4 - raise dependency on myclabs/deep-copy 1.12.1 |