diff options
| author | Remi Collet <remi@remirepo.net> | 2023-05-24 16:16:20 +0200 | 
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2023-05-24 16:16:20 +0200 | 
| commit | 6352127b6c4db92ff6cfd46666cdc7ab62f6cf19 (patch) | |
| tree | e054c8e9bfa01a72f29d457d75dd979d8ec42e44 | |
| parent | 7f2fb5c3c74c1a28d8f078f1c3d67fef8dd3a936 (diff) | |
update to 2.5.7
| -rw-r--r-- | composer-bash-completion | 2 | ||||
| -rw-r--r-- | composer.spec | 7 | 
2 files changed, 6 insertions, 3 deletions
| diff --git a/composer-bash-completion b/composer-bash-completion index c088bc4..43ed18f 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.5.6") +    local completecmd=("$sf_cmd" "_complete" "--no-interaction" "-sbash" "-c$cword" "-S2.5.7")      for w in ${words[@]}; do          w=$(printf -- '%b' "$w")          # remove quotes from typed values diff --git a/composer.spec b/composer.spec index 4432bbb..fb8f2c7 100644 --- a/composer.spec +++ b/composer.spec @@ -10,7 +10,7 @@  # For compatibility with SCL  %undefine __brp_mangle_shebangs -%global gh_commit    f7c05db8b0a66d046203faf3c187e319cd211fae +%global gh_commit    d477018d3f2ebd76dede3d3988a0b1a7add4d81e  %global gh_short     %(c=%{gh_commit}; echo ${c:0:7})  %global gh_branch    2.0-dev  %global gh_owner     composer @@ -18,7 +18,7 @@  %global api_version  2.3.0  %global run_version  2.2.2 -%global upstream_version 2.5.6 +%global upstream_version 2.5.7  #global upstream_prever  RC1  #global upstream_lower   rc1 @@ -248,6 +248,9 @@ install -Dpm 755 bin/%{name} %{buildroot}%{_bindir}/%{name}  %changelog +* Wed May 24 2023 Remi Collet <remi@remirepo.net> - 2.5.7-1 +- update to 2.5.7 +  * Wed May 24 2023 Remi Collet <remi@remirepo.net> - 2.5.6-1  - update to 2.5.6 | 
