From e0deef35a6d990f0f8739fa125e04fc58acff926 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 11 May 2016 09:56:01 +0200 Subject: composer: 1.1.0 --- composer.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'composer.spec') diff --git a/composer.spec b/composer.spec index 26c7799..492844d 100644 --- a/composer.spec +++ b/composer.spec @@ -6,18 +6,18 @@ # # Please, preserve the changelog entries # -%global gh_commit 94c2a21fe51016758212fa0aebd8add36757f354 +%global gh_commit 2eab5e81fc983cfd262d6a728aa48fca833f1c74 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_branch 1.0-dev %global gh_owner composer %global gh_project composer %global with_tests %{?_without_tests:0}%{!?_without_tests:1} %global api_version 1.1.0 -%global prever RC +#global prever RC Name: composer Version: 1.1.0 -Release: 0.1.%{prever}%{?dist} +Release: 1%{?dist} Summary: Dependency Manager for PHP Group: Development/Libraries @@ -240,6 +240,9 @@ rm -rf %{buildroot} %changelog +* Wed May 11 2016 Remi Collet - 1.1.0-1 +- update to 1.1.0 + * Sat Apr 30 2016 Remi Collet - 1.1.0-0.1.RC - update to 1.1.0-RC - add dependency on composer/ca-bundle -- cgit