From 18e772feab01b868281122a7d7916dbfda5fe52cce83b8ef980ecc8a94b80ed9 Mon Sep 17 00:00:00 2001 From: Soc Virnyl Estela Date: Fri, 2 Jun 2023 09:36:34 +0000 Subject: [PATCH] - Disable update of vendored deps OBS-URL: https://build.opensuse.org/package/show/utilities/xplr?expand=0&rev=27 --- _service | 2 +- vendor.tar.zst | 4 ++-- xplr.changes | 5 +++++ xplr.spec | 6 ++---- 4 files changed, 10 insertions(+), 7 deletions(-) diff --git a/_service b/_service index 529bcfe..32fb9b1 100644 --- a/_service +++ b/_service @@ -3,7 +3,7 @@ xplr-0.21.2.tar.gz zst - true + false xplr-0.21.2 diff --git a/vendor.tar.zst b/vendor.tar.zst index a3471cc..4fdc759 100644 --- a/vendor.tar.zst +++ b/vendor.tar.zst @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:76c52f5546124a4a9ff13f33bfff51ae6f7c369dd973d7a242001e8fd208fcef -size 519813120 +oid sha256:f6daee791835f481b5ddb2424fd7734f4021fbe13c95c1d5096c83dc70feb389 +size 518840320 diff --git a/xplr.changes b/xplr.changes index 38948a3..9ba422e 100644 --- a/xplr.changes +++ b/xplr.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Jun 2 09:30:47 UTC 2023 - Soc Virnyl Estela + +- Disable update of vendored deps + ------------------------------------------------------------------- Thu Jun 1 02:43:52 UTC 2023 - Soc Virnyl Estela diff --git a/xplr.spec b/xplr.spec index adb22f7..4505cbc 100644 --- a/xplr.spec +++ b/xplr.spec @@ -47,12 +47,10 @@ cp %{SOURCE2} .cargo/config sed -i 's/-- version = "0.0.0"/version = "%{version}"/' src/init.lua %build -# Temporary fix for now -cargo build --release --frozen --all-features +%{cargo_build} --all-features %install -install -Dm0755 -T %{_builddir}/%{name}-%{version}/target/release/%{name} \ - %{buildroot}%{_bindir}/%{name} +%{cargo_install} --all-features install -Dm644 -T \ %{_builddir}/%{name}-%{version}/assets/desktop/%{name}.desktop \