From a145826fd3fc77b5ee02d8b71cea1f19c209b322 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 22 Aug 2018 10:23:00 +0200 Subject: v6.5.12 --- phpunit6.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'phpunit6.spec') diff --git a/phpunit6.spec b/phpunit6.spec index 35385e7..6775cfd 100644 --- a/phpunit6.spec +++ b/phpunit6.spec @@ -11,7 +11,7 @@ # For compatibility with SCL %undefine __brp_mangle_shebangs -%global gh_commit 7bab54cb366076023bbf457a2a0d513332cd40f2 +%global gh_commit 24da433d7384824d65ea93fbb462e2f31bbb494e #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 11 +%global ver_patch 12 %global specrel 1 Name: %{pk_project}%{ver_major} @@ -265,6 +265,9 @@ exit $ret %changelog +* Wed Aug 22 2018 Remi Collet - 6.5.12-1 +- update to 6.5.12 + * Thu Aug 9 2018 Remi Collet - 6.5.11-1 - update to 6.5.11 -- cgit