From 1228d7aabc0084c11569183b47fe0753a27cc2b1 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 14 Oct 2015 17:02:38 +0200 Subject: php-phpunit-PHPUnit-MockObject: 3.0.1 --- php-phpunit-PHPUnit-MockObject-dev.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'php-phpunit-PHPUnit-MockObject-dev.spec') diff --git a/php-phpunit-PHPUnit-MockObject-dev.spec b/php-phpunit-PHPUnit-MockObject-dev.spec index fd342cf..5633b23 100644 --- a/php-phpunit-PHPUnit-MockObject-dev.spec +++ b/php-phpunit-PHPUnit-MockObject-dev.spec @@ -7,7 +7,7 @@ # Please, preserve the changelog entries # %global bootstrap 0 -%global gh_commit b66bfd55201aa33e8096d8c9bcb762361521c301 +%global gh_commit 43d27a86f24c7eacf886edadcdb4503451485cc7 #global gh_date 20150902 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann @@ -16,7 +16,7 @@ %global pear_name PHPUnit_MockObject %global pear_channel pear.phpunit.de %global major 3.0 -%global minor 0 +%global minor 1 %global specrel 1 %if %{bootstrap} %global with_tests %{?_with_tests:1}%{!?_with_tests:0} @@ -148,6 +148,9 @@ fi %changelog +* Wed Oct 14 2015 Remi Collet - 3.0.1-1 +- Update to 3.0.1 + * Fri Oct 2 2015 Remi Collet - 3.0.0-1 - Update to 3.0.0 -- cgit