diff options
author | Remi Collet <fedora@famillecollet.com> | 2015-10-16 17:05:47 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2015-10-16 17:05:47 +0200 |
commit | 41e0f8454ec7c671fa16349505a45cf87038b7a0 (patch) | |
tree | 8e0906bd6cd73bfeb789e1b28b4532196730869d /php-phpunit-PHPUnit-MockObject-dev.spec | |
parent | 1228d7aabc0084c11569183b47fe0753a27cc2b1 (diff) |
php-phpunit-PHPUnit-MockObject: 3.0.2
Diffstat (limited to 'php-phpunit-PHPUnit-MockObject-dev.spec')
-rw-r--r-- | php-phpunit-PHPUnit-MockObject-dev.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/php-phpunit-PHPUnit-MockObject-dev.spec b/php-phpunit-PHPUnit-MockObject-dev.spec index 5633b23..17eeb55 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 43d27a86f24c7eacf886edadcdb4503451485cc7 +%global gh_commit 3324b035ed1822df22b2c99f2ae22547085eb7a8 #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 1 +%global minor 2 %global specrel 1 %if %{bootstrap} %global with_tests %{?_with_tests:1}%{!?_with_tests:0} @@ -148,6 +148,9 @@ fi %changelog +* Fri Oct 16 2015 Remi Collet <remi@fedoraproject.org> - 3.0.2-1 +- Update to 3.0.2 + * Wed Oct 14 2015 Remi Collet <remi@fedoraproject.org> - 3.0.1-1 - Update to 3.0.1 |