diff options
| author | Remi Collet <remi@remirepo.net> | 2024-02-26 09:35:41 +0100 | 
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2024-02-26 09:35:41 +0100 | 
| commit | aa96b67f0c074f6f6e82c1014d5130a993cd3c03 (patch) | |
| tree | 9b90a084755fa55d701c8e85c38c8abdc0eb0479 | |
| parent | 911021e61961898baa042c2f735a18089ef3e69e (diff) | |
update to 9.6.17
| -rw-r--r-- | phpunit9.spec | 11 | 
1 files changed, 7 insertions, 4 deletions
| diff --git a/phpunit9.spec b/phpunit9.spec index dfe1ebc..c76fd9c 100644 --- a/phpunit9.spec +++ b/phpunit9.spec @@ -12,8 +12,8 @@  # For compatibility with SCL  %undefine __brp_mangle_shebangs -%global gh_commit    3767b2c56ce02d01e3491046f33466a1ae60a37f -%global gh_date      2024-01-19 +%global gh_commit    1a156980d78a6666721b7e8e8502fe210b587fcd +%global gh_date      2024-02-23  %global gh_short     %(c=%{gh_commit}; echo ${c:0:7})  %global gh_owner     sebastianbergmann  %global gh_project   phpunit @@ -26,12 +26,12 @@  %global ver_major    9  %global ver_minor    6 -%global upstream_version 9.6.16 +%global upstream_version 9.6.17  #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 @@ -319,6 +319,9 @@ exit $ret  %changelog +* Mon Feb 26 2024 Remi Collet <remi@remirepo.net> - 9.6.17-1 +- update to 9.6.17 +  * Mon Feb  5 2024 Remi Collet <remi@remirepo.net> - 9.6.16-2  - recommend phpunit11 | 
