diff options
author | Remi Collet <remi@remirepo.net> | 2025-06-16 08:18:41 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2025-06-16 08:18:41 +0200 |
commit | 53991f93b45059315ef5b7be8fdf6c08d56e5802 (patch) | |
tree | 7f107cfe85d384d54b46418560e57a1261df19fe | |
parent | 662359da67f309e66522fc7e88c33ba423bc81ac (diff) |
update to 12.2.2
-rw-r--r-- | phpunit12.spec | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/phpunit12.spec b/phpunit12.spec index 99d5557..564bb15 100644 --- a/phpunit12.spec +++ b/phpunit12.spec @@ -19,8 +19,8 @@ %bcond_with defcmd %endif -%global gh_commit 5f09fda04e7caea93cff50b4e90319184f3e6ee3 -%global gh_date 2025-06-07 +%global gh_commit 19e25c2da3f8071a683ee1e445b0e24bba25de61 +%global gh_date 2025-06-13 %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 2 -%global upstream_version 12.2.1 +%global upstream_version 12.2.2 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -286,6 +286,9 @@ exit $ret %changelog +* Mon Jun 16 2025 Remi Collet <remi@remirepo.net> - 12.2.2-1 +- update to 12.2.2 + * Sat Jun 7 2025 Remi Collet <remi@remirepo.net> - 12.2.1-1 - update to 12.2.1 |