diff options
author | Remi Collet <remi@remirepo.net> | 2025-03-24 07:44:44 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2025-03-24 07:44:44 +0100 |
commit | 9f6a4ddf14a22b13b3dea6f6bf0d1d8a2026216c (patch) | |
tree | 6b6b8ebfe598ebc8c0125845ec8277db372f1da2 /phpunit12.spec | |
parent | 6974e22f71a16d4d0ac30f9e6687007c91a02f40 (diff) |
update to 12.0.10
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 e8ee96e..d0017a6 100644 --- a/phpunit12.spec +++ b/phpunit12.spec @@ -19,8 +19,8 @@ %bcond_with defcmd %endif -%global gh_commit 7835bb4276780e0bbb385ce0a777b839e03096db -%global gh_date 2025-03-19 +%global gh_commit 6075843014de23bcd6992842d69ca99d25d6a433 +%global gh_date 2025-03-23 %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.9 +%global upstream_version 12.0.10 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -285,6 +285,9 @@ exit $ret %changelog +* Mon Mar 24 2025 Remi Collet <remi@remirepo.net> - 12.0.10-1 +- update to 12.0.10 + * Wed Mar 19 2025 Remi Collet <remi@remirepo.net> - 12.0.9-1 - update to 12.0.9 |