From 661ec24acd9f2807421af11c060d681cecdfcf27 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 16 Jul 2020 13:59:01 +0200 Subject: v1.10.9 --- composer.spec | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/composer.spec b/composer.spec index cb3a3ab..6fa35df 100644 --- a/composer.spec +++ b/composer.spec @@ -10,16 +10,17 @@ # For compatibility with SCL %undefine __brp_mangle_shebangs -%global gh_commit 56e0e094478f30935e9128552188355fa9712291 +%bcond_without tests + +%global gh_commit 83c3250093d5491600a822e176b107a945baf95a %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_branch 1.0-dev %global gh_owner composer %global gh_project composer -%global with_tests %{?_without_tests:0}%{!?_without_tests:1} %global api_version 1.1.0 %global run_version 1.0.0 -%global upstream_version 1.10.8 +%global upstream_version 1.10.9 #global upstream_prever RC %if 0 @@ -50,7 +51,7 @@ Patch0: %{name}-rpm.patch BuildArch: noarch BuildRequires: php-cli -%if %{with_tests} +%if %{with tests} %if 0%{?fedora} >= 27 || 0%{?rhel} >= 8 BuildRequires: (php-composer(composer/ca-bundle) >= 1.0 with php-composer(composer/ca-bundle) < 2) BuildRequires: (php-composer(composer/semver) >= 1.0 with php-composer(composer/semver) < 2) @@ -240,7 +241,7 @@ install -Dpm 755 bin/%{name} %{buildroot}%{_bindir}/%{name} %check -%if %{with_tests} +%if %{with tests} : Online tests rm tests/Composer/Test/Util/RemoteFilesystemTest.php @@ -277,6 +278,9 @@ exit $ret %changelog +* Thu Jul 16 2020 Remi Collet - 1.10.9-1 +- update to 1.10.9 + * Thu Jun 25 2020 Remi Collet - 1.10.8-1 - update to 1.10.8 -- cgit