diff options
author | Remi Collet <remi@remirepo.net> | 2020-01-02 11:12:24 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2020-01-02 11:12:24 +0100 |
commit | ba260b4f5b5ff4c511fd8eadc69b0d0f9c92a02d (patch) | |
tree | 78b9f20f40c2ed447414a93da19bea760ade5646 /phpunit8.spec | |
parent | 32a5e163b4b97a21bfb04a5ab39e00447cafc650 (diff) |
v8.5.1
Diffstat (limited to 'phpunit8.spec')
-rw-r--r-- | phpunit8.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/phpunit8.spec b/phpunit8.spec index 8775f13..ea84149 100644 --- a/phpunit8.spec +++ b/phpunit8.spec @@ -11,7 +11,7 @@ # For compatibility with SCL %undefine __brp_mangle_shebangs -%global gh_commit 3ee1c1fd6fc264480c25b6fb8285edefe1702dab +%global gh_commit 7870c78da3c5e4883eaef36ae47853ebb3cb86f2 #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 8 %global ver_minor 5 -%global ver_patch 0 +%global ver_patch 1 %global specrel 1 Name: %{pk_project}%{ver_major} @@ -282,6 +282,9 @@ exit $ret %changelog +* Thu Jan 2 2020 Remi Collet <remi@remirepo.net> - 8.5.1-1 +- update to 8.5.1 + * Fri Dec 6 2019 Remi Collet <remi@remirepo.net> - 8.5.0-1 - update to 8.5.0 |