From 258358ff12052ef43256d26a9f6552e864c9e0d597a3903ef9e135e69a4f25f0 Mon Sep 17 00:00:00 2001 From: Michael Vetter Date: Fri, 28 Jan 2022 16:12:45 +0000 Subject: [PATCH] Accepting request 949550 from home:akumar:branches:utilities - update to 3.7.1: * add newline when showing usage and also fix segfault when arg == NULL - update to 3.7.0: * README.md: add FreeBSD installation instructions * resolve LGTM alerts & minor improvements * Support "cpp" as a file type * msvc - Add matcher_avx2, matcher_avx512bw - update to 3.6.0: * new option --replace & faster searching OBS-URL: https://build.opensuse.org/request/show/949550 OBS-URL: https://build.opensuse.org/package/show/utilities/ugrep?expand=0&rev=45 --- ugrep-3.5.0.tar.gz | 3 --- ugrep-3.7.1.tar.gz | 3 +++ ugrep.changes | 13 +++++++++++++ ugrep.spec | 2 +- 4 files changed, 17 insertions(+), 4 deletions(-) delete mode 100644 ugrep-3.5.0.tar.gz create mode 100644 ugrep-3.7.1.tar.gz diff --git a/ugrep-3.5.0.tar.gz b/ugrep-3.5.0.tar.gz deleted file mode 100644 index ba5a38a..0000000 --- a/ugrep-3.5.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9f8469e111ee665f6f03e3a8c0e4b06e632ce3fcb90e955b8979696973cfa0db -size 4379261 diff --git a/ugrep-3.7.1.tar.gz b/ugrep-3.7.1.tar.gz new file mode 100644 index 0000000..30c76bb --- /dev/null +++ b/ugrep-3.7.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90c358f2fa16de9a183f1ef2c18965ad0921d41c8b870b70155310de7436a8b3 +size 4400237 diff --git a/ugrep.changes b/ugrep.changes index 8a1353a..9b2db35 100644 --- a/ugrep.changes +++ b/ugrep.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Fri Jan 28 05:13:03 UTC 2022 - Avinesh Kumar + +- update to 3.7.1: + * add newline when showing usage and also fix segfault when arg == NULL +- update to 3.7.0: + * README.md: add FreeBSD installation instructions + * resolve LGTM alerts & minor improvements + * Support "cpp" as a file type + * msvc - Add matcher_avx2, matcher_avx512bw +- update to 3.6.0: + * new option --replace & faster searching + ------------------------------------------------------------------- Thu Jan 6 15:20:57 UTC 2022 - Andreas Stieger diff --git a/ugrep.spec b/ugrep.spec index 6513f6b..7ed2b08 100644 --- a/ugrep.spec +++ b/ugrep.spec @@ -17,7 +17,7 @@ Name: ugrep -Version: 3.5.0 +Version: 3.7.1 Release: 0 Summary: Universal grep: a feature-rich grep implementation with focus on speed License: BSD-3-Clause