From df116b3fcf5a3e367a3ad71039f5f623d6b9c3dcc4101e91241daec9532f88d6 Mon Sep 17 00:00:00 2001 From: Soc Virnyl Estela Date: Sun, 12 Nov 2023 06:25:35 +0000 Subject: [PATCH] - Remove cargo_config from source. It's part of the vendored tarball now OBS-URL: https://build.opensuse.org/package/show/X11:terminals/wezterm?expand=0&rev=99 --- cargo_config | 20 -------------------- wezterm.changes | 5 +++++ wezterm.spec | 3 +-- 3 files changed, 6 insertions(+), 22 deletions(-) delete mode 100644 cargo_config diff --git a/cargo_config b/cargo_config deleted file mode 100644 index e25e1d0..0000000 --- a/cargo_config +++ /dev/null @@ -1,20 +0,0 @@ -[source.crates-io] -replace-with = "vendored-sources" - -[source."git+https://github.com/image-rs/image.git?rev=fe069785ae245a2c510fd724ef96da283b05a236"] -git = "https://github.com/image-rs/image.git" -rev = "fe069785ae245a2c510fd724ef96da283b05a236" -replace-with = "vendored-sources" - -[source."git+https://github.com/rust-x-bindings/rust-xcb?rev=dbdaa01c178c6fbe68bd51b7ad44c08172181083"] -git = "https://github.com/rust-x-bindings/rust-xcb" -rev = "dbdaa01c178c6fbe68bd51b7ad44c08172181083" -replace-with = "vendored-sources" - -[source."git+https://github.com/wez/xcb-imdkit-rs.git?branch=hangfix"] -git = "https://github.com/wez/xcb-imdkit-rs.git" -branch = "hangfix" -replace-with = "vendored-sources" - -[source.vendored-sources] -directory = "vendor" diff --git a/wezterm.changes b/wezterm.changes index 5dd2186..b1d7815 100644 --- a/wezterm.changes +++ b/wezterm.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Nov 12 06:24:46 UTC 2023 - Soc Virnyl Estela + +- Remove cargo_config from source. It's part of the vendored tarball now + ------------------------------------------------------------------- Sun Nov 12 05:51:03 UTC 2023 - socvirnyl.estela@gmail.com diff --git a/wezterm.spec b/wezterm.spec index 3c8a94f..05368d7 100644 --- a/wezterm.spec +++ b/wezterm.spec @@ -27,7 +27,6 @@ URL: https://github.com/wez/wezterm License: (Apache-2.0 OR MIT) AND BSD-3-Clause AND (0BSD OR MIT OR Apache-2.0) AND (Apache-2.0 OR BSL-1.0) AND (Apache-2.0 OR BSL-1.0 OR MIT) AND (Apache-2.0 OR MIT) AND (Apache-2.0 OR MIT) AND (Apache-2.0 OR MIT OR BSD-2-Clause) AND (Apache-2.0 OR MIT OR Zlib) AND (Apache-2.0 OR MIT OR Zlib) AND (MIT OR Unlicense) AND (Apache-2.0 OR Zlib OR MIT) AND Apache-2.0 AND BSD-2-Clause AND BSD-3-Clause AND CC0-1.0 AND ISC AND LGPL-2.1-only AND MIT AND MPL-2.0 AND WTFPL AND Zlib AND MIT Source0: %{name}-%{version}.tar.gz Source1: vendor.tar.zst -Source2: cargo_config Requires: terminfo BuildRequires: Mesa-libEGL-devel @@ -111,7 +110,7 @@ Zsh completion script for %{name}. %prep %autosetup -a1 -n %{name}-%{_dashed_version} mkdir -p .cargo -cp %{SOURCE2} .cargo/config +cp cargo_config .cargo/config tic -vvv -x -o terminfo termwiz/data/%{name}.terminfo printf "%{version}" > .tag