From 3651070b1e88965eee30aa599ea368b78b52ca4e Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 3 Jun 2021 14:09:03 +0200 Subject: update to 2.1.0 --- composer.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/composer.spec b/composer.spec index 0208a3c..a30e0c5 100644 --- a/composer.spec +++ b/composer.spec @@ -10,7 +10,7 @@ # For compatibility with SCL %undefine __brp_mangle_shebangs -%global gh_commit a89b8dc6a61ceadab7b9295cd36249d515cd9ed2 +%global gh_commit 59bb0df323c75308e6a72c6c9bc7dc8cc577f1ca %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_branch 2.0-dev %global gh_owner composer @@ -20,8 +20,8 @@ %global run_version 2.1.0 %global upstream_version 2.1.0 -%global upstream_prever RC1 -%global upstream_lower rc1 +#global upstream_prever RC1 +#global upstream_lower rc1 # remirepo:1 %if 0%{?fedora} >= 32 || 0%{?rhel} >= 8 @@ -330,6 +330,9 @@ exit $ret %changelog +* Thu Jun 3 2021 Remi Collet - 2.1.0-1 +- update to 2.1.0 + * Thu Jun 3 2021 Remi Collet - 2.1.0~RC1-1 - update to 2.1.0-RC1 -- cgit