From c27ca45f49a392f7ef7e9ea7040824f438cc07f4d3de0afbb4b8bab6bd45a8a1 Mon Sep 17 00:00:00 2001 From: Soc Virnyl Estela Date: Tue, 11 Oct 2022 12:37:57 +0000 Subject: [PATCH 1/5] - Update to version 20220905.102802.7d4b8249+git117: * term: support utf8 mouse reporting (DECSET 1005) * cargo update * docs: changelog for https://github.com/wez/wezterm/issues/2559 * Allow cursor visibility to be changed by widgets * Add ResetTerminal and pane:inject_output method * add window-focus-changed event * Expose applying an AttributeChange on CellAttributes * x11: explicitly enable Dri2 * validate the config to prevent div by 0 for initial_cols/initial_rows * tweak --always-new-process messaging OBS-URL: https://build.opensuse.org/package/show/X11:terminals/wezterm?expand=0&rev=38 --- _service | 2 +- cargo_config | 12 ++++++------ vendor.tar.gz | 4 ++-- ...erm-20220905.102802.7d4b8249+git117.tar.gz | 3 +++ wezterm-20220905.102802.7d4b8249+git3.tar.gz | 3 --- wezterm.changes | 19 +++++++++++++++++-- wezterm.obsinfo | 6 +++--- wezterm.spec | 3 ++- 8 files changed, 34 insertions(+), 18 deletions(-) create mode 100644 wezterm-20220905.102802.7d4b8249+git117.tar.gz delete mode 100644 wezterm-20220905.102802.7d4b8249+git3.tar.gz diff --git a/_service b/_service index 39a06be..2e3a90a 100644 --- a/_service +++ b/_service @@ -3,7 +3,7 @@ https://github.com/wez/wezterm.git @PARENT_TAG@+git@TAG_OFFSET@ git - 86c9d7814860a93cc16d5edc204751ea27e17f03 + ed63d728bfe5b628352c9715617b7ca68ff96a54 (\d+)-(\d+)-(\w+) \1.\2.\3 enable diff --git a/cargo_config b/cargo_config index d62ab02..0cce5ad 100644 --- a/cargo_config +++ b/cargo_config @@ -1,18 +1,18 @@ [source.crates-io] replace-with = "vendored-sources" +[source."https://github.com/rust-x-bindings/rust-xcb"] +git = "https://github.com/rust-x-bindings/rust-xcb" +rev = "a85a4cf8937898b1da972367df4648143ede38ea" +replace-with = "vendored-sources" + [source."https://github.com/wez/libssh-rs.git"] git = "https://github.com/wez/libssh-rs.git" replace-with = "vendored-sources" -[source."https://github.com/wez/rust-xcb"] -git = "https://github.com/wez/rust-xcb" -branch = "ffi" -replace-with = "vendored-sources" - [source."https://github.com/wez/xcb-imdkit-rs.git"] git = "https://github.com/wez/xcb-imdkit-rs.git" -rev = "ede7c71b85fe2537efef6cf999a45690316211cf" +branch = "waiting-on-release" replace-with = "vendored-sources" [source.vendored-sources] diff --git a/vendor.tar.gz b/vendor.tar.gz index 508e67b..3edcd38 100644 --- a/vendor.tar.gz +++ b/vendor.tar.gz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c94c9602b53335ace2f93100640567ee768ca819fb6c310abafab6634d75ffaf -size 91670232 +oid sha256:6950946dfa6af82892f3c4ac0349f2198d8d294b17b173674a4f21c2dc503311 +size 93007403 diff --git a/wezterm-20220905.102802.7d4b8249+git117.tar.gz b/wezterm-20220905.102802.7d4b8249+git117.tar.gz new file mode 100644 index 0000000..d9593df --- /dev/null +++ b/wezterm-20220905.102802.7d4b8249+git117.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aef15130e1cd1e7361e0684a02c7974283e814b39f8be983a7f17814e9df05db +size 543057920 diff --git a/wezterm-20220905.102802.7d4b8249+git3.tar.gz b/wezterm-20220905.102802.7d4b8249+git3.tar.gz deleted file mode 100644 index d31a0b5..0000000 --- a/wezterm-20220905.102802.7d4b8249+git3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6868c5aeb957e63c8e8bca30a074b7b4432ee030338d95340583d9967ed7aa36 -size 119311695 diff --git a/wezterm.changes b/wezterm.changes index 7afac67..eb69db4 100644 --- a/wezterm.changes +++ b/wezterm.changes @@ -1,5 +1,20 @@ +------------------------------------------------------------------- +Tue Oct 11 12:05:42 UTC 2022 - socvirnyl.estela@gmail.com + +- Update to version 20220905.102802.7d4b8249+git117: + * term: support utf8 mouse reporting (DECSET 1005) + * cargo update + * docs: changelog for https://github.com/wez/wezterm/issues/2559 + * Allow cursor visibility to be changed by widgets + * Add ResetTerminal and pane:inject_output method + * add window-focus-changed event + * Expose applying an AttributeChange on CellAttributes + * x11: explicitly enable Dri2 + * validate the config to prevent div by 0 for initial_cols/initial_rows + * tweak --always-new-process messaging + ------------------------------------------------------------------ -Tue Sep 06 11:44:03 UTC 2022 - socvirnyl.estela@gmail.com +Tue Sep 06 11:44:03 UTC 2022 - Soc Virnyl Estela - Add _constraints file to avoid memory exhaustion. - Update to version 20220905.102802.7d4b8249+git3: @@ -60,7 +75,7 @@ Tue Sep 06 11:44:03 UTC 2022 - socvirnyl.estela@gmail.com * update conpty to v1.14.2281.0 release ------------------------------------------------------------------- -Mon Aug 29 06:43:55 UTC 2022 - socvirnyl.estela@gmail.com +Mon Aug 29 06:43:55 UTC 2022 - Soc Virnyl Estela - Update to version 20220807.113146.c2fee766+git109: * deps: tiny-skia 0.7 -> 0.8 diff --git a/wezterm.obsinfo b/wezterm.obsinfo index f2e0020..6b85994 100644 --- a/wezterm.obsinfo +++ b/wezterm.obsinfo @@ -1,4 +1,4 @@ name: wezterm -version: 20220905.102802.7d4b8249+git3 -mtime: 1662423004 -commit: 86c9d7814860a93cc16d5edc204751ea27e17f03 +version: termwiz-0.18.0+git37 +mtime: 1665468400 +commit: ed63d728bfe5b628352c9715617b7ca68ff96a54 diff --git a/wezterm.spec b/wezterm.spec index 78d2cca..497ecbb 100644 --- a/wezterm.spec +++ b/wezterm.spec @@ -19,7 +19,7 @@ %global rustflags -Clink-arg=-Wl,-z,relro,-z,now -C debuginfo=2 Name: wezterm -Version: 20220905.102802.7d4b8249+git3 +Version: 20220905.102802.7d4b8249+git117 Release: 0 Summary: GPU-accelerated cross-platform terminal emulator and multiplexer URL: https://github.com/wez/wezterm @@ -32,6 +32,7 @@ BuildRequires: Mesa-libEGL-devel %if 0%{?suse_version} > 1500 BuildRequires: cargo-packaging +BuildRequires: rust+cargo >= 1.43 %else BuildRequires: rust+cargo >= 1.43 %endif From fa18a020bb01612c64a570916a96ec9e443af6bffdc27136abc93989ebfd282e Mon Sep 17 00:00:00 2001 From: Soc Virnyl Estela Date: Tue, 11 Oct 2022 13:39:55 +0000 Subject: [PATCH 2/5] OBS-URL: https://build.opensuse.org/package/show/X11:terminals/wezterm?expand=0&rev=39 --- wezterm-20220807.113146.c2fee766+git109.obscpio | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 wezterm-20220807.113146.c2fee766+git109.obscpio diff --git a/wezterm-20220807.113146.c2fee766+git109.obscpio b/wezterm-20220807.113146.c2fee766+git109.obscpio deleted file mode 100644 index 48fa27a..0000000 --- a/wezterm-20220807.113146.c2fee766+git109.obscpio +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:79095b7fa94477bf6356025225009e271eac98f78ef0c823847abc77aed6ce48 -size 249497614 From 2afe50b610f450acfc24d03102cbd0be24c203a02f3a2cd7ea14a14d67e799fd Mon Sep 17 00:00:00 2001 From: Soc Virnyl Estela Date: Fri, 14 Oct 2022 01:10:57 +0000 Subject: [PATCH 3/5] - Increase storage to 12G in _constraints file. OBS-URL: https://build.opensuse.org/package/show/X11:terminals/wezterm?expand=0&rev=40 --- _constraints | 3 +++ wezterm.changes | 5 +++++ 2 files changed, 8 insertions(+) diff --git a/_constraints b/_constraints index b1d0396..56d9313 100644 --- a/_constraints +++ b/_constraints @@ -4,5 +4,8 @@ 8 + + 12 + diff --git a/wezterm.changes b/wezterm.changes index eb69db4..37ad66e 100644 --- a/wezterm.changes +++ b/wezterm.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Oct 14 01:10:11 UTC 2022 - Soc Virnyl Estela + +- Increase storage to 12G in _constraints file. + ------------------------------------------------------------------- Tue Oct 11 12:05:42 UTC 2022 - socvirnyl.estela@gmail.com From 38bb6f3bf99f45850018d165daf14ec41a5b496e9186fae2d58f1aa6d02457a3 Mon Sep 17 00:00:00 2001 From: Soc Virnyl Estela Date: Fri, 14 Oct 2022 12:22:30 +0000 Subject: [PATCH 4/5] - Increase both storage and memory to 16G in _constraints file to fix out of memory errors. OBS-URL: https://build.opensuse.org/package/show/X11:terminals/wezterm?expand=0&rev=41 --- _constraints | 4 ++-- wezterm.changes | 6 ++++++ 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/_constraints b/_constraints index 56d9313..b03b3bf 100644 --- a/_constraints +++ b/_constraints @@ -2,10 +2,10 @@ - 8 + 16 - 12 + 16 diff --git a/wezterm.changes b/wezterm.changes index 37ad66e..695e06f 100644 --- a/wezterm.changes +++ b/wezterm.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Oct 14 12:21:25 UTC 2022 - Soc Virnyl Estela + +- Increase both storage and memory to 16G in _constraints file to fix out of memory + errors. + ------------------------------------------------------------------- Fri Oct 14 01:10:11 UTC 2022 - Soc Virnyl Estela From 32911dafc125463db1a925d9360eddc47123343de1ca01b17c101e6991633eae Mon Sep 17 00:00:00 2001 From: Soc Virnyl Estela Date: Fri, 14 Oct 2022 12:23:52 +0000 Subject: [PATCH 5/5] OBS-URL: https://build.opensuse.org/package/show/X11:terminals/wezterm?expand=0&rev=42 --- wezterm.spec | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/wezterm.spec b/wezterm.spec index 497ecbb..c82182b 100644 --- a/wezterm.spec +++ b/wezterm.spec @@ -30,11 +30,9 @@ Source2: cargo_config Requires: terminfo BuildRequires: Mesa-libEGL-devel +BuildRequires: rust+cargo >= 1.43 %if 0%{?suse_version} > 1500 BuildRequires: cargo-packaging -BuildRequires: rust+cargo >= 1.43 -%else -BuildRequires: rust+cargo >= 1.43 %endif ExclusiveArch: %{rust_arches}