diff options
author | Remi Collet <fedora@famillecollet.com> | 2017-04-03 06:59:58 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2017-04-03 06:59:58 +0200 |
commit | 87439211d9e46e7a4694fba99dbdd7ed9fc1787e (patch) | |
tree | 8a83918a6d56f6ca65436afaa9032303a967b1e5 | |
parent | ac3b3035ae8d3860c6851f8729021a5d539beac4 (diff) |
v6.0.13
-rw-r--r-- | phpunit6.spec | 9 |
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 |