From 095476d3bfdbe3708c2ae30487455360153167a2 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sun, 8 Oct 2017 17:37:35 +0200 Subject: v6.4.1 --- phpunit6.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'phpunit6.spec') diff --git a/phpunit6.spec b/phpunit6.spec index d0b30b0..d521b2e 100644 --- a/phpunit6.spec +++ b/phpunit6.spec @@ -7,7 +7,7 @@ # # Please, preserve the changelog entries # -%global gh_commit c0ff817b36a827e64bf5f57bc72278150cf30a77 +%global gh_commit b770d8ba7e60295ee91d69d5a5e01ae833cac220 #global gh_date 20150927 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_vendor sebastianbergmann @@ -19,7 +19,7 @@ %global ns_vendor PHPUnit6 %global php_home %{_datadir}/php %global ver_major 6 -%global ver_minor 3 +%global ver_minor 4 %global ver_patch 1 %global specrel 1 @@ -264,6 +264,9 @@ exit $ret %changelog +* Sun Oct 8 2017 Remi Collet - 6.4.1-1 +- Update to 6.4.1 + * Sun Sep 24 2017 Remi Collet - 6.3.1-1 - Update to 6.3.1 -- cgit