diff options
author | Remi Collet <remi@remirepo.net> | 2020-01-08 11:19:34 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2020-01-08 11:19:34 +0100 |
commit | 3e0398020af358c6e21de204ada97739e9c83471 (patch) | |
tree | c51702fbed0924b8c39b554b06b74d201ce1a5e3 | |
parent | 994f5d34407a0b116eaf60e9bbd03b118f2ea909 (diff) |
v7.5.20
-rw-r--r-- | phpunit7.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/phpunit7.spec b/phpunit7.spec index c11a8fc..bb1f009 100644 --- a/phpunit7.spec +++ b/phpunit7.spec @@ -11,7 +11,7 @@ # For compatibility with SCL %undefine __brp_mangle_shebangs -%global gh_commit 4263f76a3fc65385e242ef7357b99f3bed36707e +%global gh_commit 9467db479d1b0487c99733bb1e7944d32deded2c #global gh_date 20150927 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_vendor sebastianbergmann @@ -24,7 +24,7 @@ %global php_home %{_datadir}/php %global ver_major 7 %global ver_minor 5 -%global ver_patch 19 +%global ver_patch 20 %global specrel 1 Name: %{pk_project}%{ver_major} @@ -279,6 +279,9 @@ exit $ret %changelog +* Wed Jan 8 2020 Remi Collet <remi@remirepo.net> - 7.5.20-1 +- update to 7.5.20 + * Tue Jan 7 2020 Remi Collet <remi@remirepo.net> - 7.5.19-1 - update to 7.5.19 |