diff --git a/ugrep-3.7.1.tar.gz b/ugrep-3.7.1.tar.gz deleted file mode 100644 index 30c76bb..0000000 --- a/ugrep-3.7.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:90c358f2fa16de9a183f1ef2c18965ad0921d41c8b870b70155310de7436a8b3 -size 4400237 diff --git a/ugrep-3.7.7.tar.gz b/ugrep-3.7.7.tar.gz new file mode 100644 index 0000000..3e3e626 --- /dev/null +++ b/ugrep-3.7.7.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5490d6491267bb1aaaeac27a0ba41d502f4b1c1b8998b8cc377c91374603932d +size 4413745 diff --git a/ugrep.changes b/ugrep.changes index 9b2db35..d55ee0d 100644 --- a/ugrep.changes +++ b/ugrep.changes @@ -1,3 +1,26 @@ +------------------------------------------------------------------- +Sat Apr 2 14:32:47 UTC 2022 - Andreas Stieger + +- update to 3.7.7: + * New --hexdump options + * --ignore-files improvement + * speed improvements + * New option --min-count + * New complementary options --min-depth, --max-depth, + --min-line and --max-line which are added for consistency with + the updated options --min-count and --max-count + * Updated the --min-count option, which can now be combined with + any other option except with -v (--invert-match) + * Updated option -K (--range) to take a MAX argument instead of a + FIRST argument for consistency with other min/max options + * Recursive searching sysfd, such as /proc and /sys, no longer + blocks on special files/devices + * Fixed colorization of option -v when used with context options + -A, -B and -C + * Fixed option -r when combined with argument - (read standard + input), which does both, like GNU grep + * Updated --stats reporting and other minor improvements + ------------------------------------------------------------------- Fri Jan 28 05:13:03 UTC 2022 - Avinesh Kumar diff --git a/ugrep.spec b/ugrep.spec index 7ed2b08..4e94163 100644 --- a/ugrep.spec +++ b/ugrep.spec @@ -17,7 +17,7 @@ Name: ugrep -Version: 3.7.1 +Version: 3.7.7 Release: 0 Summary: Universal grep: a feature-rich grep implementation with focus on speed License: BSD-3-Clause