From e710cebec1944b3c9ec21498606b1dc982881772 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sun, 15 Oct 2017 19:00:12 +0200 Subject: v6.4.2 --- phpunit6.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'phpunit6.spec') diff --git a/phpunit6.spec b/phpunit6.spec index d521b2e..d9e9d60 100644 --- a/phpunit6.spec +++ b/phpunit6.spec @@ -7,7 +7,7 @@ # # Please, preserve the changelog entries # -%global gh_commit b770d8ba7e60295ee91d69d5a5e01ae833cac220 +%global gh_commit ae6e2e062ff55263c7b04374c190aca45872b26a #global gh_date 20150927 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_vendor sebastianbergmann @@ -20,7 +20,7 @@ %global php_home %{_datadir}/php %global ver_major 6 %global ver_minor 4 -%global ver_patch 1 +%global ver_patch 2 %global specrel 1 Name: %{pk_project}%{ver_major} @@ -264,6 +264,9 @@ exit $ret %changelog +* Sun Oct 15 2017 Remi Collet - 6.4.2-1 +- Update to 6.4.2 + * Sun Oct 8 2017 Remi Collet - 6.4.1-1 - Update to 6.4.1 -- cgit