From 527ef90c808aa04e6f388f582a27b2b8f731bc56 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 2 Nov 2019 08:56:46 +0100 Subject: v1.9.1 --- composer.spec | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'composer.spec') diff --git a/composer.spec b/composer.spec index 33d9faf..e73fd80 100644 --- a/composer.spec +++ b/composer.spec @@ -10,7 +10,7 @@ # For compatibility with SCL %undefine __brp_mangle_shebangs -%global gh_commit 314aa57fdcfc942065996f59fb73a8b3f74f3fa5 +%global gh_commit bb01f2180df87ce7992b8331a68904f80439dd2f %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.9.0 +%global upstream_version 1.9.1 #global upstream_prever RC %if 0 @@ -30,7 +30,7 @@ Name: composer Version: %{upstream_version}%{?upstream_prever:~%{upstream_prever}} -Release: 2%{?dist} +Release: 1%{?dist} Summary: Dependency Manager for PHP License: MIT @@ -46,7 +46,6 @@ Source5: makesrc.sh # Use our autoloader, resources path, fix for tests Patch0: %{name}-rpm.patch -Patch1: https://github.com/composer/composer/commit/550c01b471c0deecf95647b7b48e7712623208da.patch BuildArch: noarch BuildRequires: php-cli @@ -185,7 +184,6 @@ Documentation: https://getcomposer.org/doc/ %patch0 -p1 -b .rpm find . -name \*.rpm -exec rm {} \; -print -%patch1 -p1 if grep -r '\.\./res'; then : Patch need to fixed @@ -285,6 +283,9 @@ exit $ret %changelog +* Sat Nov 2 2019 Remi Collet - 1.9.1-1 +- update to 1.9.1 + * Wed Oct 9 2019 Remi Collet - 1.9.0-2 - add upstream patch for PHP 7.4 -- cgit