diff options
Diffstat (limited to 'phpunit10.spec')
-rw-r--r-- | phpunit10.spec | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/phpunit10.spec b/phpunit10.spec index d55c1a6..bf45d62 100644 --- a/phpunit10.spec +++ b/phpunit10.spec @@ -19,8 +19,8 @@ %bcond_with defcmd %endif -%global gh_commit a858178a64d88653e94ece15b25a860d48a4644b -%global gh_date 2025-08-10 +%global gh_commit ace160e31aaa317a99c411410c40c502b4be42a4 +%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 10 %global ver_minor 5 -%global upstream_version 10.5.50 +%global upstream_version 10.5.51 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -277,6 +277,9 @@ exit $ret %changelog +* Wed Aug 13 2025 Remi Collet <remi@remirepo.net> - 10.5.51-1 +- update to 10.5.51 + * Mon Aug 11 2025 Remi Collet <remi@remirepo.net> - 10.5.50-1 - update to 10.5.50 - raise dependency on sebastian/recursion-context 5.0.1 |