From 6537f9312e6e5ef32e071028026e28ce4485549a Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sun, 24 Sep 2017 18:53:03 +0200 Subject: v6.3.1 --- phpunit6.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/phpunit6.spec b/phpunit6.spec index 01918a5..d0b30b0 100644 --- a/phpunit6.spec +++ b/phpunit6.spec @@ -7,7 +7,7 @@ # # Please, preserve the changelog entries # -%global gh_commit 9501bab711403a1ab5b8378a8adb4ec3db3debdb +%global gh_commit c0ff817b36a827e64bf5f57bc72278150cf30a77 #global gh_date 20150927 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_vendor sebastianbergmann @@ -20,8 +20,8 @@ %global php_home %{_datadir}/php %global ver_major 6 %global ver_minor 3 -%global ver_patch 0 -%global specrel 2 +%global ver_patch 1 +%global specrel 1 Name: %{pk_project}%{ver_major} Version: %{ver_major}.%{ver_minor}.%{ver_patch} @@ -264,6 +264,9 @@ exit $ret %changelog +* Sun Sep 24 2017 Remi Collet - 6.3.1-1 +- Update to 6.3.1 + * Mon Aug 21 2017 Remi Collet - 6.3.0-2 - add optional dependency on php-phpunit-selenium -- cgit