diff options
-rw-r--r-- | phpunit6.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/phpunit6.spec b/phpunit6.spec index d622e31..6e5319e 100644 --- a/phpunit6.spec +++ b/phpunit6.spec @@ -11,7 +11,7 @@ # For compatibility with SCL %undefine __brp_mangle_shebangs -%global gh_commit 6bd77b57707c236833d2b57b968e403df060c9d9 +%global gh_commit 4f21a3c6b97c42952fd5c2837bb354ec0199b97b #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 7 +%global ver_patch 8 %global specrel 1 Name: %{pk_project}%{ver_major} @@ -265,6 +265,9 @@ exit $ret %changelog +* Tue Apr 10 2018 Remi Collet <remi@remirepo.net> - 6.5.8-1 +- update to 6.5.8 + * Mon Feb 26 2018 Remi Collet <remi@remirepo.net> - 6.5.7-1 - Update to 6.5.7 |