summaryrefslogtreecommitdiffstats
path: root/composer.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2019-04-10 07:49:26 +0200
committerRemi Collet <remi@remirepo.net>2019-04-10 07:49:26 +0200
commit315295df7ab56f45744c0b4abdada89161683342 (patch)
tree3a79263b61ebf1ce856f0d0bff671dc3080c352d /composer.spec
parent1073e9b17ad13262f2c9815ff63bb3938700ce46 (diff)
v1.8.5
Diffstat (limited to 'composer.spec')
-rw-r--r--composer.spec9
1 files 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 <remi@remirepo.net> - 1.8.5-1
+- update to 1.8.5
+
* Mon Feb 11 2019 Remi Collet <remi@remirepo.net> - 1.8.4-1
- update to 1.8.4