diff options
| -rw-r--r-- | phpunit10.spec | 11 | 
1 files changed, 7 insertions, 4 deletions
diff --git a/phpunit10.spec b/phpunit10.spec index 284be3b..90880d4 100644 --- a/phpunit10.spec +++ b/phpunit10.spec @@ -20,8 +20,8 @@  %bcond_with          defcmd  %endif -%global gh_commit    50b8e314b6d0dd06521dc31d1abffa73f25f850c -%global gh_date      2024-02-04 +%global gh_commit    0d968f6323deb3dbfeba5bfd4929b9415eb7a9a4 +%global gh_date      2024-02-25  %global gh_short     %(c=%{gh_commit}; echo ${c:0:7})  %global gh_owner     sebastianbergmann  %global gh_project   phpunit @@ -34,12 +34,12 @@  %global ver_major    10  %global ver_minor    5 -%global upstream_version 10.5.10 +%global upstream_version 10.5.11  #global upstream_prever  dev  Name:           %{pk_project}%{ver_major}  Version:        %{upstream_version}%{?upstream_prever:~%{upstream_prever}} -Release:        2%{?dist} +Release:        1%{?dist}  Summary:        The PHP Unit Testing framework version %{ver_major}  License:        BSD-3-Clause @@ -322,6 +322,9 @@ exit $ret  %changelog +* Mon Feb 26 2024 Remi Collet <remi@remirepo.net> - 10.5.11-1 +- update to 10.5.11 +  * Mon Feb  5 2024 Remi Collet <remi@remirepo.net> - 10.5.10-2  - recommend phpunit11  | 
