From 87439211d9e46e7a4694fba99dbdd7ed9fc1787e Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 3 Apr 2017 06:59:58 +0200 Subject: v6.0.13 --- phpunit6.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'phpunit6.spec') diff --git a/phpunit6.spec b/phpunit6.spec index f15ae08..9faccc8 100644 --- a/phpunit6.spec +++ b/phpunit6.spec @@ -7,7 +7,7 @@ # # Please, preserve the changelog entries # -%global gh_commit de3690a9f4109e3ef0f36e0ba1227e986818275b +%global gh_commit df38633f62b45fbb9612275274b4553c34a863b2 #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 0 -%global ver_patch 11 -%global specrel 2 +%global ver_patch 13 +%global specrel 1 Name: %{pk_project}%{ver_major} Version: %{ver_major}.%{ver_minor}.%{ver_patch} @@ -249,6 +249,9 @@ exit $ret %changelog +* Mon Apr 3 2017 Remi Collet - 6.0.13-1 +- Update to 6.0.13 + * Thu Mar 30 2017 Remi Collet - 6.0.11-2 - use fedora2 autoloader template -- cgit