diff --git a/_service b/_service index 3434a09..ed0a391 100644 --- a/_service +++ b/_service @@ -3,7 +3,7 @@ https://github.com/wez/wezterm.git @PARENT_TAG@+git@TAG_OFFSET@ git - 1212865974837dfb021f43d87657a1b95c2f6966 + 4fead3171ecdd1513d420af040c9ff75b9cefe41 (\d+)-(\d+)-(\w+) \1.\2.\3 enable diff --git a/vendor.tar.gz b/vendor.tar.gz index 7700cb4..6845ee5 100644 --- a/vendor.tar.gz +++ b/vendor.tar.gz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a3277f28eacd180b0bda372ffa953689572a66d4cf34d8c3b2464aeffee2246d -size 93709162 +oid sha256:ad2c0c70fa58624a3076f0738bb52b048d4e7734bd30316fd939ce2f8208c0ba +size 91173029 diff --git a/wezterm-20220624.141144.bd1b7c5d+git307.tar.gz b/wezterm-20220624.141144.bd1b7c5d+git307.tar.gz deleted file mode 100644 index 118e33c..0000000 --- a/wezterm-20220624.141144.bd1b7c5d+git307.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c25cabf18c0188fa186287bbf96bbf42c6d48ed3e28c8fb3cd61b63b6e5e9090 -size 117811293 diff --git a/wezterm-20220807.113146.c2fee766+git39.obscpio b/wezterm-20220807.113146.c2fee766+git39.obscpio new file mode 100644 index 0000000..14ce23c --- /dev/null +++ b/wezterm-20220807.113146.c2fee766+git39.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0915427aefcd60275578b78e2e150217fc5d7b24ecadd3a5fe589d18513cfaf6 +size 249373710 diff --git a/wezterm-20220807.113146.c2fee766+git39.tar.gz b/wezterm-20220807.113146.c2fee766+git39.tar.gz new file mode 100644 index 0000000..cd28ac8 --- /dev/null +++ b/wezterm-20220807.113146.c2fee766+git39.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:846b803bfa5e30e17612b245f5efbe0b5682c8a6537514605c60767d4c9a28d0 +size 118513070 diff --git a/wezterm.changes b/wezterm.changes index a675975..ba892e0 100644 --- a/wezterm.changes +++ b/wezterm.changes @@ -1,3 +1,58 @@ +------------------------------------------------------------------- +Sat Aug 20 06:20:08 UTC 2022 - socvirnyl.estela@gmail.com + +- Update to version 20220807.113146.c2fee766+git39: + * macos: report max_fps in ScreenInfo + * macos: implement max_fps + * docs: changelog for #2434 + * Add control key in docs + * Add missing license files + * cargo update + * background: avoid weird wraparound in radial gradients + * docs: changelog for https://github.com/wez/wezterm/pull/2394 + * chore: Sync color schemes with nightfox changes + * pty: fix doc example + * fixup build for pty api change + * pty: fixup for macos + * pty: try_clone_writer -> take_writer + * term: hook flush up to ThreadedWriter + * Fix `alias` for Flatpak: command wasn't quoted + * docs: add stable download links for suse and alpine + * fix bypass_mouse_reporting_modifiers + * add update-status event. deprecates update-right-status + * fix overly truncated tab titles + * apply executable checks to $SHELL and /etc/passwd lookup + * pty: cmdbuilder: check for executable access when resolving program + * fix fedora download links + * docs: update info about number of color schemes + * docs: add missing COMMANDS entry for ShowLauncherArgs + * docs: clarify ShowLauncherArgs flags behavior + * docs: wezterm is now on flathub + * ActivatePaneDirection uses recency to resolve ambiguous moves + * sync color schemes with nightfox + * remove flatpak-unsupported link types + * fix typo in appdata id tag + * flesh out appdata a bit more + * add content rating and release info to appdata + * docs: remove not yet bit + * cargo update + * cleanup log files older than 1 week + * don't recompile dependencies we've already got + * disambiguate which "git" we want + * color schemes: update version in .rs, re-sync, add helper for changelog + * docs: 20220807-113146-c2fee766 release + * ci: nth time's the charm for winget tag pr thing + * ci: format with black + * ci: tweak winget pr stuff a bit more + * ci: maybe fixup winget pr submission when tagging a release + * wayland: disable use of wlr-output-management protocol + * add window:set_left_status + * refine dual source blending / subpixel aa and RGBA color interaction + * fix positioning of visual bell + * boxmodel: fix missing bearing_x / x_offset + * add `wezterm ls-fonts --rasterize-ascii --text foo` + * mux: adjust window size after attach + ------------------------------------------------------------------- Fri Aug 05 06:43:44 UTC 2022 - socvirnyl.estela@gmail.com @@ -7,6 +62,8 @@ Fri Aug 05 06:43:44 UTC 2022 - socvirnyl.estela@gmail.com * fix potential panic when computing hyperlink rules * docs: a bit more detail for RGBA sequences * wezterm show-keys --lua to print a lua version of the config + +- add wezterm-20220624.141144.bd1b7c5d+git307.tar.gz ------------------------------------------------------------------- Thu Jul 28 03:04:12 UTC 2022 - socvirnyl.estela@gmail.com diff --git a/wezterm.obsinfo b/wezterm.obsinfo new file mode 100644 index 0000000..48f58ff --- /dev/null +++ b/wezterm.obsinfo @@ -0,0 +1,4 @@ +name: wezterm +version: 20220807.113146.c2fee766+git39 +mtime: 1660968171 +commit: 4fead3171ecdd1513d420af040c9ff75b9cefe41 diff --git a/wezterm.spec b/wezterm.spec index 7bc3c42..c12d75b 100644 --- a/wezterm.spec +++ b/wezterm.spec @@ -16,8 +16,10 @@ # +%global rustflags -Clink-arg=-Wl,-z,relro,-z,now -C debuginfo=2 + Name: wezterm -Version: 20220624.141144.bd1b7c5d+git307 +Version: 20220807.113146.c2fee766+git39 Release: 0 Summary: GPU-accelerated cross-platform terminal emulator and multiplexer URL: https://github.com/wez/wezterm @@ -27,11 +29,11 @@ Source1: vendor.tar.gz Source2: cargo_config Requires: terminfo BuildRequires: Mesa-libEGL-devel -BuildRequires: rust >= 1.43 -%if 0%{?suse_version} >= 1599 + +%if 0%{?suse_version} > 1500 BuildRequires: cargo-packaging %else -BuildRequires: cargo +BuildRequires: rust+cargo >= 1.43 %endif ExclusiveArch: %{rust_arches} @@ -69,10 +71,12 @@ cp %{SOURCE2} .cargo/config tic -vvv -x -o terminfo termwiz/data/%{name}.terminfo %build -%if 0%{?suse_version} < 1599 - cargo build --offline --release --all-features +%if 0%{?suse_version} > 1500 +%{cargo_build} %else - %{cargo_build} +export CARGO_FEATURE_VENDORED=1 +export RUSTFLAGS='%{rustflags}' +cargo build --offline --release --all-features -j$(nproc) %endif %install