diff options
author | Remi Collet <fedora@famillecollet.com> | 2015-10-07 15:52:06 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2015-10-07 15:52:06 +0200 |
commit | c7f784014b5889d5762c8ba578e4eed261cb0495 (patch) | |
tree | 04b1714790f645ce2ba9eb76ef162ffe8d5a8ac3 | |
parent | d92d198d8845666815128df0de90d0176a91d7a6 (diff) |
php-phpunit-PHPUnit: 4.8.11
-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 dd09753..51a2f73 100644 --- a/php-phpunit-PHPUnit.spec +++ b/php-phpunit-PHPUnit.spec @@ -8,7 +8,7 @@ # # Please, preserve the changelog entries # -%global gh_commit 463163747474815c5ccd4ae12b5b355ec12158e8 +%global gh_commit bdd199472410fd7e32751f9c814c7e06f2c21bd5 %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 10 +%global minor 11 Name: php-phpunit-PHPUnit Version: %{major}.%{minor} @@ -206,6 +206,9 @@ fi %changelog +* Wed Oct 7 2015 Remi Collet <remi@fedoraproject.org> - 4.8.11-1 +- Update to 4.8.11 + * Fri Oct 2 2015 Remi Collet <remi@fedoraproject.org> - 4.8.10-1 - Update to 4.8.10 |