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 d521b2e..d9e9d60 100644 --- a/phpunit6.spec +++ b/phpunit6.spec @@ -7,7 +7,7 @@ # # Please, preserve the changelog entries # -%global gh_commit b770d8ba7e60295ee91d69d5a5e01ae833cac220 +%global gh_commit ae6e2e062ff55263c7b04374c190aca45872b26a #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 4 -%global ver_patch 1 +%global ver_patch 2 %global specrel 1 Name: %{pk_project}%{ver_major} @@ -264,6 +264,9 @@ exit $ret %changelog +* Sun Oct 15 2017 Remi Collet <remi@remirepo.net> - 6.4.2-1 +- Update to 6.4.2 + * Sun Oct 8 2017 Remi Collet <remi@remirepo.net> - 6.4.1-1 - Update to 6.4.1 |