From 90824195d03c7d21e2ab4cfe4760b88b33a4b3ca Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 3 Dec 2018 11:25:05 +0100 Subject: v1.8.0 --- composer.spec | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) (limited to 'composer.spec') diff --git a/composer.spec b/composer.spec index cc37533..02cbd20 100644 --- a/composer.spec +++ b/composer.spec @@ -10,7 +10,7 @@ # For compatibility with SCL %undefine __brp_mangle_shebangs -%global gh_commit e965b9aaa8854c3067f1ed2ae45f436572d73eb7 +%global gh_commit d8aef3af866b28786ce9b8647e52c42496436669 %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.7.3 +%global upstream_version 1.8.0 #global upstream_prever RC %if 0 @@ -250,11 +250,6 @@ install -Dpm 755 bin/%{name} %{buildroot}%{_bindir}/%{name} : Online tests rm tests/Composer/Test/Util/RemoteFilesystemTest.php -: Known to fail - regression in recent symfony version -sed -e 's/testDevWarningPrevented/SKIP_testDevWarningPrevented/' \ - -e 's/testDevWarningPreventedAlias/SKIP_testDevWarningPreventedAlias/' \ - -i tests/Composer/Test/ApplicationTest.php - : Ensure not used rm -rf res @@ -288,6 +283,9 @@ exit $ret %changelog +* Mon Dec 3 2018 Remi Collet - 1.8.0-1 +- update to 1.8.0 + * Fri Nov 2 2018 Remi Collet - 1.7.3-1 - update to 1.7.3 -- cgit