summaryrefslogtreecommitdiffstats
path: root/phpunit6.spec
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2017-02-19 08:37:08 +0100
committerRemi Collet <fedora@famillecollet.com>2017-02-19 08:37:08 +0100
commit735bb2b5df913ce69d50ae236f6ab05018d69e74 (patch)
tree166d23f0b792974e765dd3a9825883797a8de6d8 /phpunit6.spec
parent2fc3f80333fd88728283da2a177963fca5f43ac0 (diff)
phpunit6: 6.0.7
Diffstat (limited to 'phpunit6.spec')
-rw-r--r--phpunit6.spec9
1 files changed, 6 insertions, 3 deletions
diff --git a/phpunit6.spec b/phpunit6.spec
index 8338533..a24c7ed 100644
--- a/phpunit6.spec
+++ b/phpunit6.spec
@@ -7,7 +7,7 @@
#
# Please, preserve the changelog entries
#
-%global gh_commit e702506af102d0dc5312dd24b8e97fd6e58ce3ba
+%global gh_commit 4601a46c162eccadffc7d5a6b1f5334df5d99713
#global gh_date 20150927
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global gh_vendor sebastianbergmann
@@ -20,8 +20,8 @@
%global php_home %{_datadir}/php
%global ver_major 6
%global ver_minor 0
-%global ver_patch 6
-%global specrel 2
+%global ver_patch 7
+%global specrel 1
Name: %{pk_project}%{ver_major}
Version: %{ver_major}.%{ver_minor}.%{ver_patch}
@@ -234,6 +234,9 @@ php -d include_path=.:%{buildroot}%{php_home}:%{php_home} \
%changelog
+* Sun Feb 19 2017 Remi Collet <remi@fedoraproject.org> - 6.0.7-1
+- update to 6.0.7
+
* Wed Feb 8 2017 Remi Collet <remi@fedoraproject.org> - 6.0.6-2
- cleanup autoloader (Symfony no more used)
- fix autoloader for dbunit