- Update vendored dependencies.

- Use zstd compression for vendored deps.

OBS-URL: https://build.opensuse.org/package/show/utilities/xplr?expand=0&rev=14
This commit is contained in:
Soc Virnyl Estela 2023-02-20 01:44:27 +00:00 committed by Git OBS Bridge
parent c6d84f55c1
commit a753ea7719
7 changed files with 34 additions and 9 deletions

View File

@ -1,11 +1,13 @@
<services>
<service name="download_files" mode="disabled" />
<service name="cargo_vendor" mode="disabled">
<param name="srctar">v0.20.1.tar.gz</param>
<param name="compression">gz</param>
<param name="srctar">xplr-0.20.2.tar.gz</param>
<param name="compression">zst</param>
<param name="update">true</param>
</service>
<service name="cargo_audit" mode="disabled" />
<service name="cargo_audit" mode="disabled">
<param name="srcdir">xplr-0.20.2</param>
</service>
<service name="source_validator" mode="disabled" />
</services>

View File

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

3
vendor.tar.zst Normal file
View File

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

16
xplr-0.20.2.tar.gz.asc Normal file
View File

@ -0,0 +1,16 @@
-----BEGIN PGP SIGNATURE-----
iQIzBAABCgAdFiEE1ZyhRxDBfGskcXr5D471JY3DgHcFAmPBDLYACgkQD471JY3D
gHcSAhAAicwdrySgMW9TnlNnS9Zk43URZZYgQUn3rBrQytOTFEYdckOyQZropqwl
22aIdCQtBs01z6H/YUE5DHX9gtAC4E95QRqyxvAybxs5Bs7EAEWRGl4WVXN7DPKc
YGTS38iwF/durSiNYHt/Rfo+qDCD0/yrBlOW6VJuxhTVpxQvQ8zhAezjyiSiA8qM
PhqdrtSbBtW4jEHdTOK5GXfuK2wsYOg8ZESeROsSAAfrlanZnXFwStWhFaX+uGh+
rlmw8L2XGMZDwOWTrhwBzG3uk07mPLlNcDTYPsF6lq0ba71V+hFlAu4UBtDb85mc
o51XXSLdIUEF5PI7AzXyr1cdNXn5Kut9RUREMLHlFVcvM5BV6MuY8Moqyby/MkaL
NCiutQdKq+ile+o7weovVFD4TKTgISmI7a0JFqeicheAL6Cpo/P26eoaHkmohk6P
EzfBrg3rWoNw87+REmAbX2B8yyR2upWQxdAMH/sNJPpfvvYgg+2/Ny4hi1umOtbA
YTLILiVIv9q6lx8lgEGklsm73nn5tRdOHzHyiDT8lUMcF0ITS+mwHkGVNwaIfrUB
9Hs/SI+ljJoa1/Qqspr14is8e6iyJbMvDdyEf2GtI2nNdeMRjF1Mu1fpMTz03uyn
b0+M6K49rQirvEckrmV5Pml6Ty64mwxxM7h1n3nS4DMem59qeDs=
=PtzT
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Feb 20 01:31:56 UTC 2023 - Soc Virnyl Estela <socvirnyl.estela@gmail.com>
- Update vendored dependencies.
- Use zstd compression for vendored deps.
-------------------------------------------------------------------
Fri Jan 13 11:12:53 UTC 2023 - Dirk Müller <dmueller@suse.com>

View File

@ -23,14 +23,15 @@ Summary: TUI file explorer
License: MIT
Group: Productivity/File utilities
URL: https://github.com/sayanarijit/xplr
Source0: https://github.com/sayanarijit/xplr/archive/refs/tags/v%{version}.tar.gz
Source1: vendor.tar.gz
Source0: https://github.com/sayanarijit/xplr/archive/refs/tags/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
Source1: vendor.tar.zst
Source2: cargo_config
Source3: https://github.com/sayanarijit/xplr/releases/download/v%{version}/source.tar.gz.asc#/v%{version}.tar.gz.asc
Source3: https://github.com/sayanarijit/xplr/releases/download/v%{version}/source.tar.gz.asc#/v%{version}.tar.gz.asc#/%{name}-%{version}.tar.gz.asc
Source4: https://arijitbasu.in/gpg.txt#/%{name}.keyring
BuildRequires: cargo-packaging
BuildRequires: hicolor-icon-theme
BuildRequires: rust+cargo
BuildRequires: zstd
%description
xplr is a terminal UI based file explorer for command-line utilities