diff options
author | Remi Collet <remi@remirepo.net> | 2025-09-15 06:53:26 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2025-09-15 06:53:26 +0200 |
commit | 30b805b2eeee0268177367f973cb1d57014a0df5 (patch) | |
tree | aa3acdb1f86b6b7f2221b47198f28119158662d2 | |
parent | 41030c4a8d7dbb9434e38ee13d437670f2eedc57 (diff) |
-rw-r--r-- | phpunit8.spec | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/phpunit8.spec b/phpunit8.spec index df11f47..c530816 100644 --- a/phpunit8.spec +++ b/phpunit8.spec @@ -11,8 +11,8 @@ # For compatibility with SCL %undefine __brp_mangle_shebangs -%global gh_commit 5a69265c55871fad3d35c7933a55b977ec148c20 -%global gh_date 2025-09-11 +%global gh_commit 2da51ff4b15c95e8c060d7dd693fd5899f87a112 +%global gh_date 2025-09-14 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann %global gh_project phpunit @@ -25,7 +25,7 @@ %global ver_major 8 %global ver_minor 5 -%global upstream_version 8.5.45 +%global upstream_version 8.5.46 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -251,6 +251,9 @@ exit $ret %changelog +* Mon Sep 15 2025 Remi Collet <remi@remirepo.net> - 8.5.46-1 +- update to 8.5.46 + * Thu Sep 11 2025 Remi Collet <remi@remirepo.net> - 8.5.45-1 - update to 8.5.45 |