Accepting request 999519 from X11:terminals
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/999519 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/wezterm?expand=0&rev=13
This commit is contained in:
commit
9cc6fc16eb
2
_service
2
_service
@ -3,7 +3,7 @@
|
||||
<param name="url">https://github.com/wez/wezterm.git</param>
|
||||
<param name="versionformat">@PARENT_TAG@+git@TAG_OFFSET@</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="revision">1212865974837dfb021f43d87657a1b95c2f6966</param>
|
||||
<param name="revision">4fead3171ecdd1513d420af040c9ff75b9cefe41</param>
|
||||
<param name="versionrewrite-pattern">(\d+)-(\d+)-(\w+)</param>
|
||||
<param name="versionrewrite-replacement">\1.\2.\3</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a3277f28eacd180b0bda372ffa953689572a66d4cf34d8c3b2464aeffee2246d
|
||||
size 93709162
|
||||
oid sha256:ad2c0c70fa58624a3076f0738bb52b048d4e7734bd30316fd939ce2f8208c0ba
|
||||
size 91173029
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c25cabf18c0188fa186287bbf96bbf42c6d48ed3e28c8fb3cd61b63b6e5e9090
|
||||
size 117811293
|
3
wezterm-20220807.113146.c2fee766+git39.obscpio
Normal file
3
wezterm-20220807.113146.c2fee766+git39.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0915427aefcd60275578b78e2e150217fc5d7b24ecadd3a5fe589d18513cfaf6
|
||||
size 249373710
|
3
wezterm-20220807.113146.c2fee766+git39.tar.gz
Normal file
3
wezterm-20220807.113146.c2fee766+git39.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:846b803bfa5e30e17612b245f5efbe0b5682c8a6537514605c60767d4c9a28d0
|
||||
size 118513070
|
@ -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
|
||||
|
4
wezterm.obsinfo
Normal file
4
wezterm.obsinfo
Normal file
@ -0,0 +1,4 @@
|
||||
name: wezterm
|
||||
version: 20220807.113146.c2fee766+git39
|
||||
mtime: 1660968171
|
||||
commit: 4fead3171ecdd1513d420af040c9ff75b9cefe41
|
18
wezterm.spec
18
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
|
||||
|
Loading…
Reference in New Issue
Block a user