From 302de68f453c8b741746de9e238a1a5ff1eddfcb Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 8 Feb 2017 08:32:43 +0100 Subject: phpunit6: 6.0.6 --- phpunit6.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'phpunit6.spec') diff --git a/phpunit6.spec b/phpunit6.spec index 5121b98..851beee 100644 --- a/phpunit6.spec +++ b/phpunit6.spec @@ -7,7 +7,7 @@ # # Please, preserve the changelog entries # -%global gh_commit 1fb01cbd5aa7fa2457cc10170070676a9ad315d2 +%global gh_commit e702506af102d0dc5312dd24b8e97fd6e58ce3ba #global gh_date 20150927 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_vendor sebastianbergmann @@ -22,7 +22,7 @@ %global pear_channel pear.phpunit.de %global ver_major 6 %global ver_minor 0 -%global ver_patch 5 +%global ver_patch 6 %global specrel 1 Name: %{gh_project}%{ver_major} @@ -241,6 +241,9 @@ php -d include_path=.:%{buildroot}%{php_home}:%{php_home} \ %changelog +* Wed Feb 8 2017 Remi Collet - 6.0.6-1 +- update to 6.0.6 + * Tue Feb 7 2017 Remi Collet - 6.0.5-1 - rename to phpunit6 - move to /usr/share/php/PHPUnit6 -- cgit