diff options
author | Remi Collet <remi@remirepo.net> | 2017-07-04 06:18:54 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2017-07-04 06:18:54 +0200 |
commit | 69c032b75d27d3c7493e0493fa7a1c1c5cb90807 (patch) | |
tree | 27fb859c0ce143c54bdedcab338b91e66a154b0b | |
parent | 662c3d063c7e1a53f746b1981b4fe42761d9f992 (diff) |
v6.2.3
-rw-r--r-- | phpunit6.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/phpunit6.spec b/phpunit6.spec index 54a1112..faa5880 100644 --- a/phpunit6.spec +++ b/phpunit6.spec @@ -7,7 +7,7 @@ # # Please, preserve the changelog entries # -%global gh_commit f2786490399836d2a544a34785c4a8d3ab32cf0e +%global gh_commit fa5711d0559fc4b64deba0702be52d41434cbcb7 #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 2 -%global ver_patch 2 +%global ver_patch 3 %global specrel 1 Name: %{pk_project}%{ver_major} @@ -265,6 +265,9 @@ exit $ret %changelog +* Tue Jul 4 2017 Remi Collet <remi@remirepo.net> - 6.2.3-1 +- Update to 6.2.3 + * Tue Jun 13 2017 Remi Collet <remi@remirepo.net> - 6.2.2-1 - Update to 6.2.2 |