Hello community, here is the log from the commit of package kakoune for openSUSE:Factory checked in at 2019-12-10 22:45:21 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kakoune (Old) and /work/SRC/openSUSE:Factory/.kakoune.new.4691 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kakoune" Tue Dec 10 22:45:21 2019 rev:14 rq:755569 version:2019.12.10 Changes: -------- --- /work/SRC/openSUSE:Factory/kakoune/kakoune.changes 2019-07-02 10:39:44.538704752 +0200 +++ /work/SRC/openSUSE:Factory/.kakoune.new.4691/kakoune.changes 2019-12-10 22:45:27.313741626 +0100 @@ -1,0 +2,16 @@ +Tue Dec 10 13:22:08 UTC 2019 - Martin Pluskal <[email protected]> + +- Update to version 2019.12.10: + * Arrow keys and <home>, <end> are not normal mode commands + anymore but default key mappings. + * ModeChange hook parameter now takes push: or pop: prefix, + InsertBegin, InsertEnd, NormalBegin and NormalEnd were + removed. + * -verbatim switch in evaluate-commands for perfect command + forwarding to another context. + * WrapMarker face used by wrap -marker highlighter info supports + markup with the -markup switch + * rename-buffer gained -file and -scratch switches to support + converting buffer types. + +------------------------------------------------------------------- Old: ---- kakoune-2019.07.01.tar.bz2 New: ---- kakoune-2019.12.10.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kakoune.spec ++++++ --- /var/tmp/diff_new_pack.Ry6XBI/_old 2019-12-10 22:45:28.349741241 +0100 +++ /var/tmp/diff_new_pack.Ry6XBI/_new 2019-12-10 22:45:28.357741239 +0100 @@ -1,7 +1,7 @@ # # spec file for package kakoune # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,30 +12,24 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # Name: kakoune -Version: 2019.07.01 +Version: 2019.12.10 Release: 0 Summary: A code editor heavily inspired by Vim License: Unlicense Group: Productivity/Text/Editors -URL: http://kakoune.org/ +URL: https://kakoune.org/ Source: https://github.com/mawww/kakoune/releases/download/v%{version}/kakoune-%{version}.tar.bz2 BuildRequires: asciidoc BuildRequires: fdupes -BuildRequires: libxslt-tools -BuildRequires: ncurses-devel >= 6.0 -# C++14 capable compiler is required -%if 0%{?suse_version} > 1320 BuildRequires: gcc-c++ >= 5.0 BuildRequires: libboost_regex-devel >= 1.50 -%else -BuildRequires: boost-devel >= 1.50 -BuildRequires: gcc5-c++ -%endif +BuildRequires: libxslt-tools +BuildRequires: ncurses-devel >= 6.0 %description Kakoune is a code editor heavily inspired by Vim. @@ -45,9 +39,6 @@ %setup -q -n %{name}-%{version}/src %build -%if 0%{?suse_version} < 1320 -export CXX=g++-5 -%endif make %{?_smp_mflags} CXXFLAGS="%{optflags} -std=gnu++17" %install ++++++ kakoune-2019.07.01.tar.bz2 -> kakoune-2019.12.10.tar.bz2 ++++++ ++++ 14444 lines of diff (skipped)
