diff options
-rw-r--r-- | phpunit6.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/phpunit6.spec b/phpunit6.spec index 35385e7..6775cfd 100644 --- a/phpunit6.spec +++ b/phpunit6.spec @@ -11,7 +11,7 @@ # For compatibility with SCL %undefine __brp_mangle_shebangs -%global gh_commit 7bab54cb366076023bbf457a2a0d513332cd40f2 +%global gh_commit 24da433d7384824d65ea93fbb462e2f31bbb494e #global gh_date 20150927 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_vendor sebastianbergmann @@ -24,7 +24,7 @@ %global php_home %{_datadir}/php %global ver_major 6 %global ver_minor 5 -%global ver_patch 11 +%global ver_patch 12 %global specrel 1 Name: %{pk_project}%{ver_major} @@ -265,6 +265,9 @@ exit $ret %changelog +* Wed Aug 22 2018 Remi Collet <remi@remirepo.net> - 6.5.12-1 +- update to 6.5.12 + * Thu Aug 9 2018 Remi Collet <remi@remirepo.net> - 6.5.11-1 - update to 6.5.11 |