diff options
author | Remi Collet <fedora@famillecollet.com> | 2015-10-14 17:02:38 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2015-10-14 17:02:38 +0200 |
commit | 1228d7aabc0084c11569183b47fe0753a27cc2b1 (patch) | |
tree | c70f1a21153da24b688374cd59b670d6f9a692ff /php-phpunit-PHPUnit-MockObject-dev.spec | |
parent | 4571433e9b891d41ea5063576f6f017afc78e36a (diff) |
php-phpunit-PHPUnit-MockObject: 3.0.1
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 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 <remi@fedoraproject.org> - 3.0.1-1 +- Update to 3.0.1 + * Fri Oct 2 2015 Remi Collet <remi@fedoraproject.org> - 3.0.0-1 - Update to 3.0.0 |