Compare commits
2 Commits
Author | SHA256 | Date | |
---|---|---|---|
|
b2477f2bbc | ||
|
99f7b91991 |
1
_service
1
_service
@ -4,6 +4,7 @@
|
|||||||
<param name="srctar">xplr-*.tar.gz</param>
|
<param name="srctar">xplr-*.tar.gz</param>
|
||||||
<param name="compression">zst</param>
|
<param name="compression">zst</param>
|
||||||
<param name="update">false</param>
|
<param name="update">false</param>
|
||||||
|
<param name="respect-lockfile">true</param>
|
||||||
</service>
|
</service>
|
||||||
<service name="source_validator" mode="manual" />
|
<service name="source_validator" mode="manual" />
|
||||||
</services>
|
</services>
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:a594826a8c559bfcf3ac778db839e12e18b9e523c0fcf0e578a49bfd20567b99
|
oid sha256:c1542cd1c931c6d26484bff86759a714d448be3314893485aaae7fcfaee11630
|
||||||
size 23128459
|
size 23112096
|
||||||
|
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Nov 19 15:12:23 UTC 2024 - Soc Virnyl Estela <uncomfyhalomacro@opensuse.org>
|
||||||
|
|
||||||
|
- Reupload new vendor.tar.zst. Generated with new cargo_vendor passed with
|
||||||
|
respect-lockfile
|
||||||
|
- Only build for Rust's tier 1 platforms
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jul 11 00:14:10 UTC 2024 - Joshua Smith <smolsheep@opensuse.org>
|
Thu Jul 11 00:14:10 UTC 2024 - Joshua Smith <smolsheep@opensuse.org>
|
||||||
|
|
||||||
|
@ -31,6 +31,7 @@ BuildRequires: cargo
|
|||||||
BuildRequires: cargo-packaging
|
BuildRequires: cargo-packaging
|
||||||
BuildRequires: hicolor-icon-theme
|
BuildRequires: hicolor-icon-theme
|
||||||
BuildRequires: zstd
|
BuildRequires: zstd
|
||||||
|
ExclusiveArch: %{rust_tier1_arches}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
xplr is a terminal UI based file explorer for command-line utilities
|
xplr is a terminal UI based file explorer for command-line utilities
|
||||||
|
Loading…
Reference in New Issue
Block a user