summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2017-02-08 08:32:43 +0100
committerRemi Collet <fedora@famillecollet.com>2017-02-08 08:32:43 +0100
commit302de68f453c8b741746de9e238a1a5ff1eddfcb (patch)
treec3e443689744bd6355e2d6a25cc1d948dd296b29
parentc5d3b8e8b38e31e2f7a1f3805435ffcbe989e0b0 (diff)
phpunit6: 6.0.6
-rw-r--r--phpunit6.spec7
1 files changed, 5 insertions, 2 deletions
diff --git a/phpunit6.spec b/phpunit6.spec
index 5121b98..851beee 100644
--- a/phpunit6.spec
+++ b/phpunit6.spec
@@ -7,7 +7,7 @@
#
# Please, preserve the changelog entries
#
-%global gh_commit 1fb01cbd5aa7fa2457cc10170070676a9ad315d2
+%global gh_commit e702506af102d0dc5312dd24b8e97fd6e58ce3ba
#global gh_date 20150927
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global gh_vendor sebastianbergmann
@@ -22,7 +22,7 @@
%global pear_channel pear.phpunit.de
%global ver_major 6
%global ver_minor 0
-%global ver_patch 5
+%global ver_patch 6
%global specrel 1
Name: %{gh_project}%{ver_major}
@@ -241,6 +241,9 @@ php -d include_path=.:%{buildroot}%{php_home}:%{php_home} \
%changelog
+* Wed Feb 8 2017 Remi Collet <remi@fedoraproject.org> - 6.0.6-1
+- update to 6.0.6
+
* Tue Feb 7 2017 Remi Collet <remi@fedoraproject.org> - 6.0.5-1
- rename to phpunit6
- move to /usr/share/php/PHPUnit6