diff options
author | Remi Collet <fedora@famillecollet.com> | 2016-10-25 12:12:01 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2016-10-25 12:12:01 +0200 |
commit | 15fc400691d0cfe3dec58e19b99568904cf63972 (patch) | |
tree | 1bf0ab9079bdaefb5e619c94bb14e93b3fdcc6d8 | |
parent | ebce5ab0a4a99a0a126d0796801964ca35b0e976 (diff) |
php-phpunit-PHPUnit: 5.6.2
-rw-r--r-- | php-phpunit-PHPUnit.spec | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/php-phpunit-PHPUnit.spec b/php-phpunit-PHPUnit.spec index f47c38c..cd1ca2a 100644 --- a/php-phpunit-PHPUnit.spec +++ b/php-phpunit-PHPUnit.spec @@ -8,7 +8,7 @@ # # Please, preserve the changelog entries # -%global gh_commit 60c32c5b5e79c2248001efa2560f831da11cc2d7 +%global gh_commit cd13b23ac5a519a4708e00736c26ee0bb28b2e01 #global gh_date 20150927 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann @@ -17,8 +17,8 @@ %global pear_name PHPUnit %global pear_channel pear.phpunit.de %global major 5.6 -%global minor 1 -%global specrel 2 +%global minor 2 +%global specrel 1 Name: php-phpunit-PHPUnit Version: %{major}.%{minor} @@ -237,7 +237,8 @@ fi %changelog -* Sat Oct 22 2016 Remi Collet <remi@fedoraproject.org> - 5.6.1-2 +* Tue Oct 25 2016 Remi Collet <remi@fedoraproject.org> - 5.6.2-1 +- update to 5.6.2 (no change) - switch to fedora/autoloader * Fri Oct 7 2016 Remi Collet <remi@fedoraproject.org> - 5.6.1-1 |