Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package kakoune for openSUSE:Factory checked in at 2021-08-30 13:55:24 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kakoune (Old) and /work/SRC/openSUSE:Factory/.kakoune.new.1899 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kakoune" Mon Aug 30 13:55:24 2021 rev:19 rq:914969 version:2021.08.28 Changes: -------- --- /work/SRC/openSUSE:Factory/kakoune/kakoune.changes 2021-06-07 22:45:15.528663286 +0200 +++ /work/SRC/openSUSE:Factory/.kakoune.new.1899/kakoune.changes 2021-08-30 13:55:44.889863979 +0200 @@ -1,0 +2,18 @@ +Mon Aug 30 08:16:32 UTC 2021 - Michael Vetter <mvet...@suse.com> + +- Update to 2021.08.28: + * command and response fifo support + * Shell expansions only trim the last trailing newline instead of + all of them to make is possible to losslessly pass text through %sh{...}. + * set-option -remove support for subtracting/removing from option values + * Menu completions such as command name completion are now + auto-inserted on space + * write -atomic was replaced with write -method [replace|overwrite] + to make both write methods available explicitly + * write <filename> will fail if the given filename already exists + and is a regular file. Use the -force switch to override that behaviour. + * ncurses was replaced with a custom terminal escape sequence + backend, ncurses is not a dependency anymore. +- Remove 0001-Add-missing-limits-includes.patch + +------------------------------------------------------------------- Old: ---- 0001-Add-missing-limits-includes.patch kakoune-2020.09.01.tar.bz2 New: ---- kakoune-2021.08.28.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kakoune.spec ++++++ --- /var/tmp/diff_new_pack.aXXx2t/_old 2021-08-30 13:55:45.385864615 +0200 +++ /var/tmp/diff_new_pack.aXXx2t/_new 2021-08-30 13:55:45.389864620 +0200 @@ -1,7 +1,7 @@ # # spec file for package kakoune # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,15 +17,13 @@ Name: kakoune -Version: 2020.09.01 +Version: 2021.08.28 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 -Patch0: 0001-Add-missing-limits-includes.patch BuildRequires: asciidoc BuildRequires: fdupes BuildRequires: gcc-c++ >= 5.0 @@ -43,7 +41,7 @@ %build pushd src -make %{?_smp_mflags} CXXFLAGS="%{optflags} -std=gnu++17" +%make_build CXXFLAGS="%{optflags} -std=gnu++17" popd @@ -69,5 +67,6 @@ %{_bindir}/kak %{_datadir}/kak %{_mandir}/man1/kak.1%{?ext_man} +%{_libexecdir}/kak/ %changelog ++++++ kakoune-2020.09.01.tar.bz2 -> kakoune-2021.08.28.tar.bz2 ++++++ ++++ 17946 lines of diff (skipped)