diff options
| author | Remi Collet <remi@remirepo.net> | 2021-06-23 09:20:59 +0200 | 
|---|---|---|
| committer | Remi Collet <remi@remirepo.net> | 2021-06-23 09:20:59 +0200 | 
| commit | b0032d76071135c533f00a6cfe5950026c431cad (patch) | |
| tree | d56758e517866f1b3913c4f444cb6910d79e7372 | |
| parent | a9571b3112146d127d0c01bd8e15c705223bf68b (diff) | |
update to 8.5.17
| -rw-r--r-- | phpunit8.spec | 7 | 
1 files changed, 5 insertions, 2 deletions
diff --git a/phpunit8.spec b/phpunit8.spec index e7eff64..c469888 100644 --- a/phpunit8.spec +++ b/phpunit8.spec @@ -11,7 +11,7 @@  # For compatibility with SCL  %undefine __brp_mangle_shebangs -%global gh_commit    cc66f2fc61296be66c99931a862200e7456b9a01 +%global gh_commit    79067856d85421c56d413bd238d4e2cd6b0e54da  #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    8  %global ver_minor    5 -%global upstream_version 8.5.16 +%global upstream_version 8.5.17  #global upstream_prever  dev  Name:           %{pk_project}%{ver_major} @@ -283,6 +283,9 @@ exit $ret  %changelog +* Wed Jun 23 2021 Remi Collet <remi@remirepo.net> - 8.5.17-1 +- update to 8.5.17 +  * Mon Jun  7 2021 Remi Collet <remi@remirepo.net> - 8.5.16-1  - update to 8.5.16  | 
