From ec54639eb2aad82b361151c107abb50ff1df5ffd Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 16 Feb 2019 08:58:31 +0100 Subject: v7.5.5 --- phpunit7.spec | 7 +++++-- 1 file 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 - 7.5.5-1 +- update to 7.5.5 + * Fri Feb 8 2019 Remi Collet - 7.5.4-1 - update to 7.5.4 -- cgit