diff options
author | Remi Collet <remi@remirepo.net> | 2021-07-19 13:56:11 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2021-07-19 13:56:11 +0200 |
commit | 9816d8ac7f7fb031ecd3550f97e66066b4f88c03 (patch) | |
tree | 71112856a3318d400b98111ec4ee0a87ed8dc0b0 | |
parent | b0032d76071135c533f00a6cfe5950026c431cad (diff) |
update to 8.5.18
-rw-r--r-- | phpunit8.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/phpunit8.spec b/phpunit8.spec index c469888..a567e94 100644 --- a/phpunit8.spec +++ b/phpunit8.spec @@ -11,7 +11,7 @@ # For compatibility with SCL %undefine __brp_mangle_shebangs -%global gh_commit 79067856d85421c56d413bd238d4e2cd6b0e54da +%global gh_commit bd5fc77c869e8dd65040dacbad170f074c13796c #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.17 +%global upstream_version 8.5.18 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -283,6 +283,9 @@ exit $ret %changelog +* Mon Jul 19 2021 Remi Collet <remi@remirepo.net> - 8.5.18-1 +- update to 8.5.18 + * Wed Jun 23 2021 Remi Collet <remi@remirepo.net> - 8.5.17-1 - update to 8.5.17 |