From 9850d64166ba17c6ac3c29e89b20a84bd9cc543f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Mon, 4 Sep 2017 20:51:11 +0300 Subject: [PATCH] 1.4.3 - 2017-08-06 - Fixed GitLab URLs - Fixed root package version detection using latest git versions - Fixed inconsistencies in date format in composer.lock when installing from source - Fixed Mercurial support regression - Fixed exclude-from-classmap not being applied when autoloading files for Composer plugins - Fixed exclude-from-classmap being ignored when cwd has the wrong case on case insensitive filesystems - Fixed several other minor issues --- composer.spec | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/composer.spec b/composer.spec index 3b53bd3..2779ea4 100644 --- a/composer.spec +++ b/composer.spec @@ -6,19 +6,19 @@ %include /usr/lib/rpm/macros.php Summary: Dependency Manager for PHP Name: composer -Version: 1.4.2 -Release: 2 +Version: 1.4.3 +Release: 1 License: MIT Group: Development/Languages/PHP Source0: https://github.com/composer/composer/archive/%{version}/%{name}-%{version}.tar.gz -# Source0-md5: 30eb86412df0a37d19397c981deed933 +# Source0-md5: e3f4eab20910dbac8b7913d60aab419a Source2: https://raw.githubusercontent.com/iArren/%{name}-bash-completion/86a8129/composer # Source2-md5: cdeebf0a0da1fd07d0fd886d0461642e Source3: autoload.php Patch0: autoload.patch Patch1: update-memory-limit.patch Patch2: svn-ignore-externals.patch -URL: http://www.getcomposer.org/ +URL: https://getcomposer.org/ BuildRequires: php-devel BuildRequires: rpm-php-pearprov >= 4.4.2-11 BuildRequires: rpmbuild(macros) >= 1.673 -- 2.44.0