From b2edfea5c2bed7ab475fa167e3093654be20d31a Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 19 Jun 2019 15:46:48 +0200 Subject: v8.2.3 --- phpunit8.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/phpunit8.spec b/phpunit8.spec index 2816886..402aac5 100644 --- a/phpunit8.spec +++ b/phpunit8.spec @@ -11,7 +11,7 @@ # For compatibility with SCL %undefine __brp_mangle_shebangs -%global gh_commit 24b6cfcec34c1167ee1d90b7cb22bee324af319f +%global gh_commit f67ca36860ebca7224d4573f107f79bd8ed0ba03 #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 2 -%global ver_patch 2 +%global ver_patch 3 %global specrel 1 Name: %{pk_project}%{ver_major} @@ -279,6 +279,9 @@ exit $ret %changelog +* Wed Jun 19 2019 Remi Collet - 8.2.3-1 +- update to 8.2.3 + * Sun Jun 16 2019 Remi Collet - 8.2.2-1 - update to 8.2.2 (no change) - raise dependency on phpspec/prophecy 1.8.1 -- cgit