From 2281fdc618a970f7d329f6289b4a2a314bb8d5fd Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 5 Jun 2017 18:56:13 +0200 Subject: v6.2.1 --- phpunit6.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'phpunit6.spec') diff --git a/phpunit6.spec b/phpunit6.spec index 1763910..5e9926e 100644 --- a/phpunit6.spec +++ b/phpunit6.spec @@ -7,7 +7,7 @@ # # Please, preserve the changelog entries # -%global gh_commit 42b7f394a8e009516582331b1e03a1aba40175d1 +%global gh_commit 16999a1e9a8a25d68f0ab8cc8ab818b043ad5374 #global gh_date 20150927 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_vendor sebastianbergmann @@ -19,8 +19,8 @@ %global ns_vendor PHPUnit6 %global php_home %{_datadir}/php %global ver_major 6 -%global ver_minor 1 -%global ver_patch 4 +%global ver_minor 2 +%global ver_patch 1 %global specrel 1 Name: %{pk_project}%{ver_major} @@ -265,6 +265,9 @@ exit $ret %changelog +* Mon Jun 5 2017 Remi Collet - 6.2.1-1 +- Update to 6.2.1 + * Mon May 22 2017 Remi Collet - 6.1.4-1 - Update to 6.1.4 (no change) - raise dependency on sebastian/diff 1.4.3 and allow v2 -- cgit