From 089bf79d2200a858d3cb6de7fb16d344d4898c7e Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 31 Mar 2020 11:42:42 +0200 Subject: v8.5.3 --- phpunit8.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/phpunit8.spec b/phpunit8.spec index 271c64b..e1a30af 100644 --- a/phpunit8.spec +++ b/phpunit8.spec @@ -11,7 +11,7 @@ # For compatibility with SCL %undefine __brp_mangle_shebangs -%global gh_commit 018b6ac3c8ab20916db85fa91bf6465acb64d1e0 +%global gh_commit 67750516bc02f300e2742fed2f50177f8f37bedf #global gh_date 20150927 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_vendor sebastianbergmann @@ -24,8 +24,8 @@ %global php_home %{_datadir}/php %global ver_major 8 %global ver_minor 5 -%global ver_patch 2 -%global specrel 2 +%global ver_patch 3 +%global specrel 1 Name: %{pk_project}%{ver_major} Version: %{ver_major}.%{ver_minor}.%{ver_patch} @@ -287,6 +287,9 @@ exit $ret %changelog +* Tue Mar 31 2020 Remi Collet - 8.5.3-1 +- update to 8.5.3 + * Tue Mar 17 2020 Remi Collet - 8.5.2-2 - load phpunit-selenium autoloader if present - own /usr/share/php/PHPUnit8/Extensions -- cgit