diff options
Diffstat (limited to 'php-phpunit-PHPUnit-MockObject-dev.spec')
-rw-r--r-- | php-phpunit-PHPUnit-MockObject-dev.spec | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/php-phpunit-PHPUnit-MockObject-dev.spec b/php-phpunit-PHPUnit-MockObject-dev.spec index 17eeb55..05abebb 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 3324b035ed1822df22b2c99f2ae22547085eb7a8 +%global gh_commit 382c729a52b7ef682e94c73fd6868f5ee8116ba7 #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 2 +%global minor 3 %global specrel 1 %if %{bootstrap} %global with_tests %{?_with_tests:1}%{!?_with_tests:0} @@ -122,7 +122,7 @@ EOF : Run tests - set include_path to ensure PHPUnit autoloader use it %{_bindir}/php -d include_path=.:%{buildroot}%{php_home}:%{php_home} \ -%{_bindir}/phpunit +%{_bindir}/phpunit --no-coverage %endif @@ -148,6 +148,9 @@ fi %changelog +* Sun Oct 18 2015 Remi Collet <remi@fedoraproject.org> - 3.0.3-1 +- Update to 3.0.3 + * Fri Oct 16 2015 Remi Collet <remi@fedoraproject.org> - 3.0.2-1 - Update to 3.0.2 |