diff --git a/_service b/_service new file mode 100644 index 0000000..7b16d1e --- /dev/null +++ b/_service @@ -0,0 +1,22 @@ + + + https://github.com/Genivia/ugrep.git + git + enable + ugrep + @PARENT_TAG@ + v7.0.4 + v(.*) + \1 + + + + + bin/win32 + bin/win64 + + + *.tar + xz + + diff --git a/_servicedata b/_servicedata new file mode 100644 index 0000000..bde169b --- /dev/null +++ b/_servicedata @@ -0,0 +1,6 @@ + + + https://github.com/Genivia/ugrep.git + ffd990fcd9e1280bb747c19545ca36a0313d2f16 + + diff --git a/ugrep-7.0.3.tar.gz b/ugrep-7.0.3.tar.gz deleted file mode 100644 index ef43041..0000000 --- a/ugrep-7.0.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9242da0f4106889a85751e72fd9383b71f9fbcee21903c5736f2e0921d4d49e7 -size 7100720 diff --git a/ugrep-7.0.4.obscpio b/ugrep-7.0.4.obscpio new file mode 100644 index 0000000..2337a29 --- /dev/null +++ b/ugrep-7.0.4.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9dd30cf0e02883da7346b24d237c8ea757cd333fa6838a15d25474a39b9e9065 +size 24875533 diff --git a/ugrep.changes b/ugrep.changes index f9194b9..02ed477 100644 --- a/ugrep.changes +++ b/ugrep.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Sun Nov 17 17:55:42 UTC 2024 - Andreas Stieger + +- 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 diff --git a/ugrep.obsinfo b/ugrep.obsinfo new file mode 100644 index 0000000..8cf764a --- /dev/null +++ b/ugrep.obsinfo @@ -0,0 +1,4 @@ +name: ugrep +version: 7.0.4 +mtime: 1731610062 +commit: ffd990fcd9e1280bb747c19545ca36a0313d2f16 diff --git a/ugrep.spec b/ugrep.spec index f073457..2bf5f0d 100644 --- a/ugrep.spec +++ b/ugrep.spec @@ -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