Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package kitty for openSUSE:Factory checked in at 2026-08-01 18:31:06 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kitty (Old) and /work/SRC/openSUSE:Factory/.kitty.new.16738 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kitty" Sat Aug 1 18:31:06 2026 rev:67 rq:1368667 version:0.48.2 Changes: -------- --- /work/SRC/openSUSE:Factory/kitty/kitty.changes 2026-07-26 11:31:45.761503114 +0200 +++ /work/SRC/openSUSE:Factory/.kitty.new.16738/kitty.changes 2026-08-01 18:33:37.028683294 +0200 @@ -1,0 +2,19 @@ +Thu Jul 30 15:58:32 UTC 2026 - Scott Bradnick <[email protected]> + +- Update to 0.48.2: + * Wayland: Fix regression in previous release that broke drag and drop on + Plasma (#10284) + * diff kitten: Fix a rare crash when showing a large diff due to incorrect + locking when highlighting + * Allow the private DCS kitty-echo escape code to only echo numbers + * Linux: Fix an approx 1MB memory leak when reloading the config, introduced + in version 0.40.0 (#10290) + * Desktop file chooser integration: when the specified directory does not + exist, open file chooser at home directory (#10292) + * Add support for terminal visibility reports + - https://rockorager.dev/misc/visibility-reports/ + * `tab_title_template`: Add a field that evaluates to the total memory used + by all child processes in the tab (#10293) + - https://sw.kovidgoyal.net/kitty/conf/#opt-kitty.tab_title_template + +------------------------------------------------------------------- Old: ---- kitty-0.48.1.tar.gz New: ---- kitty-0.48.2.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kitty.spec ++++++ --- /var/tmp/diff_new_pack.wqXV21/_old 2026-08-01 18:33:38.012717233 +0200 +++ /var/tmp/diff_new_pack.wqXV21/_new 2026-08-01 18:33:38.016717371 +0200 @@ -19,7 +19,7 @@ # sphinx_copybutton not in Factory %bcond_with docs Name: kitty -Version: 0.48.1 +Version: 0.48.2 Release: 0 Summary: A GPU-based terminal emulator License: GPL-3.0-only ++++++ kitty-0.48.1.tar.gz -> kitty-0.48.2.tar.gz ++++++ /work/SRC/openSUSE:Factory/kitty/kitty-0.48.1.tar.gz /work/SRC/openSUSE:Factory/.kitty.new.16738/kitty-0.48.2.tar.gz differ: char 13, line 1 ++++++ vendor.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/vendor/github.com/ebitengine/purego/internal/fakecgo/zsymbols_freebsd.go new/vendor/github.com/ebitengine/purego/internal/fakecgo/zsymbols_freebsd.go --- old/vendor/github.com/ebitengine/purego/internal/fakecgo/zsymbols_freebsd.go 2026-07-24 11:33:34.000000000 +0200 +++ new/vendor/github.com/ebitengine/purego/internal/fakecgo/zsymbols_freebsd.go 2026-07-30 13:34:27.000000000 +0200 @@ -16,16 +16,16 @@ //go:cgo_import_dynamic purego_sigfillset sigfillset "libc.so.7" //go:cgo_import_dynamic purego_nanosleep nanosleep "libc.so.7" //go:cgo_import_dynamic purego_abort abort "libc.so.7" -//go:cgo_import_dynamic purego_pthread_attr_init pthread_attr_init "libpthread.so" -//go:cgo_import_dynamic purego_pthread_create pthread_create "libpthread.so" -//go:cgo_import_dynamic purego_pthread_detach pthread_detach "libpthread.so" -//go:cgo_import_dynamic purego_pthread_sigmask pthread_sigmask "libpthread.so" -//go:cgo_import_dynamic purego_pthread_mutex_lock pthread_mutex_lock "libpthread.so" -//go:cgo_import_dynamic purego_pthread_mutex_unlock pthread_mutex_unlock "libpthread.so" -//go:cgo_import_dynamic purego_pthread_cond_broadcast pthread_cond_broadcast "libpthread.so" -//go:cgo_import_dynamic purego_pthread_setspecific pthread_setspecific "libpthread.so" -//go:cgo_import_dynamic purego_pthread_attr_getstacksize pthread_attr_getstacksize "libpthread.so" -//go:cgo_import_dynamic purego_pthread_attr_destroy pthread_attr_destroy "libpthread.so" +//go:cgo_import_dynamic purego_pthread_attr_init pthread_attr_init "libthr.so.3" +//go:cgo_import_dynamic purego_pthread_create pthread_create "libthr.so.3" +//go:cgo_import_dynamic purego_pthread_detach pthread_detach "libthr.so.3" +//go:cgo_import_dynamic purego_pthread_sigmask pthread_sigmask "libthr.so.3" +//go:cgo_import_dynamic purego_pthread_mutex_lock pthread_mutex_lock "libthr.so.3" +//go:cgo_import_dynamic purego_pthread_mutex_unlock pthread_mutex_unlock "libthr.so.3" +//go:cgo_import_dynamic purego_pthread_cond_broadcast pthread_cond_broadcast "libthr.so.3" +//go:cgo_import_dynamic purego_pthread_setspecific pthread_setspecific "libthr.so.3" +//go:cgo_import_dynamic purego_pthread_attr_getstacksize pthread_attr_getstacksize "libthr.so.3" +//go:cgo_import_dynamic purego_pthread_attr_destroy pthread_attr_destroy "libthr.so.3" //go:nosplit //go:norace diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/vendor/modules.txt new/vendor/modules.txt --- old/vendor/modules.txt 2026-07-24 11:33:34.000000000 +0200 +++ new/vendor/modules.txt 2026-07-30 13:34:27.000000000 +0200 @@ -18,7 +18,7 @@ github.com/dlclark/regexp2/v2 github.com/dlclark/regexp2/v2/helpers github.com/dlclark/regexp2/v2/syntax -# github.com/ebitengine/purego v0.10.1 +# github.com/ebitengine/purego v0.10.2 ## explicit; go 1.18 github.com/ebitengine/purego github.com/ebitengine/purego/internal/cgo
