From cd25b8bfe61872c8472334f50145c53bf2799b32 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 3 Aug 2019 10:37:03 +0200 Subject: v1.9.0 --- composer.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'composer.spec') diff --git a/composer.spec b/composer.spec index 03f0545..752ff1b 100644 --- a/composer.spec +++ b/composer.spec @@ -10,7 +10,7 @@ # For compatibility with SCL %undefine __brp_mangle_shebangs -%global gh_commit 19b5f66a0e233eb944f134df34091fe1c5dfcc11 +%global gh_commit 314aa57fdcfc942065996f59fb73a8b3f74f3fa5 %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.8.6 +%global upstream_version 1.9.0 #global upstream_prever RC %if 0 @@ -283,6 +283,9 @@ exit $ret %changelog +* Sat Aug 3 2019 Remi Collet - 1.9.0-1 +- update to 1.9.0 + * Tue Jun 11 2019 Remi Collet - 1.8.6-1 - update to 1.8.6 -- cgit