diff options
author | Remi Collet <remi@remirepo.net> | 2018-05-28 14:37:17 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2018-05-28 14:37:17 +0200 |
commit | 5df5b2959e0fce09346984f4079aa37995f5a64a (patch) | |
tree | 0c77495a15c867ea62649cbe5814c8c520d3f887 | |
parent | 587bda29e6ee92794d304a1f93576420ae935f5d (diff) |
v6.0.5
-rw-r--r-- | php-phpunit-php-code-coverage6.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/php-phpunit-php-code-coverage6.spec b/php-phpunit-php-code-coverage6.spec index 76cccd9..a1f529f 100644 --- a/php-phpunit-php-code-coverage6.spec +++ b/php-phpunit-php-code-coverage6.spec @@ -9,7 +9,7 @@ %global bootstrap 0 # Github -%global gh_commit 52187754b0eed0b8159f62a6fa30073327e8c2ca +%global gh_commit 4cab20a326d14de7575a8e235c70d879b569a57a #global gh_date 20150924 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_vendor sebastianbergmann @@ -23,7 +23,7 @@ %global php_home %{_datadir}/php %global ver_major 6 %global ver_minor 0 -%global ver_patch 4 +%global ver_patch 5 %global specrel 1 %if %{bootstrap} %global with_tests 0%{?_with_tests:1} @@ -220,6 +220,9 @@ exit $ret %changelog +* Mon May 28 2018 Remi Collet <remi@remirepo.net> - 6.0.5-1 +- update to 6.0.5 + * Wed May 2 2018 Remi Collet <remi@remirepo.net> - 6.0.4-1 - update to 6.0.4 |