diff options
author | Remi Collet <fedora@famillecollet.com> | 2016-01-29 11:43:34 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2016-01-29 11:43:34 +0100 |
commit | 45e92fe2eb666529732655355706a9a57ec7b003 (patch) | |
tree | ed2313c87271b3b35de9db3cc3b3a097e9429df4 | |
parent | 04be72207b2123fc0ff64bf9b68a2b5d55112ea0 (diff) |
PHPUnit 5.1.6
-rw-r--r-- | php-phpunit-PHPUnit-dev.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/php-phpunit-PHPUnit-dev.spec b/php-phpunit-PHPUnit-dev.spec index 2f03f6d..290f574 100644 --- a/php-phpunit-PHPUnit-dev.spec +++ b/php-phpunit-PHPUnit-dev.spec @@ -8,7 +8,7 @@ # # Please, preserve the changelog entries # -%global gh_commit 728dcb190cb2961d1f4d2e7091d28861b89c013b +%global gh_commit 72e92139712e868c3888ed4dd4d3c3eb365b1bb7 #global gh_date 20150927 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann @@ -17,7 +17,7 @@ %global pear_name PHPUnit %global pear_channel pear.phpunit.de %global major 5.1 -%global minor 5 +%global minor 6 %global specrel 1 Name: php-phpunit-PHPUnit @@ -215,6 +215,9 @@ fi %changelog +* Fri Jan 29 2016 Remi Collet <remi@fedoraproject.org> - 5.1.6-1 +- Update to 5.1.6 + * Fri Jan 29 2016 Remi Collet <remi@fedoraproject.org> - 5.1.5-1 - Update to 5.1.5 |