From 601bcc52b65024c0525f2558848ecd576eab99c4 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 23 Jan 2020 11:33:54 +0100 Subject: v3.4.1 --- atoum.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'atoum.spec') diff --git a/atoum.spec b/atoum.spec index 657da67..6d248b1 100644 --- a/atoum.spec +++ b/atoum.spec @@ -11,12 +11,12 @@ # For compatibility with SCL %undefine __brp_mangle_shebangs -%global gh_commit b6c93433a7b0b92b54c2bb9b0731d71ddc03b365 +%global gh_commit 35714b3044ccbfea6d9d78a7a7107347ee1b5ce9 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) Name: atoum -Version: 3.4.0 -Release: 2%{?dist} +Version: 3.4.1 +Release: 1%{?dist} Summary: PHP Unit Testing framework License: BSD @@ -144,7 +144,7 @@ echo "date.timezone=UTC" >php.ini export PHPRC=$(pwd)/php.ini ret=0 -for cmd in php php56 php70 php71 php72 php73 php74; do +for cmd in php php72 php73 php74; do if which $cmd; then $cmd runner.php --use-dot-report --max-children-number 4 --directories . || ret=1 fi @@ -170,6 +170,9 @@ fi %changelog +* Thu Jan 23 2020 Remi Collet - 3.4.1-1 +- update to 3.4.1 + * Thu Jan 2 2020 Remi Collet - 3.4.0-2 - update to 3.4.0 - fix reported version -- cgit