Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package neovim for openSUSE:Factory checked 
in at 2023-09-07 21:14:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/neovim (Old)
 and      /work/SRC/openSUSE:Factory/.neovim.new.1766 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "neovim"

Thu Sep  7 21:14:03 2023 rev:55 rq:1109538 version:0.9.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/neovim/neovim.changes    2023-06-20 
16:49:34.515800222 +0200
+++ /work/SRC/openSUSE:Factory/.neovim.new.1766/neovim.changes  2023-09-07 
21:15:51.816002835 +0200
@@ -1,0 +2,61 @@
+Thu Sep  7 11:28:17 UTC 2023 - Matej Cepl <mc...@suse.com>
+
+- Update to version 0.9.2:
+  - Bram: Nvim is a fork of the Vim editor, created and developed by Bram 
Moolenaar.
+    On August 3, 2023, he passed away at the age of 62. If Vim or Nvim have 
been of
+    use to you in your life, read :help Bram and :help Uganda and consider 
honoring
+    his memory in a way you see fit.
+  - Breaking change:
+    - An adjustment was made to the grid_line event as part of
+      the exernal UI protocol: the cells array might now end with
+      a [' ', attr, 0] item with a repeat count of zero. This is
+      needed by the TUI to disambiguate final spaces from a line
+      from just clearing the line, which will make a difference
+      when copying text using the terminal emulators builtin
+      primary selection support.
+      External UI:s can safely ignore such an empty item and most
+      UIs already handle this fine. But it could break UI:s which
+      has an assert to validate the cell count to be bigger than
+      zero, or similar.
+  - Features:
+    - tui: Support Super and Meta modifiers
+    - terminal: forward more special keys and modifier-mouse
+      combinations
+  - Bug Fixes:
+    - lua: Always set arg0 to lua scripts
+    - api: Redundant error when using nvim_cmd
+    - api, lua: Make blank lines in a message work properly
+    - column: fix bugs related to signs in 'statuscol'
+    - completion: Don't add backslash in runtime completion
+    - diff: Filler lines for hunks bigger than linematch limit
+    - edit: Fix K_EVENT interfering with 'digraph'
+    - editorconfig: Better validation and error handling
+    - events: Don't expand non-file as file name
+    - events: Trigger VimResume on next UI request
+    - extmarks: Wrong display when changing text with virt_lines
+    - folds: Update folds in Insert mode with fdm=indent
+    - helptags: Make multibyte help tags work properly
+    - highlight: Make CurSearch work properly with 'winhl'
+    - inccommand: Fix saving of undo info
+    - keycodes: Recognize <t_xx> as a key
+    - lsp: Do not assume client capability exists in watchfiles
+      check (#24558)
+    - mouse: Handle folded lines with virt_lines attached to line
+      above
+    - remote: Make --remote-expr print to stdout
+    - remote: Restore previous --remote-expr output formatting
+    - spell: Splice extmarks on :spellrepall
+    - startup: Don't truncate when printing with -l
+    - startup: Run embedded Nvim with real path
+    - statusline: Redraw when Visual submode changes
+    - statusline: Fill for double-width char after moving items
+    - treesitter: updates to queries and injections
+    - treesitter: Fix TSNode:tree() double free
+    - ui: Propagate line wrapping state on grid_line events
+    - ui: Avoid ambiguity about chunk that clears part of line
+  - Performance:
+    - extmarks: Avoid unnecessary marktree traversal with folds
+    - substitute: Don't reallocate new_start every time
+- Remove unnecessary neovim-rpmlintrc.
+
+-------------------------------------------------------------------

Old:
----
  neovim-0.9.1.tar.gz
  neovim-rpmlintrc

New:
----
  neovim-0.9.2.tar.gz

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

Other differences:
------------------
++++++ neovim.spec ++++++
--- /var/tmp/diff_new_pack.4WP0PB/_old  2023-09-07 21:15:53.496062893 +0200
+++ /var/tmp/diff_new_pack.4WP0PB/_new  2023-09-07 21:15:53.496062893 +0200
@@ -46,7 +46,7 @@
 %bcond_with luajit
 %endif
 Name:           neovim
-Version:        0.9.1
+Version:        0.9.2
 Release:        0
 Summary:        Vim-fork focused on extensibility and agility
 License:        Apache-2.0 AND Vim
@@ -59,7 +59,6 @@
 # Our packaged busted script has a shebang pointing to regular Lua 
interepreter,
 # we need /usr/bin/luajit. Fake it.
 Source10:       lj-busted.sh
-Source99:       neovim-rpmlintrc
 BuildRequires:  desktop-file-utils
 BuildRequires:  fdupes
 BuildRequires:  filesystem
@@ -180,7 +179,7 @@
        -DCMAKE_C_FLAGS_RELWITHDEBINFO="$opts" \
        -DCMAKE_INSTALL_PREFIX:PATH=%{_prefix} \
        -DLIBLUV_INCLUDE_DIR:PATH=%{lua_incdir} \
-# -DLIBLUV_LIBRARY=%{lua_archdir}/luv.so
+# -DLIBLUV_LIBRARY=%%{lua_archdir}/luv.so
 %make_build
 
 popd

++++++ neovim-0.9.1.tar.gz -> neovim-0.9.2.tar.gz ++++++
/work/SRC/openSUSE:Factory/neovim/neovim-0.9.1.tar.gz 
/work/SRC/openSUSE:Factory/.neovim.new.1766/neovim-0.9.2.tar.gz differ: char 
14, line 1

Reply via email to