Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package kakoune for openSUSE:Factory checked 
in at 2025-06-03 17:55:32
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kakoune (Old)
 and      /work/SRC/openSUSE:Factory/.kakoune.new.16005 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kakoune"

Tue Jun  3 17:55:32 2025 rev:27 rq:1282269 version:2025.06.03

Changes:
--------
--- /work/SRC/openSUSE:Factory/kakoune/kakoune.changes  2023-08-07 
15:29:26.440442820 +0200
+++ /work/SRC/openSUSE:Factory/.kakoune.new.16005/kakoune.changes       
2025-06-03 17:56:27.072850102 +0200
@@ -1,0 +2,39 @@
+Tue Jun  3 11:12:01 UTC 2025 - Michael Vetter <mvet...@suse.com>
+
+- Update to 2025.06.03:
+  * Expose env vars that are mentioned in the arguments passed to
+    shell expansions
+  * Support for colored double underlines
+  * git apply can now operate on selected changes in the current
+    buffer's file (useful for quick (un)staging and reverting)
+  * exec/eval -client switch accepts '*' for all clients and comma
+    separated list of client names.
+
+-------------------------------------------------------------------
+Sun May 19 08:52:03 UTC 2024 - Michael Vetter <mvet...@suse.com>
+
+- Update to 2024.05.18:
+  * Fixed tests on Alpine Linux and *BSD
+
+-------------------------------------------------------------------
+Mon May 13 06:18:24 UTC 2024 - Michael Vetter <mvet...@suse.com>
+
+- Update to 2024.05.09:
+  * flag-lines -after switch to display text after the line
+  * shell-script-candidates completion now runs the script asynchronously
+    while displaying and updating results live.
+  * val{window_range} elements are now emitted as different strings
+  * + only duplicates identical selections a single time to avoid surprising
+    and slow exponential growth in the number of selections.
+  * daemonize-session command makes it possible to convert the current session
+    to a daemon one (which will not exit on last client disconnecting)
+  * View mode commands and mouse scrolling no longer change selections when 
those go off-screen.
+  * New commands git apply, git blame-jump, git edit and git grep.
+  * git blame now also works in git-diff and git-log buffers.
+  * Completions provided via shell-script-candidates or completers are no 
longer sorted if the typed text is
+    empty.
+  * The terminal alias has been replaced with a command that selects terminal 
program and placement based on
+    windowing options.
+  * local scopes in commands and evaluate-commands.
+
+-------------------------------------------------------------------

Old:
----
  kakoune-2023.08.05.tar.bz2

New:
----
  kakoune-2025.06.03.tar.bz2

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

Other differences:
------------------
++++++ kakoune.spec ++++++
--- /var/tmp/diff_new_pack.AT3AEK/_old  2025-06-03 17:56:28.960928387 +0200
+++ /var/tmp/diff_new_pack.AT3AEK/_new  2025-06-03 17:56:28.992929714 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package kakoune
 #
-# Copyright (c) 2023 SUSE LLC
+# Copyright (c) 2025 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:           kakoune
-Version:        2023.08.05
+Version:        2025.06.03
 Release:        0
 Summary:        A code editor heavily inspired by Vim
 License:        Unlicense
@@ -36,29 +36,17 @@
 %autosetup -p1
 
 %build
-pushd src
-
 %make_build CXXFLAGS="%{optflags} -std=gnu++20"
 
-popd
-
 %install
-pushd src
-
 make %{?_smp_mflags} install PREFIX=%{buildroot}%{_prefix}
 
-popd
-
 rm -r %{buildroot}%{_datadir}/doc
 %fdupes %{buildroot}
 
 %check
-pushd src
-
 LANG=en_US.utf8 make %{?_smp_mflags} test
 
-popd
-
 %files
 %license UNLICENSE
 %{_bindir}/kak

++++++ kakoune-2023.08.05.tar.bz2 -> kakoune-2025.06.03.tar.bz2 ++++++
++++ 21381 lines of diff (skipped)

Reply via email to