Hello community, here is the log from the commit of package php-composer for openSUSE:Factory checked in at 2016-07-14 09:49:40 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/php-composer (Old) and /work/SRC/openSUSE:Factory/.php-composer.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "php-composer" Changes: -------- --- /work/SRC/openSUSE:Factory/php-composer/php-composer.changes 2016-04-12 19:35:04.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.php-composer.new/php-composer.changes 2016-07-14 09:49:49.000000000 +0200 @@ -1,0 +2,103 @@ +Tue Jul 5 12:25:10 UTC 2016 - [email protected] + +- version 1.1.3 + * Fixed bitbucket oauth instructions + * Fixed version parsing issue + * Fixed handling of bad proxies that modify JSON content on the fly + +- version 1.1.2 + * Fixed degraded mode issue when accessing packagist.org + * Fixed GitHub access_token being added on subsequent requests in case of + redirections + * Fixed exclude-from-classmap not working in some circumstances + * Fixed openssl warning preventing the use of config command for disabling + tls + +- version 1.1.1 + * Fixed regression in handling of #reference which made it update every time + * Fixed dev platform requirements being required even in --no-dev install + from a lock file + * Fixed parsing of extension versions that do not follow valid numbers, we + now try to parse x.y.z and ignore the rest + * Fixed exact constraints warnings appearing for 0.x versions + * Fixed regression in the remove command + +- version 1.1.0 + * Added ability for plugins to register their own composer commands + * Added BaseCommand::isProxyCommand that can be overriden to mark a command + as being a mere proxy, which helps avoid duplicate warnings etc on composer + startup + * Optimized the autoloader initialization using static loading on PHP 5.6 and + above, this reduces the load time for large classmaps to almost nothing + * Added --latest to show command to show the latest version available of your + dependencies + * Added --outdated to show command an composer outdated alias for it, to show + only packages in need of update + * Added --direct to show and outdated commands to show only your direct + dependencies in the listing + * Added support for editing all top-level properties (name, + minimum-stability, ...) as well as extra values via the config command + * Added abandoned state warning to the show and outdated commands when + listing latest packages + * Added support for ~/ and $HOME/ in the path repository paths + * Added support for wildcards in the show command package filter, e.g. + composer show seld/* + * Added ability to call composer itself from scripts via @composer ... + * Added untracked files detection to the status command + * Added warning to validate command when using exact-version requires + * Added warning once per domain when accessing insecure URLs with secure-http + disabled + * Added a dependency on composer/ca-bundle (extracted CA bundle management to + a standalone lib) + * Added support for empty directories when archiving to tar + * Added an init event for plugins to react to, which occurs right after a + Composer instance is fully initialized + * Added fallback to SSH for https bitbucket URLs + * Added many new detections of problems in the why-not/prohibits command to + figure out why something does not get installed in the expected version + * Added a deprecation notice for script event listeners that use legacy + script classes + * Fixed abandoned state not showing up if you had a package installed before + it was marked abandoned + * Fixed --no-dev updates creating an incomplete lock file, everything is now + always resolved on update + * Fixed partial updates in case the vendor dir was not up to date with the + lock file + * Fixed archiving generating long paths in zip files on Windows + +- version 1.0.3 + * Security: Fixed possible command injection from the env vars into our sudo + detection + * Fixed interactive authentication with gitlab + * Fixed class name replacement in plugins + * Fixed classmap generation mistakenly detecting anonymous classes + * Fixed auto-detection of stability flags in complex constraints like + 2.0-dev || ^1.5 + * Fixed content-length handling when redirecting to very small responses + +- version 1.0.2 + * Fixed regression in 1.0.1 on systems with mbstring.func_overload enabled + * Fixed regression in 1.0.1 that made dev packages update to the latest + reference even if not whitelisted in a partial update + * Fixed init command ignoring the COMPOSER env var for choosing the json file + name + * Fixed error reporting bug when the dependency resolution fails + * Fixed handling of $ sign in composer config command in some cases it could + * corrupt the json file + +- version 1.0.1 + * Fixed URL updating when a package's URL changes, composer.lock now contains + the right URL including correct reference + * Fixed URL updating of the origin git remote as well for packages installed + as git clone + * Fixed binary .bat files generated from linux being incompatible with + windows cmd + * Fixed handling of paths with trailing slashes in path repository + * Fixed create-project not using platform config when selecting a package + * Fixed self-update not showing the channel it uses to perform the update + * Fixed file downloads not failing loudly when the content does not match the + Content-Length header + * Fixed secure-http detecting some malformed URLs as insecure + * Updated CA bundle + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ php-composer.spec ++++++ --- /var/tmp/diff_new_pack.8ypjwa/_old 2016-07-14 09:49:50.000000000 +0200 +++ /var/tmp/diff_new_pack.8ypjwa/_new 2016-07-14 09:49:50.000000000 +0200 @@ -17,14 +17,14 @@ Name: php-composer -Version: 1.0.0 +Version: 1.1.3 Release: 0 Summary: Dependency Management for PHP License: MIT Group: Development/Libraries/Other Url: http://getcomposer.org/ -Source0: https://getcomposer.org/download/1.0.0/composer.phar -Source1: https://raw.githubusercontent.com/composer/composer/master/LICENSE +Source0: https://getcomposer.org/download/%{version}/composer.phar +Source1: https://raw.githubusercontent.com/composer/composer/%{version}/LICENSE Requires: php-json Requires: php-openssl Requires: php-pear-console >= 2.3 ++++++ composer.phar ++++++ Files /var/tmp/diff_new_pack.8ypjwa/_old and /var/tmp/diff_new_pack.8ypjwa/_new differ
