From 0eb627a9ee5558de638835ff33eb5e29e71fcef9 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 10 Apr 2020 12:23:11 +0200 Subject: v1.10.5 --- composer.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/composer.spec b/composer.spec index 627753b..9e134dd 100644 --- a/composer.spec +++ b/composer.spec @@ -10,7 +10,7 @@ # For compatibility with SCL %undefine __brp_mangle_shebangs -%global gh_commit 1efa6850b4a1740980346ac3582edf7dfb7899ee +%global gh_commit 7a4d5b6aa30d2118af27c04f5e897b57156ccfa9 %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.10.4 +%global upstream_version 1.10.5 #global upstream_prever RC %if 0 @@ -283,6 +283,9 @@ exit $ret %changelog +* Fri Apr 10 2020 Remi Collet - 1.10.5-1 +- update to 1.10.5 + * Thu Apr 9 2020 Remi Collet - 1.10.4-1 - update to 1.10.4 -- cgit