diff options
author | Remi Collet <remi@remirepo.net> | 2021-03-23 08:42:00 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2021-03-23 08:42:00 +0100 |
commit | 945d560e0392fda8b814826e97fef0c6e3b1eb96 (patch) | |
tree | 6350f93d493ebdb7bed324de3db6998991d338e5 | |
parent | 6b00c2b3db43d8bd4d2436a36a19a9f88ccaa859 (diff) |
update to 9.5.4
-rw-r--r-- | phpunit9.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/phpunit9.spec b/phpunit9.spec index 7210c37..67cf084 100644 --- a/phpunit9.spec +++ b/phpunit9.spec @@ -11,7 +11,7 @@ # For compatibility with SCL %undefine __brp_mangle_shebangs -%global gh_commit 27241ac75fc37ecf862b6e002bf713b6566cbe41 +%global gh_commit c73c6737305e779771147af66c96ca6a7ed8a741 #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.3 +%global upstream_version 9.5.4 #global upstream_prever dev Name: %{pk_project}%{ver_major} @@ -303,6 +303,9 @@ exit $ret %changelog +* Tue Mar 23 2021 Remi Collet <remi@remirepo.net> - 9.5.4-1 +- update to 9.5.4 + * Wed Mar 17 2021 Remi Collet <remi@remirepo.net> - 9.5.3-1 - update to 9.5.3 |