diff options
author | Remi Collet <fedora@famillecollet.com> | 2015-10-14 20:31:51 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2015-10-14 20:31:51 +0200 |
commit | 42dc15b4935efab3520da7fe6a414bc4d376ea05 (patch) | |
tree | 270fe86a4ba6631212614ef9a396efaffe8a1eff | |
parent | b07525c8d850c98d0a2a378b9067b1f0e29031b5 (diff) |
php-phpunit-PHPUnit: 5.0.6
-rw-r--r-- | php-phpunit-PHPUnit-dev.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/php-phpunit-PHPUnit-dev.spec b/php-phpunit-PHPUnit-dev.spec index c3ce048..b0e9450 100644 --- a/php-phpunit-PHPUnit-dev.spec +++ b/php-phpunit-PHPUnit-dev.spec @@ -8,7 +8,7 @@ # # Please, preserve the changelog entries # -%global gh_commit 65134b2c2e47f48a9afb54a28f67b4d46a2304d1 +%global gh_commit d2656ec378c88e036b3fc14fb4262ee1a25498c9 #global gh_date 20150927 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann @@ -17,7 +17,7 @@ %global pear_name PHPUnit %global pear_channel pear.phpunit.de %global major 5.0 -%global minor 5 +%global minor 6 %global specrel 1 Name: php-phpunit-PHPUnit @@ -211,6 +211,9 @@ fi %changelog +* Wed Oct 14 2015 Remi Collet <remi@fedoraproject.org> - 5.0.6-1 +- Update to 5.0.6 + * Mon Oct 12 2015 Remi Collet <remi@fedoraproject.org> - 5.0.5-1 - Update to 5.0.5 |