diff options
| author | Remi Collet <remi@remirepo.net> | 2022-03-08 11:20:36 +0100 | 
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2022-03-08 11:20:36 +0100 | 
| commit | 2c81aa7c2b770ebeb85d1ee71d1097521383f5f3 (patch) | |
| tree | 60279ccecf2a98abf83f94992d44b92eeaefd424 | |
| parent | 676dd4be16fb84d7ffaee0de9893831c209663b3 (diff) | |
update to 9.5.18
| -rw-r--r-- | phpunit9.spec | 7 | 
1 files changed, 5 insertions, 2 deletions
| diff --git a/phpunit9.spec b/phpunit9.spec index e6aa5ec..e0931e7 100644 --- a/phpunit9.spec +++ b/phpunit9.spec @@ -11,7 +11,7 @@  # For compatibility with SCL  %undefine __brp_mangle_shebangs -%global gh_commit    5c5abcfaa2cbd44b2203995d7a339ef910fe0c8f +%global gh_commit    1b5856028273bfd855e60a887278857d872ec67a  #global gh_date      20150927  %global gh_short     %(c=%{gh_commit}; echo ${c:0:7})  %global gh_owner     sebastianbergmann @@ -25,7 +25,7 @@  %global ver_major    9  %global ver_minor    5 -%global upstream_version 9.5.17 +%global upstream_version 9.5.18  #global upstream_prever  dev  Name:           %{pk_project}%{ver_major} @@ -303,6 +303,9 @@ exit $ret  %changelog +* Tue Mar  8 2022 Remi Collet <remi@remirepo.net> - 9.5.18-1 +- update to 9.5.18 +  * Sun Mar  6 2022 Remi Collet <remi@remirepo.net> - 9.5.17-1  - update to 9.5.17 #StandWithUkraine | 
