Accepting request 1226238 from utilities

OBS-URL: https://build.opensuse.org/request/show/1226238
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ugrep?expand=0&rev=79
This commit is contained in:
Ana Guerrero 2024-11-25 22:22:40 +00:00 committed by Git OBS Bridge
commit dfc777a37b
7 changed files with 18 additions and 10 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.0.4</param>
<param name="revision">v7.1.0</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">ffd990fcd9e1280bb747c19545ca36a0313d2f16</param>
<param name="changesrevision">66ff2282ebf9fa277dab50ea9585a5a34d8e8a25</param>
</service>
</servicedata>
</servicedata>

View File

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

3
ugrep-7.1.0.obscpio Normal file
View File

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

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Sat Nov 23 10:07:23 UTC 2024 - Andreas Stieger <andreas.stieger@gmx.de>
- Update to version 7.1.0:
* add TUI glob editor syntax highlighting
* bin/ug(|rep)+: Let the helper script work if no helper is
available
-------------------------------------------------------------------
Sun Nov 17 17:55:42 UTC 2024 - Andreas Stieger <andreas.stieger@gmx.de>

View File

@ -1,4 +1,4 @@
name: ugrep
version: 7.0.4
mtime: 1731610062
commit: ffd990fcd9e1280bb747c19545ca36a0313d2f16
version: 7.1.0
mtime: 1732300266
commit: 66ff2282ebf9fa277dab50ea9585a5a34d8e8a25

View File

@ -23,7 +23,7 @@
%bcond_without fish
%endif
Name: ugrep
Version: 7.0.4
Version: 7.1.0
Release: 0
Summary: Universal grep: a feature-rich grep implementation with focus on speed
License: BSD-3-Clause