diff options
author | Remi Collet <remi@remirepo.net> | 2025-08-13 07:00:46 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2025-08-13 07:00:46 +0200 |
commit | f054b45482597ebf363525a4b2ca86846c43d46a (patch) | |
tree | 595c176da75d71601955d9f2116f38dd3dd37857 /phpunit12.spec | |
parent | b2fff564b964bb29543304f0b291aeee357c3d13 (diff) |
update to 12.3.4
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 abdadca..db24517 100644 --- a/phpunit12.spec +++ b/phpunit12.spec @@ -19,8 +19,8 @@ %bcond_with defcmd %endif -%global gh_commit 0b18fea9cc38c59147b85c9eeaca9531969a8cee -%global gh_date 2025-08-11 +%global gh_commit 429095031bd38cb5070ca44166bd9dd5a9245dd6 +%global gh_date 2025-08-12 %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 3 -%global upstream_version 12.3.3 +%global upstream_version 12.3.4 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -287,6 +287,9 @@ exit $ret %changelog +* Wed Aug 13 2025 Remi Collet <remi@remirepo.net> - 12.3.4-1 +- update to 12.3.4 + * Tue Aug 12 2025 Remi Collet <remi@remirepo.net> - 12.3.3-1 - update to 12.3.3 - raise dependency on sebastian/comparator 7.1.2 |