From efd99612314759c7ed20cdf52747a0eab0f81284 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 2 Nov 2018 06:57:23 +0100 Subject: v1.7.3 --- composer.spec | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/composer.spec b/composer.spec index 987b6d3..cc37533 100644 --- a/composer.spec +++ b/composer.spec @@ -10,7 +10,7 @@ # For compatibility with SCL %undefine __brp_mangle_shebangs -%global gh_commit 576aab9b5abb2ed11a1c52353a759363216a4ad2 +%global gh_commit e965b9aaa8854c3067f1ed2ae45f436572d73eb7 %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.7.2 +%global upstream_version 1.7.3 #global upstream_prever RC %if 0 @@ -33,7 +33,6 @@ Version: %{upstream_version}%{?upstream_prever:~%{upstream_prever}} Release: 1%{?dist} Summary: Dependency Manager for PHP -Group: Development/Libraries License: MIT URL: https://getcomposer.org/ Source0: %{gh_project}-%{upstream_version}%{?upstream_prever}-%{gh_short}.tgz @@ -289,6 +288,9 @@ exit $ret %changelog +* Fri Nov 2 2018 Remi Collet - 1.7.3-1 +- update to 1.7.3 + * Fri Aug 17 2018 Remi Collet - 1.7.2-1 - update to 1.7.2 -- cgit