diff options
author | Remi Collet <fedora@famillecollet.com> | 2016-02-19 13:03:20 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2016-02-19 13:03:20 +0100 |
commit | d509e54fd726bde6bfcbbbe20cc3a197c0ef0e75 (patch) | |
tree | 7b6bd19f4f7de3264c1e89acd79f1baa27b35163 | |
parent | 8e2e7bdbeb034a16f56b32474fa4bce6d1ef884e (diff) |
php-phpunit-PHPUnit: 5.2.9
-rw-r--r-- | php-phpunit-PHPUnit-dev.spec | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/php-phpunit-PHPUnit-dev.spec b/php-phpunit-PHPUnit-dev.spec index 8765e20..d4bafa5 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 0b2946c107cd2d8f0ec1244edffc37fceed96f5f +%global gh_commit b12b9c37e382c096b93c3f26e7395775f59a5eea #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 8 +%global minor 9 %global specrel 1 Name: php-phpunit-PHPUnit @@ -129,7 +129,7 @@ Requires: php-composer(doctrine/instantiator) < 2 Requires: php-composer(symfony/class-loader) >= 2.0 Requires: php-composer(symfony/class-loader) < 3 Requires: php-composer(sebastian/recursion-context) >= 1.0 -# From phpcompatinfo report for version 5.0.0 +# From phpcompatinfo report for version 5.2.9 Requires: php-libxml Requires: php-mbstring Requires: php-openssl @@ -215,6 +215,9 @@ fi %changelog +* Fri Feb 19 2016 Remi Collet <remi@fedoraproject.org> - 5.2.9-1 +- Update to 5.2.9 + * Thu Feb 18 2016 Remi Collet <remi@fedoraproject.org> - 5.2.8-1 - Update to 5.2.8 - raise dependency on phpunit/php-code-coverage >= 3.2.1 |