From eb105ac8ead389cd8ec1a6aa7fe164985aec51b7 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 15 Jul 2019 10:18:20 +0200 Subject: v8.2.5 --- phpunit8.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/phpunit8.spec b/phpunit8.spec index 87534d5..c7cf4df 100644 --- a/phpunit8.spec +++ b/phpunit8.spec @@ -11,7 +11,7 @@ # For compatibility with SCL %undefine __brp_mangle_shebangs -%global gh_commit 25fe0b5031b24722f66a75ad479a074cccc1bb37 +%global gh_commit c1b8534b3730f20f58600124129197bf1183dc92 #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 4 +%global ver_patch 5 %global specrel 1 Name: %{pk_project}%{ver_major} @@ -270,6 +270,7 @@ exit $ret %files +# remirepo:1 %{!?_licensedir:%global license %%doc} %license LICENSE %doc README.md ChangeLog-%{ver_major}.%{ver_minor}.md @@ -279,6 +280,9 @@ exit $ret %changelog +* Mon Jul 15 2019 Remi Collet - 8.2.5-1 +- update to 8.2.5 + * Wed Jul 3 2019 Remi Collet - 8.2.4-1 - update to 8.2.4 - raise dependency on sebastian/type 1.1.3 -- cgit