From 69736a8308111e47f169a817cd4e777daeff6039 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 9 Apr 2018 14:12:45 +0200 Subject: v6.1.0 --- php-phpunit-mock-objects6.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'php-phpunit-mock-objects6.spec') diff --git a/php-phpunit-mock-objects6.spec b/php-phpunit-mock-objects6.spec index ec295b6..955b4c9 100644 --- a/php-phpunit-mock-objects6.spec +++ b/php-phpunit-mock-objects6.spec @@ -8,7 +8,7 @@ # %global bootstrap 0 # Github -%global gh_commit e3249dedc2d99259ccae6affbc2684eac37c2e53 +%global gh_commit 3f5ca97eee66a07951d018f6726017629c85c86d #global gh_date 20150902 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_vendor sebastianbergmann @@ -22,8 +22,8 @@ %global ns_project MockObject %global php_home %{_datadir}/php %global ver_major 6 -%global ver_minor 0 -%global ver_patch 1 +%global ver_minor 1 +%global ver_patch 0 %global specrel 1 %if %{bootstrap} %global with_tests 0%{?_with_tests:1} @@ -163,6 +163,9 @@ exit $ret %changelog +* Mon Apr 9 2018 Remi Collet - 6.1.0-1 +- update to 6.1.0 + * Thu Feb 15 2018 Remi Collet - 6.0.1-1 - Update to 6.0.1 -- cgit