diff options
| author | Remi Collet <remi@remirepo.net> | 2025-09-15 06:54:16 +0200 | 
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2025-09-15 06:54:16 +0200 | 
| commit | a292ebaee59c7d0344576fbde1e03588749a3822 (patch) | |
| tree | cf0b9d32ba147bddece4ee3d9350b394b621ca34 | |
| parent | dbf639664ab8017bca78a682bfa9072ab827c02f (diff) | |
update to 9.6.27
| -rw-r--r-- | phpunit9.spec | 9 | 
1 files changed, 6 insertions, 3 deletions
| diff --git a/phpunit9.spec b/phpunit9.spec index 08c2bbc..10aa346 100644 --- a/phpunit9.spec +++ b/phpunit9.spec @@ -11,8 +11,8 @@  # For compatibility with SCL  %undefine __brp_mangle_shebangs -%global gh_commit    a0139ea157533454f611038326f3020b3051f129 -%global gh_date      2025-09-11 +%global gh_commit    0a9aa4440b6a9528cf360071502628d717af3e0a +%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    9  %global ver_minor    6 -%global upstream_version 9.6.26 +%global upstream_version 9.6.27  #global upstream_prever  dev  Name:           %{pk_project}%{ver_major} @@ -268,6 +268,9 @@ exit $ret  %changelog +* Mon Sep 15 2025 Remi Collet <remi@remirepo.net> - 9.6.27-1 +- update to 9.6.27 +  * Thu Sep 11 2025 Remi Collet <remi@remirepo.net> - 9.6.26-1  - update to 9.6.26 | 
