]> git.pld-linux.org Git - packages/composer.git/commitdiff
1.4.3 - 2017-08-06
authorElan Ruusamäe <glen@pld-linux.org>
Mon, 4 Sep 2017 17:51:11 +0000 (20:51 +0300)
committerElan Ruusamäe <glen@pld-linux.org>
Mon, 4 Sep 2017 17:53:55 +0000 (20:53 +0300)
- 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

index 3b53bd3f48561bf6a86bd901336d8b12cde7cace..2779ea4df41b34292cc59e83e342b6e3990d76c1 100644 (file)
@@ -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
This page took 0.053591 seconds and 4 git commands to generate.