From 7c5efb08069dc8c95a70a2f9a06a99316a5d3a6b Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 18 Feb 2019 10:48:09 +0100 Subject: v8.0.4 --- phpunit8.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/phpunit8.spec b/phpunit8.spec index de09ca1..26dad49 100644 --- a/phpunit8.spec +++ b/phpunit8.spec @@ -11,7 +11,7 @@ # For compatibility with SCL %undefine __brp_mangle_shebangs -%global gh_commit 651e95a71ff705faae24d18ef5e4c7c8c5050f9a +%global gh_commit a7af0201285445c9c73c4bdf869c486e36b41604 #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 8 %global ver_minor 0 -%global ver_patch 3 +%global ver_patch 4 %global specrel 1 Name: %{pk_project}%{ver_major} @@ -266,6 +266,9 @@ exit $ret %changelog +* Mon Feb 18 2019 Remi Collet - 8.0.4-1 +- update to 8.0.4 + * Sat Feb 16 2019 Remi Collet - 8.0.3-1 - update to 8.0.3 -- cgit