From b674fa1040d5a7bae0297e9b0a10b6fe0d893240793497710a96ff9399266780 Mon Sep 17 00:00:00 2001 From: Andreas Stieger Date: Thu, 20 Aug 2020 11:10:31 +0000 Subject: [PATCH] Accepting request 828147 from home:AndreasStieger:branches:utilities ugrep 2.5.3 OBS-URL: https://build.opensuse.org/request/show/828147 OBS-URL: https://build.opensuse.org/package/show/utilities/ugrep?expand=0&rev=16 --- ugrep-2.5.2.tar.gz | 3 --- ugrep-2.5.3.tar.gz | 3 +++ ugrep.changes | 8 ++++++++ ugrep.spec | 2 +- 4 files changed, 12 insertions(+), 4 deletions(-) delete mode 100644 ugrep-2.5.2.tar.gz create mode 100644 ugrep-2.5.3.tar.gz diff --git a/ugrep-2.5.2.tar.gz b/ugrep-2.5.2.tar.gz deleted file mode 100644 index f092a13..0000000 --- a/ugrep-2.5.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a7b7a7db99a24b6191d7e381c536a88998d995f2ccd308ea5aba015155f8be6f -size 4093372 diff --git a/ugrep-2.5.3.tar.gz b/ugrep-2.5.3.tar.gz new file mode 100644 index 0000000..835d76b --- /dev/null +++ b/ugrep-2.5.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83f2017ba05f7ce7ded74097832df071d2be89d41b357f45c4dce801c2a0cae6 +size 4094750 diff --git a/ugrep.changes b/ugrep.changes index 8325142..f02d06f 100644 --- a/ugrep.changes +++ b/ugrep.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Thu Aug 20 11:06:47 UTC 2020 - Andreas Stieger + +- ugrep 2.5.3: + * New --format option fields %a (basename) and %p (path) + * fast incremental stdin search + * updated --gitignore-files handling of negated globs + ------------------------------------------------------------------- Sun Aug 16 09:10:12 UTC 2020 - Andreas Stieger diff --git a/ugrep.spec b/ugrep.spec index 81505af..2c1ff73 100644 --- a/ugrep.spec +++ b/ugrep.spec @@ -17,7 +17,7 @@ Name: ugrep -Version: 2.5.2 +Version: 2.5.3 Release: 0 Summary: Universal grep: a feature-rich grep implementation with focus on speed License: BSD-3-Clause