summaryrefslogtreecommitdiffstats
path: root/atoum.spec
diff options
context:
space:
mode:
Diffstat (limited to 'atoum.spec')
-rw-r--r--atoum.spec11
1 files changed, 7 insertions, 4 deletions
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 <remi@remirepo.net> - 3.4.1-1
+- update to 3.4.1
+
* Thu Jan 2 2020 Remi Collet <remi@remirepo.net> - 3.4.0-2
- update to 3.4.0
- fix reported version