summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--phpunit6.spec9
1 files changed, 6 insertions, 3 deletions
diff --git a/phpunit6.spec b/phpunit6.spec
index f15ae08..9faccc8 100644
--- a/phpunit6.spec
+++ b/phpunit6.spec
@@ -7,7 +7,7 @@
#
# Please, preserve the changelog entries
#
-%global gh_commit de3690a9f4109e3ef0f36e0ba1227e986818275b
+%global gh_commit df38633f62b45fbb9612275274b4553c34a863b2
#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 11
-%global specrel 2
+%global ver_patch 13
+%global specrel 1
Name: %{pk_project}%{ver_major}
Version: %{ver_major}.%{ver_minor}.%{ver_patch}
@@ -249,6 +249,9 @@ exit $ret
%changelog
+* Mon Apr 3 2017 Remi Collet <remi@remirepo.net> - 6.0.13-1
+- Update to 6.0.13
+
* Thu Mar 30 2017 Remi Collet <remi@remirepo.net> - 6.0.11-2
- use fedora2 autoloader template