diff options
author | Remi Collet <fedora@famillecollet.com> | 2014-10-16 17:21:12 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2014-10-16 17:21:12 +0200 |
commit | 02b22fb16072ba2a9fb1b0c1c4a0d61ebcf4f06a (patch) | |
tree | 38e4482007e1c526875b19fb97c204cc39f32320 | |
parent | 10e8c922d30528cbf864001130265b91d4f8b627 (diff) |
php-phpunit-PHPUnit: 4.3.2
-rw-r--r-- | php-phpunit-PHPUnit.spec | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/php-phpunit-PHPUnit.spec b/php-phpunit-PHPUnit.spec index 6126bb9..079a70c 100644 --- a/php-phpunit-PHPUnit.spec +++ b/php-phpunit-PHPUnit.spec @@ -8,7 +8,7 @@ # # Please, preserve the changelog entries # -%global gh_commit 06005259429c156c02596add91f6a59c7dc3d4af +%global gh_commit 02dd047049564f98f796789ec4207ee8f99bc3d4 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann %global gh_project phpunit @@ -17,8 +17,8 @@ %global pear_channel pear.phpunit.de Name: php-phpunit-PHPUnit -Version: 4.3.1 -Release: 2%{?dist} +Version: 4.3.2 +Release: 1%{?dist} Summary: The PHP Unit Testing framework Group: Development/Libraries @@ -200,6 +200,9 @@ fi %changelog +* Thu Oct 16 2014 Remi Collet <remi@fedoraproject.org> - 4.3.2-1 +- Update to 4.3.2 + * Wed Oct 8 2014 Remi Collet <remi@fedoraproject.org> - 4.3.1-2 - new upstream patch for "no colors" patch - raise dependency on sebastian/environment >= 1.1 |