diff options
author | Remi Collet <remi@remirepo.net> | 2025-06-07 08:39:28 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2025-06-07 08:39:28 +0200 |
commit | 662359da67f309e66522fc7e88c33ba423bc81ac (patch) | |
tree | ce8fd2949d751eb0a2005b4164a3da1b906a0ddb | |
parent | 9d5ec0fc93dc0da6931ef963f877ea028c2848a0 (diff) |
update to 12.2.1
-rw-r--r-- | phpunit12.spec | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/phpunit12.spec b/phpunit12.spec index 74f215c..99d5557 100644 --- a/phpunit12.spec +++ b/phpunit12.spec @@ -19,8 +19,8 @@ %bcond_with defcmd %endif -%global gh_commit f3f6587947f9f53f009af8d18026776375d59145 -%global gh_date 2025-06-06 +%global gh_commit 5f09fda04e7caea93cff50b4e90319184f3e6ee3 +%global gh_date 2025-06-07 %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.0 +%global upstream_version 12.2.1 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -286,6 +286,9 @@ exit $ret %changelog +* Sat Jun 7 2025 Remi Collet <remi@remirepo.net> - 12.2.1-1 +- update to 12.2.1 + * Fri Jun 6 2025 Remi Collet <remi@remirepo.net> - 12.2.0-1 - update to 12.2.0 - raise dependency on phpunit/php-code-coverage 12.3.0 |