diff options
-rw-r--r-- | phpunit12.spec | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/phpunit12.spec b/phpunit12.spec index 8477f7d..28d91b3 100644 --- a/phpunit12.spec +++ b/phpunit12.spec @@ -19,8 +19,8 @@ %bcond_with defcmd %endif -%global gh_commit 6301fe5c1f5f34192ffd650a87fe055677a32212 -%global gh_date 2025-02-08 +%global gh_commit df170d66e1dbb8ff0f21c9be2e7d7726bebc57ed +%global gh_date 2025-02-18 %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.2 +%global upstream_version 12.0.3 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -285,6 +285,9 @@ exit $ret %changelog +* Tue Feb 18 2025 Remi Collet <remi@remirepo.net> - 12.0.3-1 +- update to 12.0.3 + * Sun Feb 9 2025 Remi Collet <remi@remirepo.net> - 12.0.2-1 - update to 12.0.2 |