From 315295df7ab56f45744c0b4abdada89161683342 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 10 Apr 2019 07:49:26 +0200 Subject: v1.8.5 --- composer.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/composer.spec b/composer.spec index 7aa5598..b6cbfc5 100644 --- a/composer.spec +++ b/composer.spec @@ -10,7 +10,7 @@ # For compatibility with SCL %undefine __brp_mangle_shebangs -%global gh_commit bc364c2480c17941e2135cfc568fa41794392534 +%global gh_commit 949b116f9e7d98d8d276594fed74b580d125c0e6 %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.4 +%global upstream_version 1.8.5 #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 php70 php71 php72 php73; do +for cmd in php php71 php72 php73; do if which $cmd; then $cmd -d memory_limit=1G %{_bindir}/phpunit \ --filter '^((?!(testIntegration)).)*$' \ @@ -283,6 +283,9 @@ exit $ret %changelog +* Wed Apr 10 2019 Remi Collet - 1.8.5-1 +- update to 1.8.5 + * Mon Feb 11 2019 Remi Collet - 1.8.4-1 - update to 1.8.4 -- cgit