diff options
author | Remi Collet <remi@remirepo.net> | 2025-02-18 08:50:54 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2025-02-18 08:50:54 +0100 |
commit | 53679767a43bf540a084c39e603e46c33acde727 (patch) | |
tree | 1e4ef1c4c0ad91ed9d3719b7c8dfeb0590c501d5 /phpunit12.spec | |
parent | ea61891f92266a69a881840153a1a6252d59b4bc (diff) |
update to 12.0.3
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 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 |