diff options
author | Remi Collet <remi@remirepo.net> | 2019-02-16 08:58:31 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2019-02-16 08:58:31 +0100 |
commit | ec54639eb2aad82b361151c107abb50ff1df5ffd (patch) | |
tree | f2c843aa58c37eb8b8eff32ce72db5e450217206 | |
parent | ce96c34535ceda062be52da6b0f44c2ca4b6a016 (diff) |
v7.5.5
-rw-r--r-- | phpunit7.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/phpunit7.spec b/phpunit7.spec index 4a00a1b..7186655 100644 --- a/phpunit7.spec +++ b/phpunit7.spec @@ -11,7 +11,7 @@ # For compatibility with SCL %undefine __brp_mangle_shebangs -%global gh_commit 2896657da5fb237bc316bdfc18c2650efeee0dc0 +%global gh_commit 23a200a60552cb9ba483a8d1e106c70fb0be0bb9 #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 4 +%global ver_patch 5 %global specrel 1 Name: %{pk_project}%{ver_major} @@ -267,6 +267,9 @@ exit $ret %changelog +* Sat Feb 16 2019 Remi Collet <remi@remirepo.net> - 7.5.5-1 +- update to 7.5.5 + * Fri Feb 8 2019 Remi Collet <remi@remirepo.net> - 7.5.4-1 - update to 7.5.4 |