From 9efb9c81f86c2e3232efe19de73aca5507c1890bdf4410236eacc2fb5e3acb8c Mon Sep 17 00:00:00 2001 From: Soc Virnyl Estela Date: Sat, 15 Jun 2024 13:44:00 +0000 Subject: [PATCH] - Cleanup _service file. Download the sources during buildtime - Update vendored dependencies OBS-URL: https://build.opensuse.org/package/show/X11:terminals/wezterm?expand=0&rev=120 --- _service | 12 ++++++------ vendor.tar.zst | 4 ++-- wezterm.changes | 6 ++++++ wezterm.spec | 5 +++-- 4 files changed, 17 insertions(+), 10 deletions(-) diff --git a/_service b/_service index 86f8159..dd4950c 100644 --- a/_service +++ b/_service @@ -1,5 +1,5 @@ - + https://github.com/wez/wezterm @PARENT_TAG@ @@ -7,17 +7,17 @@ 5046fc225992db6ba2ef8812743fadfdfe4b184a (\d+)-(\d+)-(\w+) \1.\2.\3 - enable - uncomfy+openbuildservice@uncomfyhalomacro.pl + + - - + + *.tar zst - wezterm + wezterm*.tar* true true diff --git a/vendor.tar.zst b/vendor.tar.zst index c034ecb..489e43d 100644 --- a/vendor.tar.zst +++ b/vendor.tar.zst @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:88a6f4d723d557a5715c66341cf9b412acd3201ad8740316e645bbd464dfe9c6 -size 55077854 +oid sha256:93d34852e6967818c993669598639b01b1a90160155e5b2771534ba8dc92ebe3 +size 53972914 diff --git a/wezterm.changes b/wezterm.changes index 0349550..a3f8ab9 100644 --- a/wezterm.changes +++ b/wezterm.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sat Jun 15 13:42:49 UTC 2024 - Soc Virnyl Estela + +- Cleanup _service file. Download the sources during buildtime +- Update vendored dependencies + ------------------------------------------------------------------- Sat Jun 15 13:23:23 UTC 2024 - Soc Virnyl Estela diff --git a/wezterm.spec b/wezterm.spec index da2cbec..92b338a 100644 --- a/wezterm.spec +++ b/wezterm.spec @@ -107,11 +107,12 @@ printf "%{version}" > .tag # export CFLAGS="%%optflags" # export CXXFLAGS="%%optflags" %if 0%{?suse_version} > 1500 -%{cargo_build} --no-default-features --features vendored-fonts,wayland,distro-defaults +%{cargo_build} --no-default-features --features vendored-fonts,wayland,distro-defaults --locked %else +unset LIBSSH2_SYS_USE_PKG_CONFIG export CARGO_FEATURE_VENDORED=1 export RUSTFLAGS='%{rustflags}' -cargo build --offline --release --no-default-features --features vendored-fonts,wayland,distro-defaults +cargo build --offline --release --no-default-features --features vendored-fonts,wayland,distro-defaults --locked %endif %install