From 6d8e0e2807d469697b748b7acda91f48284357ea9e8d82f1111a692f73f58828 Mon Sep 17 00:00:00 2001 From: jun wang Date: Fri, 7 May 2021 02:35:44 +0000 Subject: [PATCH] Accepting request 889689 from home:AndreasStieger:branches:utilities 3.1.15 OBS-URL: https://build.opensuse.org/request/show/889689 OBS-URL: https://build.opensuse.org/package/show/utilities/ugrep?expand=0&rev=39 --- ugrep-3.1.15.tar.gz | 3 +++ ugrep-3.1.7.tar.gz | 3 --- ugrep.changes | 24 ++++++++++++++++++++++++ ugrep.spec | 2 +- 4 files changed, 28 insertions(+), 4 deletions(-) create mode 100644 ugrep-3.1.15.tar.gz delete mode 100644 ugrep-3.1.7.tar.gz diff --git a/ugrep-3.1.15.tar.gz b/ugrep-3.1.15.tar.gz new file mode 100644 index 0000000..0de943c --- /dev/null +++ b/ugrep-3.1.15.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a34457751f1b99d12a98404d04bfe96c16fdf0960df7e9141b03e41ed0a62de8 +size 4051674 diff --git a/ugrep-3.1.7.tar.gz b/ugrep-3.1.7.tar.gz deleted file mode 100644 index ed3dee4..0000000 --- a/ugrep-3.1.7.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1b9fed98ea97992c98c9ca0d409da0c1f89bf54fd410ddbfdee1c57e01d4a85a -size 4057418 diff --git a/ugrep.changes b/ugrep.changes index 05c6186..d920b9f 100644 --- a/ugrep.changes +++ b/ugrep.changes @@ -1,3 +1,27 @@ +------------------------------------------------------------------- +Sat May 1 09:45:09 UTC 2021 - Andreas Stieger + +- update to 3.1.15: + * fix a recursive search crash + +------------------------------------------------------------------- +Wed Apr 28 01:41:49 UTC 2021 - Wang Jun + +- ugrep 3.1.14: + * Fix names of the encodings, it's ISO-8859, not ISO-8869 + * Fixed an issue when placing options --bool, -G, -F, -w, -x + at the end of the command line + * Add missing header file "limits" in mmap.hpp + * Use option `-U` instead of `-C` for `diff` + * Minor --bool and --glob improvements; MinGW portability + * Update README.md with Alpine Linux + * Updated \s pattern matching to exclude newline, compatible with + GNU/BSD grep. + * Added format field %[NAME]# to output named capturing groups and + %[NUM1|NAME1|NUM2|NAME2...]# to output the first capturing group + that matched by num or name; option --bool improvements + * Fix #125 and fix #122 + ------------------------------------------------------------------- Tue Feb 9 06:47:55 UTC 2021 - Andreas Stieger diff --git a/ugrep.spec b/ugrep.spec index 155ef07..36f4a71 100644 --- a/ugrep.spec +++ b/ugrep.spec @@ -17,7 +17,7 @@ Name: ugrep -Version: 3.1.7 +Version: 3.1.15 Release: 0 Summary: Universal grep: a feature-rich grep implementation with focus on speed License: BSD-3-Clause