diff options
author | Remi Collet <fedora@famillecollet.com> | 2014-08-31 10:41:15 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2014-08-31 10:41:15 +0200 |
commit | 34c0b02f3e6f91f362cfa6c99b58858bd7199eeb (patch) | |
tree | 12a534d45566ca144566016f97619f3511adadbe | |
parent | f7f7b0d411e4afd8fd89170cdb5e67efe7313dfc (diff) |
php-phpunit-PHPUnit: 4.2.4
-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 94ca3f0..366de52 100644 --- a/php-phpunit-PHPUnit.spec +++ b/php-phpunit-PHPUnit.spec @@ -8,7 +8,7 @@ # # Please, preserve the changelog entries # -%global gh_commit 3985cd437c1da2934421c99e54ebdf24f0362a7a +%global gh_commit f0c2d374ad06ec1e56c721f4ed87c59ff35f440e %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann %global gh_project phpunit @@ -17,7 +17,7 @@ %global pear_channel pear.phpunit.de Name: php-phpunit-PHPUnit -Version: 4.2.3 +Version: 4.2.4 Release: 1%{?dist} Summary: The PHP Unit Testing framework @@ -199,6 +199,9 @@ fi %changelog +* Sun Aug 31 2014 Remi Collet <remi@fedoraproject.org> - 4.2.4-1 +- Update to 4.2.4 + * Thu Aug 28 2014 Remi Collet <remi@fedoraproject.org> - 4.2.3-1 - Update to 4.2.3 |