From 80583e0b30672207ba06ad5ec94723eeaa463836 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 29 Mar 2017 15:18:48 +0200 Subject: v6.0.11 --- phpunit6.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'phpunit6.spec') diff --git a/phpunit6.spec b/phpunit6.spec index d3c64c3..28f79a3 100644 --- a/phpunit6.spec +++ b/phpunit6.spec @@ -7,7 +7,7 @@ # # Please, preserve the changelog entries # -%global gh_commit 8a536f409ebae632b92b7e7288e068248fe365ed +%global gh_commit de3690a9f4109e3ef0f36e0ba1227e986818275b #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 0 -%global ver_patch 10 +%global ver_patch 11 %global specrel 1 Name: %{pk_project}%{ver_major} @@ -253,6 +253,9 @@ exit $ret %changelog +* Wed Mar 29 2017 Remi Collet - 6.0.11-1 +- Update to 6.0.11 + * Mon Mar 20 2017 Remi Collet - 6.0.10-1 - Update to 6.0.10 -- cgit