From 041348244b6062f6a59a1748007cb93d9b08ffee Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 10 Apr 2018 15:08:16 +0200 Subject: v6.5.8 --- phpunit6.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'phpunit6.spec') diff --git a/phpunit6.spec b/phpunit6.spec index d622e31..6e5319e 100644 --- a/phpunit6.spec +++ b/phpunit6.spec @@ -11,7 +11,7 @@ # For compatibility with SCL %undefine __brp_mangle_shebangs -%global gh_commit 6bd77b57707c236833d2b57b968e403df060c9d9 +%global gh_commit 4f21a3c6b97c42952fd5c2837bb354ec0199b97b #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 6 %global ver_minor 5 -%global ver_patch 7 +%global ver_patch 8 %global specrel 1 Name: %{pk_project}%{ver_major} @@ -265,6 +265,9 @@ exit $ret %changelog +* Tue Apr 10 2018 Remi Collet - 6.5.8-1 +- update to 6.5.8 + * Mon Feb 26 2018 Remi Collet - 6.5.7-1 - Update to 6.5.7 -- cgit