diff options
author | Remi Collet <fedora@famillecollet.com> | 2014-10-17 16:58:01 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2014-10-17 16:58:01 +0200 |
commit | 7309b48d41311538397c919808a9128dc0384b1d (patch) | |
tree | f7b15a625a6047850e27e5a41d1add8da752416d | |
parent | 02b22fb16072ba2a9fb1b0c1c4a0d61ebcf4f06a (diff) |
php-phpunit-PHPUnit: 4.3.3
-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 079a70c..ffe4b50 100644 --- a/php-phpunit-PHPUnit.spec +++ b/php-phpunit-PHPUnit.spec @@ -8,7 +8,7 @@ # # Please, preserve the changelog entries # -%global gh_commit 02dd047049564f98f796789ec4207ee8f99bc3d4 +%global gh_commit 5a0bc4dcbb7340c0a9a9bc3507854a67c564edc4 %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.3.2 +Version: 4.3.3 Release: 1%{?dist} Summary: The PHP Unit Testing framework @@ -200,6 +200,9 @@ fi %changelog +* Fri Oct 17 2014 Remi Collet <remi@fedoraproject.org> - 4.3.3-1 +- Update to 4.3.3 + * Thu Oct 16 2014 Remi Collet <remi@fedoraproject.org> - 4.3.2-1 - Update to 4.3.2 |