Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package kakoune for openSUSE:Factory checked in at 2022-10-31 10:45:18 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kakoune (Old) and /work/SRC/openSUSE:Factory/.kakoune.new.2275 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kakoune" Mon Oct 31 10:45:18 2022 rev:23 rq:1032407 version:2022.10.31 Changes: -------- --- /work/SRC/openSUSE:Factory/kakoune/kakoune.changes 2022-06-28 15:23:27.794040095 +0200 +++ /work/SRC/openSUSE:Factory/.kakoune.new.2275/kakoune.changes 2022-10-31 10:45:20.297046769 +0100 @@ -1,0 +2,18 @@ +Mon Oct 31 07:42:12 UTC 2022 - Michael Vetter <mvet...@suse.com> + +- Update to 2022.10.31: + * complete-command to specify and change how a command is completed + * p, P, ! and <a-!> commands now select the inserted text + * x now just extends the selection to contain full lines (as <a-x> did) + <a-x> trims partial lines from the selection (as <a-X> did) + * User mappings is now bound to <space> while keeping/removing main + selection moved to , and <a-,> + * Prompt history registers %reg{colon}, %reg{slash} and %reg{pipe} + now have reverse chronological order + * Executing user mode mappings no longer adds to prompt history registers. +- Remove kakoune-2021.11.08-gcc-12.patch +- Remove BR for libboost_regex, libxslt-tools, and ncurses: + not needed anymore +- Require gcc >= 12 + +------------------------------------------------------------------- Old: ---- kakoune-2021.11.08-gcc-12.patch kakoune-2021.11.08.tar.bz2 New: ---- kakoune-2022.10.31.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kakoune.spec ++++++ --- /var/tmp/diff_new_pack.96dZT1/_old 2022-10-31 10:45:20.789049248 +0100 +++ /var/tmp/diff_new_pack.96dZT1/_new 2022-10-31 10:45:20.797049288 +0100 @@ -1,7 +1,7 @@ # # spec file for package kakoune # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,21 +17,16 @@ Name: kakoune -Version: 2021.11.08 +Version: 2022.10.31 Release: 0 Summary: A code editor heavily inspired by Vim License: Unlicense Group: Productivity/Text/Editors URL: https://kakoune.org/ Source: https://github.com/mawww/kakoune/releases/download/v%{version}/kakoune-%{version}.tar.bz2 -# PATCH-FIX-UPSTREAM kakoune-2021.11.08-gcc-12.patch -- Fix build with gcc 12 (gh#mawww/kakoune#4544) -Patch: kakoune-2021.11.08-gcc-12.patch BuildRequires: asciidoc BuildRequires: fdupes -BuildRequires: gcc-c++ >= 5.0 -BuildRequires: libboost_regex-devel >= 1.50 -BuildRequires: libxslt-tools -BuildRequires: ncurses-devel >= 6.0 +BuildRequires: gcc-c++ >= 12 %description Kakoune is a code editor heavily inspired by Vim. @@ -43,7 +38,7 @@ %build pushd src -%make_build CXXFLAGS="%{optflags} -std=gnu++17" +%make_build CXXFLAGS="%{optflags} -std=gnu++20" popd ++++++ kakoune-2021.11.08.tar.bz2 -> kakoune-2022.10.31.tar.bz2 ++++++ ++++ 14943 lines of diff (skipped)