Accepting request 1228646 from utilities

OBS-URL: https://build.opensuse.org/request/show/1228646
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ugrep?expand=0&rev=80
This commit is contained in:
Ana Guerrero 2024-12-06 13:26:58 +00:00 committed by Git OBS Bridge
commit b07329ade6
7 changed files with 18 additions and 9 deletions

View File

@ -5,7 +5,7 @@
<param name="changesgenerate">enable</param>
<param name="filename">ugrep</param>
<param name="versionformat">@PARENT_TAG@</param>
<param name="revision">v7.1.0</param>
<param name="revision">v7.1.1</param>
<param name="versionrewrite-pattern">v(.*)</param>
<param name="versionrewrite-replacement">\1</param>
</service>

View File

@ -1,6 +1,6 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://github.com/Genivia/ugrep.git</param>
<param name="changesrevision">66ff2282ebf9fa277dab50ea9585a5a34d8e8a25</param>
<param name="changesrevision">be49264fce5fd03246325be4c3fabcd8a7c9b8fe</param>
</service>
</servicedata>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a05657332a0d222bd9631ff3548e2d672d6a1c5bef7bfd1fe8a61df5969d859f
size 24911885

3
ugrep-7.1.1.obscpio Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:81e9910d81fe8a2e1d0a9dd9e6fc4b621d2f328ebd7adbd601488756e9da1680
size 24918541

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Thu Dec 5 16:03:18 UTC 2024 - Andreas Stieger <andreas.stieger@gmx.de>
- 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 <andreas.stieger@gmx.de>

View File

@ -1,4 +1,4 @@
name: ugrep
version: 7.1.0
mtime: 1732300266
commit: 66ff2282ebf9fa277dab50ea9585a5a34d8e8a25
version: 7.1.1
mtime: 1732913511
commit: be49264fce5fd03246325be4c3fabcd8a7c9b8fe

View File

@ -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