diff --git a/_service b/_service index 435a38f..725c77b 100644 --- a/_service +++ b/_service @@ -5,7 +5,7 @@ enable ugrep @PARENT_TAG@ - v7.1.0 + v7.1.1 v(.*) \1 diff --git a/_servicedata b/_servicedata index 8166632..eddff44 100644 --- a/_servicedata +++ b/_servicedata @@ -1,6 +1,6 @@ https://github.com/Genivia/ugrep.git - 66ff2282ebf9fa277dab50ea9585a5a34d8e8a25 + be49264fce5fd03246325be4c3fabcd8a7c9b8fe \ No newline at end of file diff --git a/ugrep-7.1.0.obscpio b/ugrep-7.1.0.obscpio deleted file mode 100644 index c519214..0000000 --- a/ugrep-7.1.0.obscpio +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a05657332a0d222bd9631ff3548e2d672d6a1c5bef7bfd1fe8a61df5969d859f -size 24911885 diff --git a/ugrep-7.1.1.obscpio b/ugrep-7.1.1.obscpio new file mode 100644 index 0000000..3e2ca9a --- /dev/null +++ b/ugrep-7.1.1.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81e9910d81fe8a2e1d0a9dd9e6fc4b621d2f328ebd7adbd601488756e9da1680 +size 24918541 diff --git a/ugrep.changes b/ugrep.changes index c6073dd..f6e6d2e 100644 --- a/ugrep.changes +++ b/ugrep.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Thu Dec 5 16:03:18 UTC 2024 - Andreas Stieger + +- Update to version 7.1.1: + * fix negative character classes when option -i or --ignore-case + is used and make ugrep closely emulate GNU grep's character + class behavior when options -i and -P are used + * appease -Woverload-virtual and -Wshadow warnings + ------------------------------------------------------------------- Sat Nov 23 10:07:23 UTC 2024 - Andreas Stieger diff --git a/ugrep.obsinfo b/ugrep.obsinfo index ebb539a..697b5b3 100644 --- a/ugrep.obsinfo +++ b/ugrep.obsinfo @@ -1,4 +1,4 @@ name: ugrep -version: 7.1.0 -mtime: 1732300266 -commit: 66ff2282ebf9fa277dab50ea9585a5a34d8e8a25 +version: 7.1.1 +mtime: 1732913511 +commit: be49264fce5fd03246325be4c3fabcd8a7c9b8fe diff --git a/ugrep.spec b/ugrep.spec index 2a02494..5211d39 100644 --- a/ugrep.spec +++ b/ugrep.spec @@ -23,7 +23,7 @@ %bcond_without fish %endif Name: ugrep -Version: 7.1.0 +Version: 7.1.1 Release: 0 Summary: Universal grep: a feature-rich grep implementation with focus on speed License: BSD-3-Clause