diff options
author | Remi Collet <remi@remirepo.net> | 2017-10-15 19:00:12 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2017-10-15 19:00:12 +0200 |
commit | e710cebec1944b3c9ec21498606b1dc982881772 (patch) | |
tree | 85d41912b9314a57aa85cfe49e3ea17cf5cf5255 | |
parent | 095476d3bfdbe3708c2ae30487455360153167a2 (diff) |
v6.4.2
-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 |