Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package fzf for openSUSE:Factory checked in at 2021-06-02 22:11:27 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/fzf (Old) and /work/SRC/openSUSE:Factory/.fzf.new.1898 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "fzf" Wed Jun 2 22:11:27 2021 rev:18 rq:896611 version:0.27.2 Changes: -------- --- /work/SRC/openSUSE:Factory/fzf/fzf.changes 2021-05-23 00:06:06.870629887 +0200 +++ /work/SRC/openSUSE:Factory/.fzf.new.1898/fzf.changes 2021-06-02 22:11:49.096145573 +0200 @@ -1,0 +2,11 @@ +Tue Jun 1 08:37:07 UTC 2021 - Matej Cepl <[email protected]> + +- Update to 0.27.2: + - 16 base ANSI colors can be specified by their names + + fzf --color fg:3,fg+:11 + fzf --color fg:yellow,fg+:bright-yellow + + - Fix bug where --read0 not properly displaying long lines + +------------------------------------------------------------------- Old: ---- 0.27.1.tar.gz New: ---- 0.27.2.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ fzf.spec ++++++ --- /var/tmp/diff_new_pack.AhYA4e/_old 2021-06-02 22:11:50.052147146 +0200 +++ /var/tmp/diff_new_pack.AhYA4e/_new 2021-06-02 22:11:50.060147160 +0200 @@ -17,7 +17,7 @@ Name: fzf -Version: 0.27.1 +Version: 0.27.2 Release: 0 Summary: A command-line fuzzy finder License: MIT ++++++ 0.27.1.tar.gz -> 0.27.2.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/fzf-0.27.1/CHANGELOG.md new/fzf-0.27.2/CHANGELOG.md --- old/fzf-0.27.1/CHANGELOG.md 2021-05-22 06:19:57.000000000 +0200 +++ new/fzf-0.27.2/CHANGELOG.md 2021-06-01 10:00:24.000000000 +0200 @@ -1,6 +1,15 @@ CHANGELOG ========= +0.27.2 +------ +- 16 base ANSI colors can be specified by their names + ```sh + fzf --color fg:3,fg+:11 + fzf --color fg:yellow,fg+:bright-yellow + ``` +- Fix bug where `--read0` not properly displaying long lines + 0.27.1 ------ - Added `unbind` action. In the following Ripgrep launcher example, you can diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/fzf-0.27.1/README.md new/fzf-0.27.2/README.md --- old/fzf-0.27.1/README.md 2021-05-22 06:19:57.000000000 +0200 +++ new/fzf-0.27.2/README.md 2021-06-01 10:00:24.000000000 +0200 @@ -121,6 +121,7 @@ | Nix | NixOS, etc. | `nix-env -iA nixpkgs.fzf` | | Pacman | Arch Linux | `sudo pacman -S fzf` | | pkg | FreeBSD | `pkg install fzf` | +| pkgin | NetBSD | `pkgin install fzf` | | pkg_add | OpenBSD | `pkg_add fzf` | | XBPS | Void Linux | `sudo xbps-install -S fzf` | | Zypper | openSUSE | `sudo zypper install fzf` | diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/fzf-0.27.1/install new/fzf-0.27.2/install --- old/fzf-0.27.1/install 2021-05-22 06:19:57.000000000 +0200 +++ new/fzf-0.27.2/install 2021-06-01 10:00:24.000000000 +0200 @@ -2,7 +2,7 @@ set -u -version=0.27.1 +version=0.27.2 auto_completion= key_bindings= update_config=2 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/fzf-0.27.1/install.ps1 new/fzf-0.27.2/install.ps1 --- old/fzf-0.27.1/install.ps1 2021-05-22 06:19:57.000000000 +0200 +++ new/fzf-0.27.2/install.ps1 2021-06-01 10:00:24.000000000 +0200 @@ -1,4 +1,4 @@ -$version="0.27.1" +$version="0.27.2" $fzf_base=Split-Path -Parent $MyInvocation.MyCommand.Definition diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/fzf-0.27.1/man/man1/fzf-tmux.1 new/fzf-0.27.2/man/man1/fzf-tmux.1 --- old/fzf-0.27.1/man/man1/fzf-tmux.1 2021-05-22 06:19:57.000000000 +0200 +++ new/fzf-0.27.2/man/man1/fzf-tmux.1 2021-06-01 10:00:24.000000000 +0200 @@ -21,7 +21,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. .. -.TH fzf-tmux 1 "May 2021" "fzf 0.27.1" "fzf-tmux - open fzf in tmux split pane" +.TH fzf-tmux 1 "Jun 2021" "fzf 0.27.2" "fzf-tmux - open fzf in tmux split pane" .SH NAME fzf-tmux - open fzf in tmux split pane diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/fzf-0.27.1/man/man1/fzf.1 new/fzf-0.27.2/man/man1/fzf.1 --- old/fzf-0.27.1/man/man1/fzf.1 2021-05-22 06:19:57.000000000 +0200 +++ new/fzf-0.27.2/man/man1/fzf.1 2021-06-01 10:00:24.000000000 +0200 @@ -21,7 +21,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. .. -.TH fzf 1 "May 2021" "fzf 0.27.1" "fzf - a command-line fuzzy finder" +.TH fzf 1 "Jun 2021" "fzf 0.27.2" "fzf - a command-line fuzzy finder" .SH NAME fzf - a command-line fuzzy finder @@ -340,6 +340,22 @@ \fB-1 \fRDefault terminal foreground/background color \fB \fR(or the original color of the text) \fB0 ~ 15 \fR16 base colors + \fBblack\fR + \fBred\fR + \fBgreen\fR + \fByellow\fR + \fBblue\fR + \fBmagenta\fR + \fBcyan\fR + \fBwhite\fR + \fBbright-black\fR (gray | grey) + \fBbright-red\fR + \fBbright-green\fR + \fBbright-yellow\fR + \fBbright-blue\fR + \fBbright-magenta\fR + \fBbright-cyan\fR + \fBbright-white\fR \fB16 ~ 255 \fRANSI 256 colors \fB#rrggbb \fR24-bit colors diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/fzf-0.27.1/src/options.go new/fzf-0.27.2/src/options.go --- old/fzf-0.27.1/src/options.go 2021-05-22 06:19:57.000000000 +0200 +++ new/fzf-0.27.2/src/options.go 2021-06-01 10:00:24.000000000 +0200 @@ -670,6 +670,38 @@ cattr.Attr |= tui.Blink case "reverse": cattr.Attr |= tui.Reverse + case "black": + cattr.Color = tui.Color(0) + case "red": + cattr.Color = tui.Color(1) + case "green": + cattr.Color = tui.Color(2) + case "yellow": + cattr.Color = tui.Color(3) + case "blue": + cattr.Color = tui.Color(4) + case "magenta": + cattr.Color = tui.Color(5) + case "cyan": + cattr.Color = tui.Color(6) + case "white": + cattr.Color = tui.Color(7) + case "bright-black", "gray", "grey": + cattr.Color = tui.Color(8) + case "bright-red": + cattr.Color = tui.Color(9) + case "bright-green": + cattr.Color = tui.Color(10) + case "bright-yellow": + cattr.Color = tui.Color(11) + case "bright-blue": + cattr.Color = tui.Color(12) + case "bright-magenta": + cattr.Color = tui.Color(13) + case "bright-cyan": + cattr.Color = tui.Color(14) + case "bright-white": + cattr.Color = tui.Color(15) case "": default: if rrggbb.MatchString(component) { diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/fzf-0.27.1/src/util/util.go new/fzf-0.27.2/src/util/util.go --- old/fzf-0.27.1/src/util/util.go 2021-05-22 06:19:57.000000000 +0200 +++ new/fzf-0.27.2/src/util/util.go 2021-06-01 10:00:24.000000000 +0200 @@ -3,6 +3,7 @@ import ( "math" "os" + "strings" "time" "github.com/mattn/go-isatty" @@ -21,7 +22,8 @@ if len(rs) == 1 && rs[0] == '\t' { w = tabstop - (prefixWidth+width)%tabstop } else { - w = runewidth.StringWidth(string(rs)) + s := string(rs) + w = runewidth.StringWidth(s) + strings.Count(s, "\n") } width += w if limit > 0 && width > limit { ++++++ vendor.tar.xz ++++++
