From fd1dcbdf17391368efd47794a617974c459b7134 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 11 Jun 2019 15:25:28 +0200 Subject: v1.8.6 --- composer.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/composer.spec b/composer.spec index b6cbfc5..03f0545 100644 --- a/composer.spec +++ b/composer.spec @@ -10,7 +10,7 @@ # For compatibility with SCL %undefine __brp_mangle_shebangs -%global gh_commit 949b116f9e7d98d8d276594fed74b580d125c0e6 +%global gh_commit 19b5f66a0e233eb944f134df34091fe1c5dfcc11 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_branch 1.0-dev %global gh_owner composer @@ -18,7 +18,7 @@ %global with_tests %{?_without_tests:0}%{!?_without_tests:1} %global api_version 1.1.0 -%global upstream_version 1.8.5 +%global upstream_version 1.8.6 #global upstream_prever RC %if 0 @@ -258,7 +258,7 @@ export BUILDROOT=%{buildroot} # testIntegration may hang on local build ret=0 -for cmd in php php71 php72 php73; do +for cmd in php php71 php72 php73 php74; do if which $cmd; then $cmd -d memory_limit=1G %{_bindir}/phpunit \ --filter '^((?!(testIntegration)).)*$' \ @@ -283,6 +283,9 @@ exit $ret %changelog +* Tue Jun 11 2019 Remi Collet - 1.8.6-1 +- update to 1.8.6 + * Wed Apr 10 2019 Remi Collet - 1.8.5-1 - update to 1.8.5 -- cgit