Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package neovide for openSUSE:Factory checked 
in at 2026-05-04 12:54:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/neovide (Old)
 and      /work/SRC/openSUSE:Factory/.neovide.new.30200 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "neovide"

Mon May  4 12:54:10 2026 rev:11 rq:1350531 version:0.16.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/neovide/neovide.changes  2025-09-30 
17:44:31.206653025 +0200
+++ /work/SRC/openSUSE:Factory/.neovide.new.30200/neovide.changes       
2026-05-04 12:57:30.827349101 +0200
@@ -1,0 +2,144 @@
+Sun May 03 06:54:31 UTC 2026 - Jianhua Lu <[email protected]>
+
+- Update to version 0.16.2:
+  * chore: prepare release 0.16.2 (#3478)
+  * fix: keypad * mapping (use NumpadMultiply instead of NumpadStar) (#3477)
+  * ui2: don't let resize restore hidden grids (#3476)
+  * docs: update tracy dependency instructions (#3472)
+  * performance: stop retrying invalid fallback entries on shape-cache misses 
(#3468)
+  * fix: handle nvim-initiated too-large resizes (#3439)
+  * chore: prepare release 0.16.1 (#3456)
+  * fix: preserve cwd on login-shell launches (#3455)
+  * fix: treat clipboard failure as a state, not as fatal (#3454)
+  * fix: split startup preflight from runtime setup (#3453)
+  * fix: apply neovide_scale_factor at startup and on updates correctly (#3451)
+  * fix: expand tilde in chdir on config (#3449)
+  * fix: defer cold-start file drops until ui_attach completes (#3448)
+  * fix: reintroduce error window for launch failures (#3445)
+  * fix: update neovim listen_addr restart protocol and keep open args per 
route (#3441)
+  * docs: update nightly references to 0.16 (#3435)
+  * chore: prepare release 0.16.0 (#3434)
+  * fix: render the correct message window geometry (#3430)
+  * fix: remove theme option from config file (#3433)
+  * fix: rename macos-* to system-* for multi-window settings (#3432)
+  * bump time = "0.3.47" (#3426)
+  * docs: --new-window handoff (#3425)
+  * docs: --reuse-instance handoff (#3424)
+  * handoff: return the listener version in responses (#3423)
+  * fix: split route cwd from caller cwd on handoffs (#3422)
+  * feat: add --new-window cli option (#3420)
+  * utils: expand tilde before rebasing paths on cwd (#3419)
+  * intro: ignore padding changes to support banner on nightly release changes 
(#3418)
+  * macos: improve handoff resolved cwd from chdir if needed (#3417)
+  * ipc: make handoff requests tolerant of protocol changes (#3416)
+  * remove comment from rustfmt.toml (#3415)
+  * macos: preserve caller cwd for --reuse-instance requests (#3414)
+  * macos: focus the reused window (#3413)
+  * macos: add --reuse-instance through the handoff path (#3412)
+  * macos: forward handoff file-open requests (#3411)
+  * macos: add a bedside handoff IPC transport for instances (#3410)
+  * Implement corner preference (#2825)
+  * hotreload: support idle config option (#3409)
+  * fix: regression doing extra render work when a frame is already late 
(#3408)
+  * hotreload: treat window geometry as one setting (#3407)
+  * hotreload: add mouse-cursor-icon support (#3406)
+  * hotreload: support title-hidden and add a minimal split for 
renderer/window configs (#3405)
+  * fix: don't clear hidden window titles (#3403)
+  * feat: add opt-in cell color fallback on cursor (#3402)
+  * bump winit 0.30.13 (#3401)
+  * ci: retry hdiutil during dmg creation (#3400)
+  * versioning: generate nightly versions from git describe (#3399)
+  * fix: preserve terminal launch context on --fork (#3398)
+  * fix: --embed append only regression (#3397)
+  * nightly: don't rebuild the same artifacts every day (#3395)
+  * fmt: standardize rustfmt style_edition = 2024 (#3394)
+  * move --embed to be last argument (#3393)
+  * bump skia-safe to 0.93.1 (#3392)
+  * fix: fill the trailing right-edge gap (#3387)
+  * add sponsorship link in nightly releases (#3391)
+  * fix: queue file drops until handler exists on macOS (#3384)
+  * fix: carry font-changed across first draw (#3381)
+  * docs: add nightly tag for multi-window (#3378)
+  * docs: minor update for macos multi-window (#3377)
+  * feat: refactor for multi-window support and macos enhancements (#2872)
+  * improv: on macos use ppid heuristic for gui launch (#3376)
+  * fix: set font state before ui_attach to avoid default guifont override 
(#3375)
+  * fix: avoid nvim default guifont overriding config (#3374)
+  * feat: add toggle for message area drag selection (#3372)
+  * fix: copy command output by drag selection (#3368)
+  * fonts: we now make guifont parser non-fatal for partial fallback misses 
(#3371)
+  * bump skia-safe to 0.93.0 (#3369)
+  * add g:neovide_pixel_geometry setting (#3367)
+  * docs: add mutually exclusive comment to avoid confusion (#3365)
+  * feat: adding missing neovide e.g {server, size, grid} to config (#3364)
+  * fix: properly detach from the terminal when forking (#3363)
+  * feat: support  `title-hidden` option in full frame for macOS (#3361)
+  * add stable and nightly channels in the installation page (#3359)
+  * fix: update colorscheme stream management at NeovimRuntime (#3358)
+  * qol update for windows installer (#3349)
+  * add sponsor menu item on help (#3355)
+  * bump skia-safe to 0.91.1 (#3354)
+  * fix: parse -dirty version correctly (#3353)
+  * replaced some .unwrap() calls for crash prevention on some zones (#3352)
+  * bumping tokio and related dep (#3351)
+  * feat: add a help menu for bug reports and neovide accessibility (#3350)
+  * feat: introduce macos matching pair highlight with find indicator (#3346)
+  * bump lru to 0.16.3 (#3348)
+  * fix: re-enable the IME pre-edit support (#3221)
+  * fix: update clipboard compatibility copy function (#3345)
+  * build-dmg: improve build script reliability (#3343)
+  * docs: fix and simplify clipboard bindings example (#3337)
+  * fix: cargo-nextest build without --locked causes impl conflicts (#3341)
+  * refactor: rename updateloop to application (#3340)
+  * docs: document neovide startup issues and opengl workarounds (#3339)
+  * feat: support :restart with state preservation (#3327)
+  * Indicate startup-notification in desktop entry (#3335)
+  * fix(renderer): prevent font cache thrashing on high-DPI displays (#3324)
+  * refactor: remove legacy background color setting (#3328)
+  * feat: set window borders enabled by default (#3329)
+  * fix: classic division by zero panic. (#3325)
+  * fix: window error no takes ownership of the real clipboard (#3321)
+  * fix: ensure the teardown safely on exit (#3319)
+  * chore: bump tracy latest 0.27.0 (#3314)
+  * fix: ensure clean up during teardown and on drop (#3313)
+  * ensure orderly shutdown via app_ctx: drop runtime before event-loop 
teardown (#3312)
+  * docs: refer to nightly builds for better visibility (#3310)
+  * fix: link the quartz macos framework via ffi (#3309)
+  * feat: introduce touchpad pressure preview actions for url/file/text (#2762)
+  * chore: upgrade skia-safe to 0.90.0 (#3305)
+  * feat: support missing file extensions and mime types (#3304)
+  * docs: add sponsor page and update contribution options (#3302)
+  * fix: always auto-detect the background color, support setting the window 
theme (#3207)
+  * fix: macOS file-open focusing across active desktop (#3193)
+  * feat: support working directory via env and config (#3301)
+  * feat: add passthrough flag support and refactor command handling (#3296)
+  * feat: expand leading tildes paths (#3295)
+  * fix hidden cursor sticking after focus changes (#3294)
+  * chore: remove old workspace configuration files (#3292)
+  * feat: improve stdin detection using rustix for broader compatibility 
(#3290)
+  * website: update the discord badge image to use shields.io instead of 
badgen.net (#3288)
+  * docs: update discord badge to show live member count (#3287)
+  * add --chdir option (#2800)
+  * feat: inject and manage sponsor banner in neovim intro screen (#3285)
+  * ci: automate release artifact creation for windows and macos binaries 
(#3286)
+  * feat: add animated progress bar with nvim_echo event support (#3279)
+  * ci: fix and limit mac deployment steps to main branch only (#3283)
+  * ci: automate nightly cross-platform nightly-release builds (#3280)
+  * fix(renderer): use saturating_sub for safer arithmetic in (#3109)
+  * feat: include a new `icon` field in the configuration file (#3274)
+  * feat: add :NeovideConfig command to open the configuration file (#3275)
+  * fix: Use the Neovim grid clustering rules (#3242)
+  * feat: handling a custom icon path if provided (#3272)
+  * feat: moving macOS settings - [2/20] (#3260)
+  * feat: refactor project structure for platform-specific code - part 1 
(#3259)
+  * chore: update skia to 0.89.1 (#3257)
+  * Forward stdin if it's piped on Linux and MacOS (#3206)
+  * fix: macOS window border and shadow visibility with transparency (#3253)
+  * fix: Send 0 for the mouse grid if Neovim supports it (#3111)
+  * chore: Make it possible to check for pre-release versions of Nvim (#3231)
+  * Change fontloader Arc to Rc (#3246)
+  * Clean up various ways of calling nvim (#3230)
+  * Add editorconfig (#3241)
+  * feat: Add underline offset config to adjust underline position (#3148)
+
+-------------------------------------------------------------------

Old:
----
  neovide-0.15.2.tar.zst
  skia-m140-0.87.4.tar.gz

New:
----
  neovide-0.16.2.tar.zst
  skia-m145-0.92.0.tar.gz

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

Other differences:
------------------
++++++ neovide.spec ++++++
--- /var/tmp/diff_new_pack.1U2ovm/_old  2026-05-04 12:57:32.799430262 +0200
+++ /var/tmp/diff_new_pack.1U2ovm/_new  2026-05-04 12:57:32.799430262 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package neovide
 #
-# Copyright (c) 2025 SUSE LLC and contributors
+# Copyright (c) 2026 SUSE LLC and contributors
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,11 +16,11 @@
 #
 
 
-%define skia_version m140-0.87.4
+%define skia_version m145-0.92.0
 %define wuffs_commit e3f919ccfe3ef542cfc983a82146070258fb57f8
 
 Name:           neovide
-Version:        0.15.2
+Version:        0.16.2
 Release:        0
 Summary:        Simple Neovim GUI
 License:        MIT
@@ -46,8 +46,8 @@
 BuildRequires:  pkgconfig(libpng)
 BuildRequires:  pkgconfig(zlib)
 %if 0%{?suse_version} && 0%{?suse_version} < 1550
-# clang++ needs gcc13 c++ headers to compile skia on Leap 15.6
-BuildRequires:  gcc13-c++
+# clang++ needs gcc15 c++ headers to compile skia on Leap 15.6
+BuildRequires:  gcc15-c++
 %endif
 Requires:       neovim >= 0.10.0
 

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.1U2ovm/_old  2026-05-04 12:57:32.843432073 +0200
+++ /var/tmp/diff_new_pack.1U2ovm/_new  2026-05-04 12:57:32.855432567 +0200
@@ -1,7 +1,7 @@
 <servicedata>
   <service name="tar_scm">
     <param name="url">https://github.com/neovide/neovide.git</param>
-    <param 
name="changesrevision">0df980b6d4e5887f49925f2b7419b7b0dc5c0b8d</param>
+    <param 
name="changesrevision">d2d6ebd4ee6b8b645c9b9a3b0d5d30923509b2c0</param>
   </service>
 </servicedata>
 (No newline at EOF)

++++++ neovide-0.15.2.tar.zst -> neovide-0.16.2.tar.zst ++++++
/work/SRC/openSUSE:Factory/neovide/neovide-0.15.2.tar.zst 
/work/SRC/openSUSE:Factory/.neovide.new.30200/neovide-0.16.2.tar.zst differ: 
char 7, line 1

++++++ neovide.obsinfo ++++++
--- /var/tmp/diff_new_pack.1U2ovm/_old  2026-05-04 12:57:32.903434543 +0200
+++ /var/tmp/diff_new_pack.1U2ovm/_new  2026-05-04 12:57:32.907434707 +0200
@@ -1,5 +1,5 @@
 name: neovide
-version: 0.15.2
-mtime: 1758278767
-commit: 0df980b6d4e5887f49925f2b7419b7b0dc5c0b8d
+version: 0.16.2
+mtime: 1776194176
+commit: d2d6ebd4ee6b8b645c9b9a3b0d5d30923509b2c0
 

++++++ skia-m140-0.87.4.tar.gz -> skia-m145-0.92.0.tar.gz ++++++
/work/SRC/openSUSE:Factory/neovide/skia-m140-0.87.4.tar.gz 
/work/SRC/openSUSE:Factory/.neovide.new.30200/skia-m145-0.92.0.tar.gz differ: 
char 12, line 1

++++++ vendor.tar.zst ++++++
/work/SRC/openSUSE:Factory/neovide/vendor.tar.zst 
/work/SRC/openSUSE:Factory/.neovide.new.30200/vendor.tar.zst differ: char 7, 
line 1

Reply via email to