diff options
| author | Remi Collet <remi@remirepo.net> | 2026-02-17 07:27:35 +0100 |
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2026-02-17 07:27:35 +0100 |
| commit | bbe39c45c190ae1045b70da9f62350983dfcfc2e (patch) | |
| tree | 4708d20cdff07f091f636d6a1b417765e977d5ff | |
| parent | 5a5164addf0abd3c5a9ba1f1630c0f4df8d11883 (diff) | |
update to 13.0.3
| -rw-r--r-- | phpunit13.spec | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/phpunit13.spec b/phpunit13.spec index 79b0dca..39ac2c6 100644 --- a/phpunit13.spec +++ b/phpunit13.spec @@ -19,8 +19,8 @@ %bcond_with defcmd %endif -%global gh_commit 87f0ca577a7056016741af70e7a7de9246c52e67 -%global gh_date 2026-02-10 +%global gh_commit a9c20642ffd2098c0f9e687c00849afbce2f23c7 +%global gh_date 2026-02-16 %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 13 %global ver_minor 0 -%global upstream_version 13.0.2 +%global upstream_version 13.0.3 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -298,6 +298,9 @@ exit $ret %changelog +* Tue Feb 17 2026 Remi Collet <remi@remirepo.net> - 13.0.3-1 +- update to 13.0.3 + * Tue Feb 10 2026 Remi Collet <remi@remirepo.net> - 13.0.2-1 - update to 13.0.2 |
