From 2cd370aabcf647c1b34cdd15244882eed71348b0 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 3 Jun 2021 08:38:52 +0200 Subject: update to 2.1.0-RC1 --- composer.spec | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) (limited to 'composer.spec') diff --git a/composer.spec b/composer.spec index 1352c44..0208a3c 100644 --- a/composer.spec +++ b/composer.spec @@ -10,18 +10,18 @@ # For compatibility with SCL %undefine __brp_mangle_shebangs -%global gh_commit 92b2ccbef65292ba9f2004271ef47c7231e2eed5 +%global gh_commit a89b8dc6a61ceadab7b9295cd36249d515cd9ed2 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_branch 2.0-dev %global gh_owner composer %global gh_project composer %global with_tests %{?_without_tests:0}%{!?_without_tests:1} -%global api_version 2.0.0 -%global run_version 2.0.0 +%global api_version 2.1.0 +%global run_version 2.1.0 -%global upstream_version 2.0.14 -#global upstream_prever RC2 -#global upstream_lower rc2 +%global upstream_version 2.1.0 +%global upstream_prever RC1 +%global upstream_lower rc1 # remirepo:1 %if 0%{?fedora} >= 32 || 0%{?rhel} >= 8 @@ -39,7 +39,7 @@ Name: composer Version: %{upstream_version}%{?upstream_prever:~%{upstream_lower}} -Release: 2%{?dist} +Release: 1%{?dist} Summary: Dependency Manager for PHP License: MIT @@ -330,6 +330,9 @@ exit $ret %changelog +* Thu Jun 3 2021 Remi Collet - 2.1.0~RC1-1 +- update to 2.1.0-RC1 + * Mon May 31 2021 Remi Collet - 2.0.14-2 - disable XDG directories usage, see #1955455 -- cgit