From 905f9230e10829524e21c06cf7a49d645613de19 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 18 Feb 2019 10:46:37 +0100 Subject: v7.5.6 --- phpunit7.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'phpunit7.spec') diff --git a/phpunit7.spec b/phpunit7.spec index 7186655..8bf34be 100644 --- a/phpunit7.spec +++ b/phpunit7.spec @@ -11,7 +11,7 @@ # For compatibility with SCL %undefine __brp_mangle_shebangs -%global gh_commit 23a200a60552cb9ba483a8d1e106c70fb0be0bb9 +%global gh_commit 09c85e14994df92e5ff1f5ec0b481bdb7d3d3df9 #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 5 +%global ver_patch 6 %global specrel 1 Name: %{pk_project}%{ver_major} @@ -267,6 +267,9 @@ exit $ret %changelog +* Mon Feb 18 2019 Remi Collet - 7.5.6-1 +- update to 7.5.6 + * Sat Feb 16 2019 Remi Collet - 7.5.5-1 - update to 7.5.5 -- cgit