summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2016-11-14 14:43:15 +0100
committerRemi Collet <fedora@famillecollet.com>2016-11-14 14:43:15 +0100
commit84f5afff407e5e16d819b92171d86e3d945d6234 (patch)
tree0491b4052f4da6b25e8ee79af8f9df24aa1346c6
parent6ae9a865ffc5d89213e7e0dacc3e0133af2c8d1c (diff)
php-phpunit-PHPUnit: 5.6.3
-rw-r--r--php-phpunit-PHPUnit.spec9
1 files changed, 6 insertions, 3 deletions
diff --git a/php-phpunit-PHPUnit.spec b/php-phpunit-PHPUnit.spec
index eea83d2..342a999 100644
--- a/php-phpunit-PHPUnit.spec
+++ b/php-phpunit-PHPUnit.spec
@@ -8,7 +8,7 @@
#
# Please, preserve the changelog entries
#
-%global gh_commit cd13b23ac5a519a4708e00736c26ee0bb28b2e01
+%global gh_commit a9de0dbafeb6b1391b391fbb034734cb0af9f67c
#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 2
-%global specrel 2
+%global minor 3
+%global specrel 1
Name: php-phpunit-PHPUnit
Version: %{major}.%{minor}
@@ -237,6 +237,9 @@ fi
%changelog
+* Mon Nov 14 2016 Remi Collet <remi@fedoraproject.org> - 5.6.3-1
+- update to 5.6.3
+
* Mon Oct 31 2016 Remi Collet <remi@fedoraproject.org> - 5.6.2-2
- fix autoloader (don't use symfony one for symfony components)