diff options
author | Remi Collet <fedora@famillecollet.com> | 2015-08-25 08:12:07 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2015-08-25 08:12:07 +0200 |
commit | f5ab037aa0ebbea11bff8f02a7d17e7f4fa2a9fa (patch) | |
tree | 44c12ae1b72fe5634417baf44fce92e0532fae3b | |
parent | 97bbd7d6b4e519f2be5e7d5daaeec21840944049 (diff) |
php-phpunit-PHPUnit: 4.8.6
-rw-r--r-- | php-phpunit-PHPUnit.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/php-phpunit-PHPUnit.spec b/php-phpunit-PHPUnit.spec index 858f036..7de5e15 100644 --- a/php-phpunit-PHPUnit.spec +++ b/php-phpunit-PHPUnit.spec @@ -8,7 +8,7 @@ # # Please, preserve the changelog entries # -%global gh_commit 9b7417edaf28059ea63d86be941e6004dbfcc0cc +%global gh_commit 2246830f4a1a551c67933e4171bf2126dc29d357 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann %global gh_project phpunit @@ -16,7 +16,7 @@ %global pear_name PHPUnit %global pear_channel pear.phpunit.de %global major 4.8 -%global minor 5 +%global minor 6 Name: php-phpunit-PHPUnit Version: %{major}.%{minor} @@ -202,6 +202,9 @@ fi %changelog +* Tue Aug 25 2015 Remi Collet <remi@fedoraproject.org> - 4.8.6-1 +- Update to 4.8.6 + * Fri Aug 21 2015 Remi Collet <remi@fedoraproject.org> - 4.8.5-1 - Update to 4.8.5 (no change) |