From 662c3d063c7e1a53f746b1981b4fe42761d9f992 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 13 Jun 2017 19:20:32 +0200 Subject: v6.2.2 --- phpunit6.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'phpunit6.spec') diff --git a/phpunit6.spec b/phpunit6.spec index 5e9926e..54a1112 100644 --- a/phpunit6.spec +++ b/phpunit6.spec @@ -7,7 +7,7 @@ # # Please, preserve the changelog entries # -%global gh_commit 16999a1e9a8a25d68f0ab8cc8ab818b043ad5374 +%global gh_commit f2786490399836d2a544a34785c4a8d3ab32cf0e #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 2 -%global ver_patch 1 +%global ver_patch 2 %global specrel 1 Name: %{pk_project}%{ver_major} @@ -265,6 +265,9 @@ exit $ret %changelog +* Tue Jun 13 2017 Remi Collet - 6.2.2-1 +- Update to 6.2.2 + * Mon Jun 5 2017 Remi Collet - 6.2.1-1 - Update to 6.2.1 -- cgit