diff options
| -rw-r--r-- | phpunit13.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/phpunit13.spec b/phpunit13.spec index c044f73..44c50e7 100644 --- a/phpunit13.spec +++ b/phpunit13.spec @@ -19,7 +19,7 @@ %bcond_with defcmd %endif -%global gh_commit 915a2e7266f04c1867b2dc812abc86c34f1aa52f +%global gh_commit d57826e8921a534680c613924bfd921ded8047f4 %global gh_date 2026-02-18 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann @@ -33,7 +33,7 @@ %global ver_major 13 %global ver_minor 0 -%global upstream_version 13.0.4 +%global upstream_version 13.0.5 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -298,6 +298,9 @@ exit $ret %changelog +* Wed Feb 18 2026 Remi Collet <remi@remirepo.net> - 13.0.5-1 +- update to 13.0.5 + * Wed Feb 18 2026 Remi Collet <remi@remirepo.net> - 13.0.4-1 - update to 13.0.4 |
