Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package kitty for openSUSE:Factory checked in at 2025-03-21 20:23:43 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kitty (Old) and /work/SRC/openSUSE:Factory/.kitty.new.2696 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kitty" Fri Mar 21 20:23:43 2025 rev:46 rq:1255026 version:0.40.1 Changes: -------- --- /work/SRC/openSUSE:Factory/kitty/kitty.changes 2025-03-10 18:05:43.075536331 +0100 +++ /work/SRC/openSUSE:Factory/.kitty.new.2696/kitty.changes 2025-03-21 20:23:56.934570670 +0100 @@ -1,0 +2,24 @@ +Tue Mar 18 05:18:29 UTC 2025 - Scott Bradnick <scott.bradn...@suse.com> + +- Update to 0.40.1: + * Do not count background processes by default for confirm_os_window_close + (#8358) + - https://sw.kovidgoyal.net/kitty/conf/#opt-kitty.confirm_os_window_close + * A new option clear_selection_on_clipboard_loss to clear selections when + they no longer reflect the contents of the clipboard + - https://sw.kovidgoyal.net/kitty/conf/#opt-kitty.clear_selection_on_clipboard_loss + * Fix a regression in the previous release that caused empty lines to be + skipped when copying text from a selection (#8435) + * Fix flickering of hyperlink underline when client program continuously + redraws on mouse movement (#8414) + * Wayland: Allow overriding the kitty OS Window icon on compositors that + implement the xdg-toplevel-icon protocol + * macOS: When the program running in kitty reports progress information for + a task, show a progress bar on the kitty dock icon + * macOS: Fix a regression causing a crash when using focus_follows_mouse + (#8437) + - https://sw.kovidgoyal.net/kitty/conf/#opt-kitty.focus_follows_mouse + * OSC 52: Fix specifying both clipboard and primary in OSC 52 requests + not supported + +------------------------------------------------------------------- Old: ---- kitty-0.40.0.tar.gz New: ---- kitty-0.40.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kitty.spec ++++++ --- /var/tmp/diff_new_pack.azpknr/_old 2025-03-21 20:23:59.014657207 +0100 +++ /var/tmp/diff_new_pack.azpknr/_new 2025-03-21 20:23:59.026657706 +0100 @@ -19,7 +19,7 @@ # sphinx_copybutton not in Factory %bcond_with docs Name: kitty -Version: 0.40.0 +Version: 0.40.1 Release: 0 Summary: A GPU-based terminal emulator License: GPL-3.0-only ++++++ kitty-0.40.0.tar.gz -> kitty-0.40.1.tar.gz ++++++ /work/SRC/openSUSE:Factory/kitty/kitty-0.40.0.tar.gz /work/SRC/openSUSE:Factory/.kitty.new.2696/kitty-0.40.1.tar.gz differ: char 13, line 1 ++++++ vendor.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/vendor/golang.org/x/image/webp/decode.go new/vendor/golang.org/x/image/webp/decode.go --- old/vendor/golang.org/x/image/webp/decode.go 2025-03-09 01:28:57.000000000 +0100 +++ new/vendor/golang.org/x/image/webp/decode.go 2025-03-18 06:18:13.000000000 +0100 @@ -261,7 +261,7 @@ if err != nil { return nil, err } - return m, err + return m, nil } // DecodeConfig returns the color model and dimensions of a WEBP image without diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/vendor/modules.txt new/vendor/modules.txt --- old/vendor/modules.txt 2025-03-09 01:28:57.000000000 +0100 +++ new/vendor/modules.txt 2025-03-18 06:18:13.000000000 +0100 @@ -86,8 +86,8 @@ golang.org/x/exp/constraints golang.org/x/exp/rand golang.org/x/exp/slices -# golang.org/x/image v0.24.0 -## explicit; go 1.18 +# golang.org/x/image v0.25.0 +## explicit; go 1.23.0 golang.org/x/image/bmp golang.org/x/image/ccitt golang.org/x/image/riff @@ -96,8 +96,8 @@ golang.org/x/image/vp8 golang.org/x/image/vp8l golang.org/x/image/webp -# golang.org/x/sys v0.30.0 -## explicit; go 1.18 +# golang.org/x/sys v0.31.0 +## explicit; go 1.23.0 golang.org/x/sys/cpu golang.org/x/sys/unix golang.org/x/sys/windows