diff options
Diffstat (limited to 'phpunit6.spec')
-rw-r--r-- | phpunit6.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/phpunit6.spec b/phpunit6.spec index d3c64c3..28f79a3 100644 --- a/phpunit6.spec +++ b/phpunit6.spec @@ -7,7 +7,7 @@ # # Please, preserve the changelog entries # -%global gh_commit 8a536f409ebae632b92b7e7288e068248fe365ed +%global gh_commit de3690a9f4109e3ef0f36e0ba1227e986818275b #global gh_date 20150927 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_vendor sebastianbergmann @@ -20,7 +20,7 @@ %global php_home %{_datadir}/php %global ver_major 6 %global ver_minor 0 -%global ver_patch 10 +%global ver_patch 11 %global specrel 1 Name: %{pk_project}%{ver_major} @@ -253,6 +253,9 @@ exit $ret %changelog +* Wed Mar 29 2017 Remi Collet <remi@remirepo.net> - 6.0.11-1 +- Update to 6.0.11 + * Mon Mar 20 2017 Remi Collet <remi@remirepo.net> - 6.0.10-1 - Update to 6.0.10 |