From 7097eb8c488aa86f40ad17b113a9573f999994e58c67c236770fe1f5cda6442e Mon Sep 17 00:00:00 2001 From: Soc Virnyl Estela Date: Fri, 24 Nov 2023 04:01:19 +0000 Subject: [PATCH 1/2] - Update vendored dependencies. - Remove cargo_config. cargo_config file is now part of vendored tarball. OBS-URL: https://build.opensuse.org/package/show/utilities/xplr?expand=0&rev=33 --- _service | 6 ++---- cargo_config | 5 ----- vendor.tar.zst | 4 ++-- xplr.changes | 6 ++++++ xplr.spec | 5 +---- 5 files changed, 11 insertions(+), 15 deletions(-) delete mode 100644 cargo_config diff --git a/_service b/_service index 267b127..56cd1d3 100644 --- a/_service +++ b/_service @@ -1,13 +1,11 @@ - xplr-0.21.3.tar.gz + xplr-*.tar.gz zst true - - xplr-0.21.3 - + diff --git a/cargo_config b/cargo_config deleted file mode 100644 index 6fb4ff4..0000000 --- a/cargo_config +++ /dev/null @@ -1,5 +0,0 @@ -[source.crates-io] -replace-with = "vendored-sources" - -[source.vendored-sources] -directory = "vendor" \ No newline at end of file diff --git a/vendor.tar.zst b/vendor.tar.zst index a281b01..b8e6ece 100644 --- a/vendor.tar.zst +++ b/vendor.tar.zst @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:800fe2795baf5b36ea1695327cf06e8dd5f227c9c6138cdf89aa03230d43badf -size 26160528 +oid sha256:3d9700c166f303083026688da0ce4bb64f310c47a53ebc79530abd81975cc39b +size 18340963 diff --git a/xplr.changes b/xplr.changes index 791da65..546ac66 100644 --- a/xplr.changes +++ b/xplr.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Nov 24 03:58:36 UTC 2023 - Soc Virnyl Estela + +- Update vendored dependencies. +- Remove cargo_config. cargo_config file is now part of vendored tarball. + ------------------------------------------------------------------- Sun Aug 13 13:26:52 UTC 2023 - Soc Virnyl Estela diff --git a/xplr.spec b/xplr.spec index 3d11c6e..36340ee 100644 --- a/xplr.spec +++ b/xplr.spec @@ -25,8 +25,7 @@ Group: Productivity/File utilities URL: https://github.com/sayanarijit/xplr 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#/%{name}-%{version}.tar.gz.asc +Source2: 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 @@ -42,8 +41,6 @@ scriptable, keyboard-controlled, real-time visual interface. %prep %autosetup -a1 -mkdir -p .cargo -cp %{SOURCE2} .cargo/config sed -i 's/-- version = "0.0.0"/version = "%{version}"/' src/init.lua %build From 05dac16fad398b40e1c981850bafd43431d52c5e58f45868951f0f7c292a3522 Mon Sep 17 00:00:00 2001 From: Soc Virnyl Estela Date: Sat, 2 Dec 2023 10:42:37 +0000 Subject: [PATCH 2/2] - Disable updates. Seems crates are not happy with updating - Revendor dependencies OBS-URL: https://build.opensuse.org/package/show/utilities/xplr?expand=0&rev=34 --- _service | 2 +- vendor.tar.zst | 4 ++-- xplr.changes | 6 ++++++ 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/_service b/_service index 56cd1d3..d475949 100644 --- a/_service +++ b/_service @@ -3,7 +3,7 @@ xplr-*.tar.gz zst - true + false diff --git a/vendor.tar.zst b/vendor.tar.zst index b8e6ece..05a27c4 100644 --- a/vendor.tar.zst +++ b/vendor.tar.zst @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3d9700c166f303083026688da0ce4bb64f310c47a53ebc79530abd81975cc39b -size 18340963 +oid sha256:c338ebbcdbd8483a42d1a93130abb3a040869b81d5ea469c1ffaaf191815147b +size 26011154 diff --git a/xplr.changes b/xplr.changes index 546ac66..f67a1a3 100644 --- a/xplr.changes +++ b/xplr.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sat Dec 2 10:39:19 UTC 2023 - Soc Virnyl Estela + +- Disable updates. Seems crates are not happy with updating +- Revendor dependencies + ------------------------------------------------------------------- Fri Nov 24 03:58:36 UTC 2023 - Soc Virnyl Estela