diff options
| -rw-r--r-- | composer-bash-completion | 2 | ||||
| -rw-r--r-- | composer.spec | 15 | ||||
| -rw-r--r-- | installed.json | 70 | 
3 files changed, 45 insertions, 42 deletions
diff --git a/composer-bash-completion b/composer-bash-completion index 6b3d1ea..70daf6d 100644 --- a/composer-bash-completion +++ b/composer-bash-completion @@ -17,7 +17,7 @@ _sf_composer() {          sf_cmd=$(type -p $sf_cmd)      fi -    if [ ! -f "$sf_cmd" ]; then +    if [ ! -x "$sf_cmd" ]; then          return 1      fi diff --git a/composer.spec b/composer.spec index bedf285..9c557ac 100644 --- a/composer.spec +++ b/composer.spec @@ -41,7 +41,7 @@  Name:           composer  Version:        %{upstream_version}%{?upstream_prever:~%{upstream_lower}} -Release:        1%{?dist} +Release:        2%{?dist}  Summary:        Dependency Manager for PHP  # composer and all dependencies are MIT @@ -181,19 +181,19 @@ Provides:       bundled(php-react-promise) = v2.9.0  Provides:       bundled(php-seld-jsonlint) = 1.9.0  Provides:       bundled(php-seld-phar-utils) = 1.2.0  Provides:       bundled(php-seld-signal-handler) = 2.0.1 -Provides:       bundled(php-symfony-console) = v5.4.10 +Provides:       bundled(php-symfony-console) = v5.4.11  Provides:       bundled(php-symfony-deprecation-contracts) = v2.5.2 -Provides:       bundled(php-symfony-filesystem) = v5.4.9 -Provides:       bundled(php-symfony-finder) = v5.4.8 +Provides:       bundled(php-symfony-filesystem) = v5.4.11 +Provides:       bundled(php-symfony-finder) = v5.4.11  Provides:       bundled(php-symfony-polyfill-ctype) = v1.26.0  Provides:       bundled(php-symfony-polyfill-intl-grapheme) = v1.26.0  Provides:       bundled(php-symfony-polyfill-intl-normalizer) = v1.26.0  Provides:       bundled(php-symfony-polyfill-mbstring) = v1.26.0  Provides:       bundled(php-symfony-polyfill-php73) = v1.26.0  Provides:       bundled(php-symfony-polyfill-php80) = v1.26.0 -Provides:       bundled(php-symfony-process) = v5.4.8 +Provides:       bundled(php-symfony-process) = v5.4.11  Provides:       bundled(php-symfony-service-contracts) = v2.5.2 -Provides:       bundled(php-symfony-string) = v5.4.10 +Provides:       bundled(php-symfony-string) = v5.4.11  %endif  # From composer.json, suggest  #        "ext-openssl": "Enabling the openssl extension allows you to access https URLs for repositories and packages", @@ -426,6 +426,9 @@ exit $ret  %changelog +* Fri Jul 29 2022 Remi Collet <remi@remirepo.net> - 2.4.0~rc1-2 +- refresh bundled symfony for 5.4.11 +  * Fri Jul 22 2022 Remi Collet <remi@remirepo.net> - 2.4.0~rc1-1  - open https://github.com/symfony/symfony/pull/47022 fix command path diff --git a/installed.json b/installed.json index 636dc0d..5eeabf4 100644 --- a/installed.json +++ b/installed.json @@ -977,17 +977,17 @@          },          {              "name": "symfony/console", -            "version": "v5.4.10", -            "version_normalized": "5.4.10.0", +            "version": "v5.4.11", +            "version_normalized": "5.4.11.0",              "source": {                  "type": "git",                  "url": "https://github.com/symfony/console.git", -                "reference": "4d671ab4ddac94ee439ea73649c69d9d200b5000" +                "reference": "535846c7ee6bc4dd027ca0d93220601456734b10"              },              "dist": {                  "type": "zip", -                "url": "https://api.github.com/repos/symfony/console/zipball/4d671ab4ddac94ee439ea73649c69d9d200b5000", -                "reference": "4d671ab4ddac94ee439ea73649c69d9d200b5000", +                "url": "https://api.github.com/repos/symfony/console/zipball/535846c7ee6bc4dd027ca0d93220601456734b10", +                "reference": "535846c7ee6bc4dd027ca0d93220601456734b10",                  "shasum": ""              },              "require": { @@ -1025,7 +1025,7 @@                  "symfony/lock": "",                  "symfony/process": ""              }, -            "time": "2022-06-26T13:00:04+00:00", +            "time": "2022-07-22T10:42:43+00:00",              "type": "library",              "installation-source": "dist",              "autoload": { @@ -1059,7 +1059,7 @@                  "terminal"              ],              "support": { -                "source": "https://github.com/symfony/console/tree/v5.4.10" +                "source": "https://github.com/symfony/console/tree/v5.4.11"              },              "funding": [                  { @@ -1149,17 +1149,17 @@          },          {              "name": "symfony/filesystem", -            "version": "v5.4.9", -            "version_normalized": "5.4.9.0", +            "version": "v5.4.11", +            "version_normalized": "5.4.11.0",              "source": {                  "type": "git",                  "url": "https://github.com/symfony/filesystem.git", -                "reference": "36a017fa4cce1eff1b8e8129ff53513abcef05ba" +                "reference": "6699fb0228d1bc35b12aed6dd5e7455457609ddd"              },              "dist": {                  "type": "zip", -                "url": "https://api.github.com/repos/symfony/filesystem/zipball/36a017fa4cce1eff1b8e8129ff53513abcef05ba", -                "reference": "36a017fa4cce1eff1b8e8129ff53513abcef05ba", +                "url": "https://api.github.com/repos/symfony/filesystem/zipball/6699fb0228d1bc35b12aed6dd5e7455457609ddd", +                "reference": "6699fb0228d1bc35b12aed6dd5e7455457609ddd",                  "shasum": ""              },              "require": { @@ -1168,7 +1168,7 @@                  "symfony/polyfill-mbstring": "~1.8",                  "symfony/polyfill-php80": "^1.16"              }, -            "time": "2022-05-20T13:55:35+00:00", +            "time": "2022-07-20T13:00:38+00:00",              "type": "library",              "installation-source": "dist",              "autoload": { @@ -1196,7 +1196,7 @@              "description": "Provides basic utilities for the filesystem",              "homepage": "https://symfony.com",              "support": { -                "source": "https://github.com/symfony/filesystem/tree/v5.4.9" +                "source": "https://github.com/symfony/filesystem/tree/v5.4.11"              },              "funding": [                  { @@ -1216,17 +1216,17 @@          },          {              "name": "symfony/finder", -            "version": "v5.4.8", -            "version_normalized": "5.4.8.0", +            "version": "v5.4.11", +            "version_normalized": "5.4.11.0",              "source": {                  "type": "git",                  "url": "https://github.com/symfony/finder.git", -                "reference": "9b630f3427f3ebe7cd346c277a1408b00249dad9" +                "reference": "7872a66f57caffa2916a584db1aa7f12adc76f8c"              },              "dist": {                  "type": "zip", -                "url": "https://api.github.com/repos/symfony/finder/zipball/9b630f3427f3ebe7cd346c277a1408b00249dad9", -                "reference": "9b630f3427f3ebe7cd346c277a1408b00249dad9", +                "url": "https://api.github.com/repos/symfony/finder/zipball/7872a66f57caffa2916a584db1aa7f12adc76f8c", +                "reference": "7872a66f57caffa2916a584db1aa7f12adc76f8c",                  "shasum": ""              },              "require": { @@ -1234,7 +1234,7 @@                  "symfony/deprecation-contracts": "^2.1|^3",                  "symfony/polyfill-php80": "^1.16"              }, -            "time": "2022-04-15T08:07:45+00:00", +            "time": "2022-07-29T07:37:50+00:00",              "type": "library",              "installation-source": "dist",              "autoload": { @@ -1262,7 +1262,7 @@              "description": "Finds files and directories via an intuitive fluent interface",              "homepage": "https://symfony.com",              "support": { -                "source": "https://github.com/symfony/finder/tree/v5.4.8" +                "source": "https://github.com/symfony/finder/tree/v5.4.11"              },              "funding": [                  { @@ -1792,24 +1792,24 @@          },          {              "name": "symfony/process", -            "version": "v5.4.8", -            "version_normalized": "5.4.8.0", +            "version": "v5.4.11", +            "version_normalized": "5.4.11.0",              "source": {                  "type": "git",                  "url": "https://github.com/symfony/process.git", -                "reference": "597f3fff8e3e91836bb0bd38f5718b56ddbde2f3" +                "reference": "6e75fe6874cbc7e4773d049616ab450eff537bf1"              },              "dist": {                  "type": "zip", -                "url": "https://api.github.com/repos/symfony/process/zipball/597f3fff8e3e91836bb0bd38f5718b56ddbde2f3", -                "reference": "597f3fff8e3e91836bb0bd38f5718b56ddbde2f3", +                "url": "https://api.github.com/repos/symfony/process/zipball/6e75fe6874cbc7e4773d049616ab450eff537bf1", +                "reference": "6e75fe6874cbc7e4773d049616ab450eff537bf1",                  "shasum": ""              },              "require": {                  "php": ">=7.2.5",                  "symfony/polyfill-php80": "^1.16"              }, -            "time": "2022-04-08T05:07:18+00:00", +            "time": "2022-06-27T16:58:25+00:00",              "type": "library",              "installation-source": "dist",              "autoload": { @@ -1837,7 +1837,7 @@              "description": "Executes commands in sub-processes",              "homepage": "https://symfony.com",              "support": { -                "source": "https://github.com/symfony/process/tree/v5.4.8" +                "source": "https://github.com/symfony/process/tree/v5.4.11"              },              "funding": [                  { @@ -1943,17 +1943,17 @@          },          {              "name": "symfony/string", -            "version": "v5.4.10", -            "version_normalized": "5.4.10.0", +            "version": "v5.4.11", +            "version_normalized": "5.4.11.0",              "source": {                  "type": "git",                  "url": "https://github.com/symfony/string.git", -                "reference": "4432bc7df82a554b3e413a8570ce2fea90e94097" +                "reference": "5eb661e49ad389e4ae2b6e4df8d783a8a6548322"              },              "dist": {                  "type": "zip", -                "url": "https://api.github.com/repos/symfony/string/zipball/4432bc7df82a554b3e413a8570ce2fea90e94097", -                "reference": "4432bc7df82a554b3e413a8570ce2fea90e94097", +                "url": "https://api.github.com/repos/symfony/string/zipball/5eb661e49ad389e4ae2b6e4df8d783a8a6548322", +                "reference": "5eb661e49ad389e4ae2b6e4df8d783a8a6548322",                  "shasum": ""              },              "require": { @@ -1973,7 +1973,7 @@                  "symfony/translation-contracts": "^1.1|^2",                  "symfony/var-exporter": "^4.4|^5.0|^6.0"              }, -            "time": "2022-06-26T15:57:47+00:00", +            "time": "2022-07-24T16:15:25+00:00",              "type": "library",              "installation-source": "dist",              "autoload": { @@ -2012,7 +2012,7 @@                  "utf8"              ],              "support": { -                "source": "https://github.com/symfony/string/tree/v5.4.10" +                "source": "https://github.com/symfony/string/tree/v5.4.11"              },              "funding": [                  {  | 
