Hello community, here is the log from the commit of package vgrep for openSUSE:Factory checked in at 2020-09-01 20:10:35 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/vgrep (Old) and /work/SRC/openSUSE:Factory/.vgrep.new.3399 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "vgrep" Tue Sep 1 20:10:35 2020 rev:6 rq:831050 version:2.4.0 Changes: -------- --- /work/SRC/openSUSE:Factory/vgrep/vgrep.changes 2020-05-13 22:56:09.115017157 +0200 +++ /work/SRC/openSUSE:Factory/.vgrep.new.3399/vgrep.changes 2020-09-01 20:10:50.592689624 +0200 @@ -1,0 +2,48 @@ +Mon Aug 31 20:55:12 UTC 2020 - Dirk Mueller <[email protected]> + +- update to 2.4.0: + * selectors: add a "all" selector to process all results + * splitMatch: fail gracefully on failure to parse output + * (new) grep: add filename completion + * (new) grep: add a command to trigger a new search from interactive shell + * refine: add a command to refine match list based on a regular expression + * keep: add a new command to keep selected indices + * show: fix a typo ("douldn't" -> "couldn't") + * colwriter: prevent panic on --no-header and no result found + * interactive: close command-line editor on early os.Exit() + * interactive: switch from bufio Scanner to (readline-like) liner + * delete: fix index update for multi-line deletions + * git grep: Run 'git rev-parse' only if not selecting ripgrep + * grep output: expect no more than 2 substrings when splitting on NUL-byte + * grep output: force printing filename for grep/ripgrep + * grep commands: Do not pass '.' as an argument to grep/ripgrep + * README: mention Homebrew package on Mac OS + +------------------------------------------------------------------- +Tue Jul 28 09:57:37 UTC 2020 - Martin Rey <[email protected]> + +- Update to version 2.3.3: + * When using emacs, also make sure to account for emacs in + daemon mode and check for emacsclient as an editor. + +- Changes from version 2.3.2: + * emacs support + * remove requirement to load cache from the same dir + +- Changes from version 2.3.1: + * README: clarify search/show + * README: add install instructions + * replace string literals with constants + * remove redundant flags + * gnu uses different format than bsd and git grep + * linter error fix for regex + * fix #79, define a new greptype bsd to select : seperator + * use golangci-lint v1.26.0 + * CI: use golang:1.14 + * update dependencies + * build(deps): bump github.com/sirupsen/logrus from 1.5.0 to + 1.6.0 + * Update chmod command + * Cross-platform make install + +------------------------------------------------------------------- Old: ---- v2.3.0.tar.gz New: ---- v2.4.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ vgrep.spec ++++++ --- /var/tmp/diff_new_pack.NZnCy7/_old 2020-09-01 20:10:51.264689907 +0200 +++ /var/tmp/diff_new_pack.NZnCy7/_new 2020-09-01 20:10:51.268689909 +0200 @@ -21,7 +21,7 @@ # Project name when using go tooling. %define project github.com/vrothberg/vgrep Name: vgrep -Version: 2.3.0 +Version: 2.4.0 Release: 0 Summary: Frontend for git-grep and grep License: GPL-3.0-only @@ -29,7 +29,7 @@ URL: https://github.com/vrothberg/vgrep Source0: https://github.com/vrothberg/vgrep/archive/v%{version}.tar.gz BuildRequires: fdupes -BuildRequires: golang(API) >= 1.6 +BuildRequires: golang(API) >= 1.13 Requires: git-core Requires: grep @@ -55,7 +55,7 @@ # Build the binary. cd $HOME/go/src/%{project} -go build -o ./build/vgrep -buildmode=pie -ldflags "-s -w -X main.version=%{version}" +go build -mod=vendor -o ./build/vgrep -buildmode=pie -ldflags "-s -w -X main.version=%{version}" %install # Install the binary. ++++++ v2.3.0.tar.gz -> v2.4.0.tar.gz ++++++ ++++ 7078 lines of diff (skipped)
