summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--composer.json2
-rw-r--r--phpunit6.spec7
2 files changed, 6 insertions, 3 deletions
diff --git a/composer.json b/composer.json
index 6397884..54730c1 100644
--- a/composer.json
+++ b/composer.json
@@ -82,7 +82,7 @@
},
"extra": {
"branch-alias": {
- "dev-master": "6.3.x-dev"
+ "dev-master": "6.4.x-dev"
}
}
}
diff --git a/phpunit6.spec b/phpunit6.spec
index d0b30b0..d521b2e 100644
--- a/phpunit6.spec
+++ b/phpunit6.spec
@@ -7,7 +7,7 @@
#
# Please, preserve the changelog entries
#
-%global gh_commit c0ff817b36a827e64bf5f57bc72278150cf30a77
+%global gh_commit b770d8ba7e60295ee91d69d5a5e01ae833cac220
#global gh_date 20150927
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global gh_vendor sebastianbergmann
@@ -19,7 +19,7 @@
%global ns_vendor PHPUnit6
%global php_home %{_datadir}/php
%global ver_major 6
-%global ver_minor 3
+%global ver_minor 4
%global ver_patch 1
%global specrel 1
@@ -264,6 +264,9 @@ exit $ret
%changelog
+* Sun Oct 8 2017 Remi Collet <remi@remirepo.net> - 6.4.1-1
+- Update to 6.4.1
+
* Sun Sep 24 2017 Remi Collet <remi@remirepo.net> - 6.3.1-1
- Update to 6.3.1