diff options
author | Remi Collet <remi@remirepo.net> | 2021-09-27 07:01:08 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2021-09-27 07:01:08 +0200 |
commit | d224511928ad5fa772181b91a673f75e2f502206 (patch) | |
tree | e1d5d928698fd4aeb56eaee5000bae7efbda1485 | |
parent | 4eee5c57052131db7e9dccd23ea0d205548cdfa7 (diff) |
update to 8.5.21
-rw-r--r-- | phpunit8.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/phpunit8.spec b/phpunit8.spec index 5822845..a5cd1d9 100644 --- a/phpunit8.spec +++ b/phpunit8.spec @@ -11,7 +11,7 @@ # For compatibility with SCL %undefine __brp_mangle_shebangs -%global gh_commit 9deefba183198398a09b927a6ac6bc1feb0b7b70 +%global gh_commit 50a58a60b85947b0bee4c8ecfe0f4bbdcf20e984 #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.20 +%global upstream_version 8.5.21 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -283,6 +283,9 @@ exit $ret %changelog +* Mon Sep 27 2021 Remi Collet <remi@remirepo.net> - 8.5.21-1 +- update to 8.5.21 + * Wed Sep 1 2021 Remi Collet <remi@remirepo.net> - 8.5.20-1 - update to 8.5.20 |