Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package wezterm for openSUSE:Factory checked 
in at 2022-09-13 16:47:40
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/wezterm (Old)
 and      /work/SRC/openSUSE:Factory/.wezterm.new.2083 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "wezterm"

Tue Sep 13 16:47:40 2022 rev:15 rq:1003313 version:20220905.102802.7d4b8249+git3

Changes:
--------
--- /work/SRC/openSUSE:Factory/wezterm/wezterm.changes  2022-09-05 
21:21:57.565126279 +0200
+++ /work/SRC/openSUSE:Factory/.wezterm.new.2083/wezterm.changes        
2022-09-13 16:47:43.258241064 +0200
@@ -0,0 +1,61 @@
+------------------------------------------------------------------
+Tue Sep 06 11:44:03 UTC 2022 - socvirnyl.est...@gmail.com
+
+- Add _constraints file to avoid memory exhaustion.
+- Update to version 20220905.102802.7d4b8249+git3:
+  * shaper: restart presentation=None from font_idx=0
+  * docs: publish release
+  * docs for switch_to_last_active_tab_when_closing_tab
+  * add switch_to_last_active_tab_when_closing_tab config option
+  * docs: slightly clarify language in ActivateLastTab
+  * docs: link to SpawnCommandInNewTab from SpawnTab
+  * docs: changelog
+  * Search incrementally in chunks of 1000 lines, show progress
+  * fix quad cache top pixel value
+  * cargo update
+  * Fix typo in harfbuzz.rs
+  * fix hangul NFC shaping
+  * lua: patch os.getenv with our own function
+  * termwiz: remove assertions
+  * docs: charselect and paneselect font & size config
+  * ci: expand auto-generated release description
+  * fontconfig: allow proportional fallbacks for codepoints
+  * docs: changelog for 20220904-064125-9a6cee2b
+  * font: fix the function signature for log_buffer_message ...
+  * docs: update for latest release
+  * docs: pane:get_metadata
+  * cargo update
+  * docs: explain about ~ in default_cwd docs
+  * docs: refine CharSelect docs
+  * charselect: options to control copy behavior, + docs
+  * delete old record/replay scripts
+  * correctly invalidate line shape data when fallback fonts load async
+  * adventures in shaping
+  * harfbuzz: allow creating an OT Face + Font
+  * harfbuzz: revise build and bindings
+  * fix build on windows
+  * deps: xkbcommon-rs released 0.5
+  * change text cursor to fa_lock when entering passwords
+  * add Pane::get_metadata
+  * reset mouse cursor to arrow when mouse leaves the window
+  * docs: update default assignments
+  * update shell completion info
+  * charselect: add explicit recent category, show category in UI
+  * cargo fmt
+  * pty: fix build on windows
+  * pty: set SHELL to the shell we selected
+  * pty: actually return the shell we found
+  * char selector: track recently selected emoji and use frecency to show it
+  * ssh: add trace logging when we send a signal
+  * ssh: reduce some redundant logging around AcceptEnv
+  * posix: prefer to resolve shell via the password database
+  * Add CharSelect modal for emoji/nerdfont/unicode input
+  * new color scheme: poimandres
+  * codec: bump version
+  * add pane_id and active state to render cache key
+  * ssh: close stdout, stderr bridges if child is done and there is no data
+  * add cursor shape/visibility to quad cache key
+  * mux: gracefully handle socketpair failure
+  * mux: refactor emit_output_for_pane and use it for exit_behavior
+  * update conpty to v1.14.2281.0 release
+

Old:
----
  wezterm-20220807.113146.c2fee766+git109.tar.gz

New:
----
  _constraints
  wezterm-20220905.102802.7d4b8249+git3.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ wezterm.spec ++++++
--- /var/tmp/diff_new_pack.Sxnk3z/_old  2022-09-13 16:47:47.254251452 +0200
+++ /var/tmp/diff_new_pack.Sxnk3z/_new  2022-09-13 16:47:47.262251473 +0200
@@ -19,7 +19,7 @@
 %global rustflags -Clink-arg=-Wl,-z,relro,-z,now -C debuginfo=2
 
 Name:           wezterm
-Version:        20220807.113146.c2fee766+git109
+Version:        20220905.102802.7d4b8249+git3
 Release:        0
 Summary:        GPU-accelerated cross-platform terminal emulator and 
multiplexer
 URL:            https://github.com/wez/wezterm

++++++ _constraints ++++++
<?xml version="1.0"?>
<constraints>
  <hardware>
    <physicalmemory>
      <size unit="G">8</size>
    </physicalmemory>
  </hardware>
</constraints>

++++++ _service ++++++
--- /var/tmp/diff_new_pack.Sxnk3z/_old  2022-09-13 16:47:47.334251660 +0200
+++ /var/tmp/diff_new_pack.Sxnk3z/_new  2022-09-13 16:47:47.342251681 +0200
@@ -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">b9d0843b710cecc08c27c36064fa19a47fea650a</param>
+    <param name="revision">86c9d7814860a93cc16d5edc204751ea27e17f03</param>
     <param name="versionrewrite-pattern">(\d+)-(\d+)-(\w+)</param>
     <param name="versionrewrite-replacement">\1.\2.\3</param>
     <param name="changesgenerate">enable</param>

++++++ cargo_config ++++++
--- /var/tmp/diff_new_pack.Sxnk3z/_old  2022-09-13 16:47:47.398251826 +0200
+++ /var/tmp/diff_new_pack.Sxnk3z/_new  2022-09-13 16:47:47.402251836 +0200
@@ -15,11 +15,6 @@
 rev = "ede7c71b85fe2537efef6cf999a45690316211cf"
 replace-with = "vendored-sources"
 
-[source."https://github.com/wez/xkbcommon-rs.git";]
-git = "https://github.com/wez/xkbcommon-rs.git";
-branch = "key-by-name"
-replace-with = "vendored-sources"
-
 [source.vendored-sources]
 directory = "vendor"
 (No newline at EOF)

++++++ vendor.tar.gz ++++++
/work/SRC/openSUSE:Factory/wezterm/vendor.tar.gz 
/work/SRC/openSUSE:Factory/.wezterm.new.2083/vendor.tar.gz differ: char 5, line 
1

++++++ wezterm-20220807.113146.c2fee766+git109.tar.gz -> 
wezterm-20220905.102802.7d4b8249+git3.tar.gz ++++++
/work/SRC/openSUSE:Factory/wezterm/wezterm-20220807.113146.c2fee766+git109.tar.gz
 
/work/SRC/openSUSE:Factory/.wezterm.new.2083/wezterm-20220905.102802.7d4b8249+git3.tar.gz
 differ: char 14, line 1

++++++ wezterm.obsinfo ++++++
--- /var/tmp/diff_new_pack.Sxnk3z/_old  2022-09-13 16:47:47.490252065 +0200
+++ /var/tmp/diff_new_pack.Sxnk3z/_new  2022-09-13 16:47:47.494252076 +0200
@@ -1,5 +1,5 @@
 name: wezterm
-version: 20220807.113146.c2fee766+git109
-mtime: 1661745027
-commit: b9d0843b710cecc08c27c36064fa19a47fea650a
+version: 20220905.102802.7d4b8249+git3
+mtime: 1662423004
+commit: 86c9d7814860a93cc16d5edc204751ea27e17f03
 

Reply via email to