diff options
-rw-r--r-- | composer.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/composer.spec b/composer.spec index 12a2af6..ebf447e 100644 --- a/composer.spec +++ b/composer.spec @@ -10,7 +10,7 @@ # For compatibility with SCL %undefine __brp_mangle_shebangs -%global gh_commit 4053eab90a7cdf0b81dd93073dc6c18c15d487fd +%global gh_commit 0934b44a86d4c43e416674e80cd6c94044cd23b3 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_branch 2.0-dev %global gh_owner composer @@ -19,7 +19,7 @@ %global api_version 2.0.0 %global run_version 2.0.0 -%global upstream_version 2.0.4 +%global upstream_version 2.0.5 #global upstream_prever RC2 #global upstream_lower rc2 @@ -318,6 +318,9 @@ exit $ret %changelog +* Sat Nov 7 2020 Remi Collet <remi@remirepo.net> - 2.0.5-1 +- update to 2.0.5 + * Sat Oct 31 2020 Remi Collet <remi@remirepo.net> - 2.0.4-1 - update to 2.0.4 |