diff options
author | Remi Collet <fedora@famillecollet.com> | 2015-09-21 06:56:31 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2015-09-21 06:56:31 +0200 |
commit | 5e6af93f7dd4b1ad5377ff83dd77990de019d304 (patch) | |
tree | ea4268b045f683bc445a668dcdc1e70139a764ec | |
parent | f5bd11436c0fdb9570a0a93978c1c537c381a34f (diff) |
php-phpunit-PHPUnit: 4.8.9
-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 9cbebb7..9dcad21 100644 --- a/php-phpunit-PHPUnit.spec +++ b/php-phpunit-PHPUnit.spec @@ -8,7 +8,7 @@ # # Please, preserve the changelog entries # -%global gh_commit 521720279261e5b14799cf1bb895d4b55e516f26 +%global gh_commit 73fad41adb5b7bc3a494bb930d90648df1d5e74b %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 8 +%global minor 9 Name: php-phpunit-PHPUnit Version: %{major}.%{minor} @@ -202,6 +202,9 @@ fi %changelog +* Mon Sep 21 2015 Remi Collet <remi@fedoraproject.org> - 4.8.9-1 +- Update to 4.8.9 + * Sun Sep 20 2015 Remi Collet <remi@fedoraproject.org> - 4.8.8-1 - Update to 4.8.8 |