diff options
author | Remi Collet <remi@remirepo.net> | 2024-02-10 09:15:13 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2024-02-10 09:15:13 +0100 |
commit | e8358fdff3395bfd71ca89b41510ca254c80f8d6 (patch) | |
tree | 725b47c4c197766be476c9972b7c1c33e975538b | |
parent | 1cf1a30d4bef7f660e25a527b8767ef113393292 (diff) |
update to 2.7.1
-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 3d76ada..d9af6f6 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.7.0") + local completecmd=("$sf_cmd" "_complete" "--no-interaction" "-sbash" "-c$cword" "-S2.7.1") for w in ${words[@]}; do w=$(printf -- '%b' "$w") # remove quotes from typed values diff --git a/composer.spec b/composer.spec index 1898891..b3437ae 100644 --- a/composer.spec +++ b/composer.spec @@ -10,7 +10,7 @@ # For compatibility with SCL %undefine __brp_mangle_shebangs -%global gh_commit 96d107e2bfe61bb9eafe55a9d45bd7faed1dd461 +%global gh_commit aaf6ed5ccd27c23f79a545e351b4d7842a99d0bc %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.6.0 %global run_version 2.2.2 -%global upstream_version 2.7.0 +%global upstream_version 2.7.1 #global upstream_prever RC1 #global upstream_lower rc1 @@ -249,6 +249,9 @@ install -Dpm 755 bin/%{name} %{buildroot}%{_bindir}/%{name} %changelog +* Sat Feb 10 2024 Remi Collet <remi@remirepo.net> - 2.7.1-1 +- update to 2.7.1 + * Fri Feb 9 2024 Remi Collet <remi@remirepo.net> - 2.7.0-1 - update to 2.7.0 |