diff options
author | Remi Collet <fedora@famillecollet.com> | 2016-02-16 23:13:17 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2016-02-16 23:13:17 +0100 |
commit | c2e547193a22125d8dd43ff071e5645add3f2503 (patch) | |
tree | 6f56bfad66442b1a1cbf4184fc0b5240f8e5eae6 | |
parent | 4a00eec56b33ee7378b43c027fd1744177aecd3b (diff) |
php-phpunit-PHPUnit: 5.2.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 8de73b8..ed29a18 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 db79855b229d4bbcdc055ad74c5dc20ad3f5c5fe +%global gh_commit 98f5f048c0c20b823a897eca14f0b57ca47d8066 #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.2 -%global minor 5 +%global minor 6 %global specrel 1 Name: php-phpunit-PHPUnit @@ -215,6 +215,9 @@ fi %changelog +* Tue Feb 16 2016 Remi Collet <remi@fedoraproject.org> - 5.2.6-1 +- Update to 5.2.6 + * Sat Feb 13 2016 Remi Collet <remi@fedoraproject.org> - 5.2.5-1 - Update to 5.2.5 - raise dependency on phpunit/php-code-coverage >= 3.2 |