From 1073e9b17ad13262f2c9815ff63bb3938700ce46 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 11 Feb 2019 12:44:20 +0100 Subject: v1.8.4 --- composer.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'composer.spec') diff --git a/composer.spec b/composer.spec index f9ec86c..7aa5598 100644 --- a/composer.spec +++ b/composer.spec @@ -10,7 +10,7 @@ # For compatibility with SCL %undefine __brp_mangle_shebangs -%global gh_commit a6a3b44581398b7135c7baa0557b7c5b10808b47 +%global gh_commit bc364c2480c17941e2135cfc568fa41794392534 %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.3 +%global upstream_version 1.8.4 #global upstream_prever RC %if 0 @@ -283,6 +283,9 @@ exit $ret %changelog +* Mon Feb 11 2019 Remi Collet - 1.8.4-1 +- update to 1.8.4 + * Wed Jan 30 2019 Remi Collet - 1.8.3-1 - update to 1.8.3 -- cgit