diff options
-rw-r--r-- | phpunit12.spec | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/phpunit12.spec b/phpunit12.spec index 970b506..9fb2226 100644 --- a/phpunit12.spec +++ b/phpunit12.spec @@ -19,8 +19,8 @@ %bcond_with defcmd %endif -%global gh_commit c433e7972440e1370a26879bb54c359f8898aa3a -%global gh_date 2025-04-04 +%global gh_commit 6f2775cc4b7b19ba5a411c188e855eb0cc78a711 +%global gh_date 2025-04-08 %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 1 -%global upstream_version 12.1.0 +%global upstream_version 12.1.2 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -286,6 +286,9 @@ exit $ret %changelog +* Wed Apr 9 2025 Remi Collet <remi@remirepo.net> - 12.1.2-1 +- update to 12.1.2 + * Fri Apr 4 2025 Remi Collet <remi@remirepo.net> - 12.1.0-1 - update to 12.1.0 - raise dependency on phpunit/php-code-coverage 12.1.2 |