Accepting request 1224738 from utilities
ugrep 7.0.4 (forwarded request 1224701 from AndreasStieger) OBS-URL: https://build.opensuse.org/request/show/1224738 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ugrep?expand=0&rev=78
This commit is contained in:
commit
66aa37e1a0
22
_service
Normal file
22
_service
Normal file
@ -0,0 +1,22 @@
|
||||
<services>
|
||||
<service name="obs_scm" mode="manual">
|
||||
<param name="url">https://github.com/Genivia/ugrep.git</param>
|
||||
<param name="scm">git</param>
|
||||
<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="versionrewrite-pattern">v(.*)</param>
|
||||
<param name="versionrewrite-replacement">\1</param>
|
||||
</service>
|
||||
<service name="set_version" mode="manual"/>
|
||||
<service name="tar" mode="buildtime">
|
||||
<!-- throw away binaries -->
|
||||
<param name="exclude">bin/win32</param>
|
||||
<param name="exclude">bin/win64</param>
|
||||
</service>
|
||||
<service name="recompress" mode="buildtime">
|
||||
<param name="file">*.tar</param>
|
||||
<param name="compression">xz</param>
|
||||
</service>
|
||||
</services>
|
6
_servicedata
Normal file
6
_servicedata
Normal file
@ -0,0 +1,6 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/Genivia/ugrep.git</param>
|
||||
<param name="changesrevision">ffd990fcd9e1280bb747c19545ca36a0313d2f16</param>
|
||||
</service>
|
||||
</servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9242da0f4106889a85751e72fd9383b71f9fbcee21903c5736f2e0921d4d49e7
|
||||
size 7100720
|
3
ugrep-7.0.4.obscpio
Normal file
3
ugrep-7.0.4.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9dd30cf0e02883da7346b24d237c8ea757cd333fa6838a15d25474a39b9e9065
|
||||
size 24875533
|
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Nov 17 17:55:42 UTC 2024 - Andreas Stieger <andreas.stieger@gmx.de>
|
||||
|
||||
- Update to version 7.0.4:
|
||||
* TUI fixes for other platforms
|
||||
- remove Windows binaries from src rpm; switch to source service
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 12 21:10:44 UTC 2024 - Andreas Stieger <andreas.stieger@gmx.de>
|
||||
|
||||
|
4
ugrep.obsinfo
Normal file
4
ugrep.obsinfo
Normal file
@ -0,0 +1,4 @@
|
||||
name: ugrep
|
||||
version: 7.0.4
|
||||
mtime: 1731610062
|
||||
commit: ffd990fcd9e1280bb747c19545ca36a0313d2f16
|
@ -23,13 +23,13 @@
|
||||
%bcond_without fish
|
||||
%endif
|
||||
Name: ugrep
|
||||
Version: 7.0.3
|
||||
Version: 7.0.4
|
||||
Release: 0
|
||||
Summary: Universal grep: a feature-rich grep implementation with focus on speed
|
||||
License: BSD-3-Clause
|
||||
Group: Productivity/File utilities
|
||||
URL: https://github.com/Genivia/ugrep
|
||||
Source: https://github.com/Genivia/ugrep/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
||||
Source: %{name}-%{version}.tar.xz
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: pkgconfig
|
||||
|
Loading…
Reference in New Issue
Block a user