diff options
author | Remi Collet <fedora@famillecollet.com> | 2015-08-15 09:25:31 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2015-08-15 09:25:31 +0200 |
commit | 2e2c597d1f9fcbf8ce4af0f259ffd807e58119ee (patch) | |
tree | c9b6825f60d16cdfeeb0d78056a39c168611d968 | |
parent | 28025a31d54a9cebe3face2c327b094bd113c076 (diff) |
php-phpunit-PHPUnit: 4.8.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 34033e0..9e04786 100644 --- a/php-phpunit-PHPUnit.spec +++ b/php-phpunit-PHPUnit.spec @@ -8,7 +8,7 @@ # # Please, preserve the changelog entries # -%global gh_commit fd3050e26e3105f416d74c4d33aea659b406c59d +%global gh_commit 55bf1d6092b0e13a1f26bd5eaffeef3d8ad85ea7 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann %global gh_project phpunit @@ -16,7 +16,7 @@ %global pear_name PHPUnit %global pear_channel pear.phpunit.de %global major 4.8 -%global minor 3 +%global minor 4 Name: php-phpunit-PHPUnit Version: %{major}.%{minor} @@ -202,6 +202,9 @@ fi %changelog +* Sat Aug 15 2015 Remi Collet <remi@fedoraproject.org> - 4.8.4-1 +- Update to 4.8.4 + * Mon Aug 10 2015 Remi Collet <remi@fedoraproject.org> - 4.8.3-1 - Update to 4.8.3 |