diff options
author | Remi Collet <remi@remirepo.net> | 2017-10-17 05:50:19 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2017-10-17 05:50:19 +0200 |
commit | fb2a301f16397a8943f28c79b5465436beea03d2 (patch) | |
tree | 4d63ce505f2471a63dc85caadf647e056c6f77d3 | |
parent | e710cebec1944b3c9ec21498606b1dc982881772 (diff) |
v6.4.3
-rw-r--r-- | phpunit6.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/phpunit6.spec b/phpunit6.spec index d9e9d60..54861eb 100644 --- a/phpunit6.spec +++ b/phpunit6.spec @@ -7,7 +7,7 @@ # # Please, preserve the changelog entries # -%global gh_commit ae6e2e062ff55263c7b04374c190aca45872b26a +%global gh_commit 06b28548fd2b4a20c3cd6e247dc86331a7d4db13 #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 2 +%global ver_patch 3 %global specrel 1 Name: %{pk_project}%{ver_major} @@ -264,6 +264,9 @@ exit $ret %changelog +* Tue Oct 17 2017 Remi Collet <remi@remirepo.net> - 6.4.3-1 +- Update to 6.4.3 + * Sun Oct 15 2017 Remi Collet <remi@remirepo.net> - 6.4.2-1 - Update to 6.4.2 |