From c4649fa66b8d91c4ff7f61ec256bdec1f7351980 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 28 May 2026 14:56:07 +0200 Subject: update to 2.10.0 --- composer-bash-completion | 2 +- composer-rpm.patch | 13 +++++++++ composer.spec | 5 +++- installed.json | 70 ++++++++++++++++++++++++------------------------ 4 files changed, 53 insertions(+), 37 deletions(-) diff --git a/composer-bash-completion b/composer-bash-completion index fb827f5..4fc55e2 100644 --- a/composer-bash-completion +++ b/composer-bash-completion @@ -25,7 +25,7 @@ _sf_composer() { local cur prev words cword _get_comp_words_by_ref -n := cur prev words cword - local completecmd=("$sf_cmd" "_complete" "--no-interaction" "-sbash" "-c$cword" "-S2.10.0-RC2") + local completecmd=("$sf_cmd" "_complete" "--no-interaction" "-sbash" "-c$cword" "-S2.10.0") for w in ${words[@]}; do w=$(printf -- '%b' "$w") # remove quotes from typed values diff --git a/composer-rpm.patch b/composer-rpm.patch index 7323225..0f5a7d3 100644 --- a/composer-rpm.patch +++ b/composer-rpm.patch @@ -43,3 +43,16 @@ diff -up ./vendor/composer/ca-bundle/src/CaBundle.php.rpm ./vendor/composer/ca-b // cURL does not understand 'phar://' paths // see https://github.com/composer/ca-bundle/issues/10 +diff -up ./src/Composer/Command/SelfUpdateCommand.php.rpm ./src/Composer/Command/SelfUpdateCommand.php +--- ./src/Composer/Command/SelfUpdateCommand.php.rpm 2026-05-28 14:51:24.953172177 +0200 ++++ ./src/Composer/Command/SelfUpdateCommand.php 2026-05-28 14:51:30.174907909 +0200 +@@ -86,7 +86,8 @@ EOT + $output->writeln('To update Composer, download a composer.phar from https://getcomposer.org and then run `composer.phar update composer/composer` in your project.'); + } else { + $output->writeln('This instance of Composer does not have the self-update command.'); +- $output->writeln('This could be due to a number of reasons, such as Composer being installed as a system package on your OS, or Composer being installed as a package in the current project.'); ++ $output->writeln('Composer is installed as a system package on your OS.'); ++ $output->writeln('Update the composer RPM using the package manager (dnf).'); + } + + return 1; diff --git a/composer.spec b/composer.spec index d3ab6ad..dab057c 100644 --- a/composer.spec +++ b/composer.spec @@ -18,7 +18,7 @@ %global run_version 2.2.2 %global upstream_version 2.10.0 -%global upstream_prever RC2 +#global upstream_prever RC2 %global _phpunit %{_bindir}/phpunit9 %global bashcompdir %(pkg-config --variable=completionsdir bash-completion 2>/dev/null) @@ -215,6 +215,9 @@ php -r ' %changelog +* Thu May 28 2026 Remi Collet - 2.10.0-1 +- update to 2.10.0 + * Thu May 21 2026 Remi Collet - 2.10.0~RC2-1 - update to 2.10.0-RC2 diff --git a/installed.json b/installed.json index e3b4acf..67a78a3 100644 --- a/installed.json +++ b/installed.json @@ -1441,17 +1441,17 @@ }, { "name": "symfony/polyfill-intl-grapheme", - "version": "v1.37.0", - "version_normalized": "1.37.0.0", + "version": "v1.38.1", + "version_normalized": "1.38.1.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-intl-grapheme.git", - "reference": "4864388bfbd3001ce88e234fab652acd91fdc57e" + "reference": "e9247d281d694a5120554d9afaf54e070e88a603" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/4864388bfbd3001ce88e234fab652acd91fdc57e", - "reference": "4864388bfbd3001ce88e234fab652acd91fdc57e", + "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/e9247d281d694a5120554d9afaf54e070e88a603", + "reference": "e9247d281d694a5120554d9afaf54e070e88a603", "shasum": "" }, "require": { @@ -1460,7 +1460,7 @@ "suggest": { "ext-intl": "For best performance" }, - "time": "2026-04-26T13:13:48+00:00", + "time": "2026-05-26T05:58:03+00:00", "type": "library", "extra": { "thanks": { @@ -1502,7 +1502,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.37.0" + "source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.38.1" }, "funding": [ { @@ -1526,17 +1526,17 @@ }, { "name": "symfony/polyfill-intl-normalizer", - "version": "v1.37.0", - "version_normalized": "1.37.0.0", + "version": "v1.38.0", + "version_normalized": "1.38.0.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-intl-normalizer.git", - "reference": "3833d7255cc303546435cb650316bff708a1c75c" + "reference": "2d446c214bdbe5b71bde5011b060a05fece3ae6b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/3833d7255cc303546435cb650316bff708a1c75c", - "reference": "3833d7255cc303546435cb650316bff708a1c75c", + "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/2d446c214bdbe5b71bde5011b060a05fece3ae6b", + "reference": "2d446c214bdbe5b71bde5011b060a05fece3ae6b", "shasum": "" }, "require": { @@ -1545,7 +1545,7 @@ "suggest": { "ext-intl": "For best performance" }, - "time": "2024-09-09T11:45:10+00:00", + "time": "2026-05-25T13:48:31+00:00", "type": "library", "extra": { "thanks": { @@ -1590,7 +1590,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.37.0" + "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.38.0" }, "funding": [ { @@ -1614,17 +1614,17 @@ }, { "name": "symfony/polyfill-mbstring", - "version": "v1.37.0", - "version_normalized": "1.37.0.0", + "version": "v1.38.1", + "version_normalized": "1.38.1.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-mbstring.git", - "reference": "6a21eb99c6973357967f6ce3708cd55a6bec6315" + "reference": "14c5439eec4ccff081ac14eca2dc57feb2a66d92" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/6a21eb99c6973357967f6ce3708cd55a6bec6315", - "reference": "6a21eb99c6973357967f6ce3708cd55a6bec6315", + "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/14c5439eec4ccff081ac14eca2dc57feb2a66d92", + "reference": "14c5439eec4ccff081ac14eca2dc57feb2a66d92", "shasum": "" }, "require": { @@ -1637,7 +1637,7 @@ "suggest": { "ext-mbstring": "For best performance" }, - "time": "2026-04-10T17:25:58+00:00", + "time": "2026-05-26T12:51:13+00:00", "type": "library", "extra": { "thanks": { @@ -1678,7 +1678,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.37.0" + "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.38.1" }, "funding": [ { @@ -1872,23 +1872,23 @@ }, { "name": "symfony/polyfill-php81", - "version": "v1.37.0", - "version_normalized": "1.37.0.0", + "version": "v1.38.1", + "version_normalized": "1.38.1.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-php81.git", - "reference": "4a4cfc2d253c21a5ad0e53071df248ed48c6ce5c" + "reference": "6bfb9c766cacffbc8e118cb87217d08ed84e5cd7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-php81/zipball/4a4cfc2d253c21a5ad0e53071df248ed48c6ce5c", - "reference": "4a4cfc2d253c21a5ad0e53071df248ed48c6ce5c", + "url": "https://api.github.com/repos/symfony/polyfill-php81/zipball/6bfb9c766cacffbc8e118cb87217d08ed84e5cd7", + "reference": "6bfb9c766cacffbc8e118cb87217d08ed84e5cd7", "shasum": "" }, "require": { "php": ">=7.2" }, - "time": "2024-09-09T11:45:10+00:00", + "time": "2026-05-26T12:45:58+00:00", "type": "library", "extra": { "thanks": { @@ -1931,7 +1931,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-php81/tree/v1.37.0" + "source": "https://github.com/symfony/polyfill-php81/tree/v1.38.1" }, "funding": [ { @@ -1955,23 +1955,23 @@ }, { "name": "symfony/polyfill-php84", - "version": "v1.37.0", - "version_normalized": "1.37.0.0", + "version": "v1.38.1", + "version_normalized": "1.38.1.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-php84.git", - "reference": "88486db2c389b290bf87ff1de7ebc1e13e42bb06" + "reference": "f4e1dfaee5b74aba5964fe1fd4dfc7ba5e3085fa" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-php84/zipball/88486db2c389b290bf87ff1de7ebc1e13e42bb06", - "reference": "88486db2c389b290bf87ff1de7ebc1e13e42bb06", + "url": "https://api.github.com/repos/symfony/polyfill-php84/zipball/f4e1dfaee5b74aba5964fe1fd4dfc7ba5e3085fa", + "reference": "f4e1dfaee5b74aba5964fe1fd4dfc7ba5e3085fa", "shasum": "" }, "require": { "php": ">=7.2" }, - "time": "2026-04-10T18:47:49+00:00", + "time": "2026-05-26T12:51:13+00:00", "type": "library", "extra": { "thanks": { @@ -2014,7 +2014,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-php84/tree/v1.37.0" + "source": "https://github.com/symfony/polyfill-php84/tree/v1.38.1" }, "funding": [ { -- cgit