Hello community, here is the log from the commit of package vgrep for openSUSE:Factory checked in at 2019-02-19 11:58:02 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/vgrep (Old) and /work/SRC/openSUSE:Factory/.vgrep.new.28833 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "vgrep" Tue Feb 19 11:58:02 2019 rev:3 rq:676803 version:2.1.0 Changes: -------- --- /work/SRC/openSUSE:Factory/vgrep/vgrep.changes 2018-01-29 15:00:11.470859152 +0100 +++ /work/SRC/openSUSE:Factory/.vgrep.new.28833/vgrep.changes 2019-02-19 11:58:10.221209490 +0100 @@ -1,0 +2,9 @@ +Sun Feb 17 12:06:38 UTC 2019 - Valentin Rothberg <vrothberg@please-enter-an-email-address> + +- Update vgrep to v2.1.0: + https://github.com/vrothberg/vgrep/releases/tag/2.1.0 + This update includes some bug fixes concurrent accesses to the cache + can corrupt data. It also improves parsing of commands and fixes + some minor bugs related to parsing. + +------------------------------------------------------------------- Old: ---- 2.0.2.tar.gz New: ---- v2.1.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ vgrep.spec ++++++ --- /var/tmp/diff_new_pack.W9UHUU/_old 2019-02-19 11:58:10.789209185 +0100 +++ /var/tmp/diff_new_pack.W9UHUU/_new 2019-02-19 11:58:10.793209183 +0100 @@ -1,7 +1,7 @@ # # spec file for package vgrep # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,7 +12,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -21,13 +21,13 @@ # Project name when using go tooling. %define project github.com/vrothberg/vgrep Name: vgrep -Version: 2.0.2 +Version: 2.1.0 Release: 0 Summary: Frontend for git-grep and grep -License: GPL-3.0 +License: GPL-3.0-only Group: Productivity/Text/Utilities Url: https://github.com/vrothberg/vgrep -Source0: https://github.com/vrothberg/vgrep/archive/%{version}.tar.gz +Source0: https://github.com/vrothberg/vgrep/archive/v%{version}.tar.gz BuildRequires: fdupes BuildRequires: golang(API) >= 1.6 Requires: git-core
