diff options
-rw-r--r-- | phpunit12.spec | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/phpunit12.spec b/phpunit12.spec index 9fb2226..32642f4 100644 --- a/phpunit12.spec +++ b/phpunit12.spec @@ -19,8 +19,8 @@ %bcond_with defcmd %endif -%global gh_commit 6f2775cc4b7b19ba5a411c188e855eb0cc78a711 -%global gh_date 2025-04-08 +%global gh_commit 72ca50e817dd7d65356c16772c30f06c01a6fae2 +%global gh_date 2025-04-22 %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.2 +%global upstream_version 12.1.3 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -286,6 +286,9 @@ exit $ret %changelog +* Wed Apr 23 2025 Remi Collet <remi@remirepo.net> - 12.1.3-1 +- update to 12.1.3 + * Wed Apr 9 2025 Remi Collet <remi@remirepo.net> - 12.1.2-1 - update to 12.1.2 |