commit kakoune for openSUSE:Factory

2020-09-02 Thread root
Hello community,

here is the log from the commit of package kakoune for openSUSE:Factory checked 
in at 2020-09-03 01:16:16

Comparing /work/SRC/openSUSE:Factory/kakoune (Old)
 and  /work/SRC/openSUSE:Factory/.kakoune.new.3399 (New)


Package is "kakoune"

Thu Sep  3 01:16:16 2020 rev:17 rq:831368 version:2020.09.01

Changes:

--- /work/SRC/openSUSE:Factory/kakoune/kakoune.changes  2020-08-04 
20:25:41.785048634 +0200
+++ /work/SRC/openSUSE:Factory/.kakoune.new.3399/kakoune.changes
2020-09-03 01:16:45.228527910 +0200
@@ -1,0 +2,7 @@
+Wed Sep  2 06:52:24 UTC 2020 - Michael Vetter 
+
+- Update to 2020.09.01:
+  * Daemon mode (-d switch) does not fork anymore.
+  * Fix crash on completion.
+
+---

Old:

  kakoune-2020.08.04.tar.bz2

New:

  kakoune-2020.09.01.tar.bz2



Other differences:
--
++ kakoune.spec ++
--- /var/tmp/diff_new_pack.HEf8WV/_old  2020-09-03 01:16:46.388528337 +0200
+++ /var/tmp/diff_new_pack.HEf8WV/_new  2020-09-03 01:16:46.392528339 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   kakoune
-Version:2020.08.04
+Version:2020.09.01
 Release:0
 Summary:A code editor heavily inspired by Vim
 License:Unlicense

++ kakoune-2020.08.04.tar.bz2 -> kakoune-2020.09.01.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kakoune-2020.08.04/README.asciidoc 
new/kakoune-2020.09.01/README.asciidoc
--- old/kakoune-2020.08.04/README.asciidoc  2020-08-04 11:40:43.0 
+0200
+++ new/kakoune-2020.09.01/README.asciidoc  2020-09-01 12:37:20.0 
+0200
@@ -207,6 +207,16 @@
 
 
 [TIP]
+.Debian
+
+Kakoune can be found in Debian 9 (Stretch) and later releases.
+
+---
+sudo apt install kakoune
+---
+
+
+[TIP]
 .FreeBSD
 
 Kakoune is available in the official ports tree as
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kakoune-2020.08.04/colors/gruvbox.kak 
new/kakoune-2020.09.01/colors/gruvbox.kak
--- old/kakoune-2020.08.04/colors/gruvbox.kak   2020-08-04 11:40:43.0 
+0200
+++ new/kakoune-2020.09.01/colors/gruvbox.kak   2020-09-01 12:37:20.0 
+0200
@@ -11,13 +11,15 @@
 orange="rgb:fe8019"
 
 bg="rgb:282828"
+bg_alpha="rgba:282828a0"
 bg1="rgb:3c3836"
 bg2="rgb:504945"
 bg3="rgb:665c54"
 bg4="rgb:7c6f64"
 
-fg0="rgb:fbf1c7"
 fg="rgb:ebdbb2"
+fg_alpha="rgba:ebdbb2a0"
+fg0="rgb:fbf1c7"
 fg2="rgb:d5c4a1"
 fg3="rgb:bdae93"
 fg4="rgb:a89984"
@@ -48,8 +50,8 @@
 face global list  ${fg}
 
 face global Default${fg},${bg}
-face global PrimarySelection   ${fg},${blue}+fg
-face global SecondarySelection ${bg},${blue}+fg
+face global PrimarySelection   ${fg_alpha},${blue}+g
+face global SecondarySelection ${bg_alpha},${blue}+g
 face global PrimaryCursor  ${bg},${fg}+fg
 face global SecondaryCursor${bg},${bg4}+fg
 face global PrimaryCursorEol   ${bg},${fg4}+fg
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kakoune-2020.08.04/contrib/kakoune.spec 
new/kakoune-2020.09.01/contrib/kakoune.spec
--- old/kakoune-2020.08.04/contrib/kakoune.spec 2020-08-04 11:40:43.0 
+0200
+++ new/kakoune-2020.09.01/contrib/kakoune.spec 2020-09-01 12:37:20.0 
+0200
@@ -5,7 +5,7 @@
 %global build_ldflags   %{build_ldflags} -flto
 
 Name:   kakoune
-Version:2020.01.16
+Version:2020.08.04
 Release:1%{?dist}
 Summary:Code editor heavily inspired by Vim
 
@@ -83,6 +83,9 @@
 
 
 %changelog
+* Tue Aug 4 2020 Jiri Konecny  - 2020.08.04-1
+- Update to 2020.08.04
+
 * Thu Jan 16 2020 Artem Polishchuk  - 2020.01.16-1
 - Update to 2020.01.16
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kakoune-2020.08.04/doc/pages/changelog.asciidoc 
new/kakoune-2020.09.01/doc/pages/changelog.asciidoc
--- old/kakoune-2020.08.04/doc/pages/changelog.asciidoc 2020-08-04 
11:40:43.0 +0200
+++ new/kakoune-2020.09.01/doc/pages/changelog.asciidoc 2020-09-01 
12:37:20.0 +0200
@@ -3,6 +3,10 @@
 This changelog contains major and/or breaking changes to Kakoune between
 released versions.
 
+== Kakoune 2020.09.01
+
+* Daemon mode (`-d` switch) does not fork anymore.
+
 == Kakoune 2020.08.04
 
 * Introduce `User` hook support.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 

commit kakoune for openSUSE:Factory

2020-08-04 Thread root
Hello community,

here is the log from the commit of package kakoune for openSUSE:Factory checked 
in at 2020-08-04 20:25:16

Comparing /work/SRC/openSUSE:Factory/kakoune (Old)
 and  /work/SRC/openSUSE:Factory/.kakoune.new.3592 (New)


Package is "kakoune"

Tue Aug  4 20:25:16 2020 rev:16 rq:824335 version:2020.08.04

Changes:

--- /work/SRC/openSUSE:Factory/kakoune/kakoune.changes  2020-01-16 
18:23:41.441056565 +0100
+++ /work/SRC/openSUSE:Factory/.kakoune.new.3592/kakoune.changes
2020-08-04 20:25:41.785048634 +0200
@@ -1,0 +2,24 @@
+Tue Aug  4 13:11:46 UTC 2020 - Michael Vetter 
+
+- Update to 2020.08.04:
+  * Introduce User hook support.
+  * The bold and italic faces are no longer built-in. Highlighters
+are expected to use face attributes (+b and +i, respectively) to
+decorate text.
+  * The lint-enable command no longer needs to be called to display
+linting errors. The lint-disable command was renamed into
+lint-hide-diagnostics.
+  * The + part of a range-specs highlighter consistently
+refers to the length of the target range.
+  * clients stdin is transferred to the server, making it possible
+to pipe into kak -c 
+  * Faces can have an alpha channel, specified using the
+rgba:RRGGBBAA format.
+  * replace-ranges highlighter now support empty and multi-lines ranges
+  * %val{...} now expands to list of strings, $kak_quoted_... now work
+as expected with these.
+  * *SetOption hooks filter string will contain a value only for options
+of int/str/bool types to avoid performance issue with generating those
+on more complex option types.
+
+---

Old:

  kakoune-2020.01.16.tar.bz2

New:

  kakoune-2020.08.04.tar.bz2



Other differences:
--
++ kakoune.spec ++
--- /var/tmp/diff_new_pack.rij3eU/_old  2020-08-04 20:25:43.361049165 +0200
+++ /var/tmp/diff_new_pack.rij3eU/_new  2020-08-04 20:25:43.361049165 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package kakoune
 #
-# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 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:2020.01.16
+Version:2020.08.04
 Release:0
 Summary:A code editor heavily inspired by Vim
 License:Unlicense

++ kakoune-2020.01.16.tar.bz2 -> kakoune-2020.08.04.tar.bz2 ++
 12602 lines of diff (skipped)




commit kakoune for openSUSE:Factory

2020-01-16 Thread root
Hello community,

here is the log from the commit of package kakoune for openSUSE:Factory checked 
in at 2020-01-16 18:23:29

Comparing /work/SRC/openSUSE:Factory/kakoune (Old)
 and  /work/SRC/openSUSE:Factory/.kakoune.new.26092 (New)


Package is "kakoune"

Thu Jan 16 18:23:29 2020 rev:15 rq:764978 version:2020.01.16

Changes:

--- /work/SRC/openSUSE:Factory/kakoune/kakoune.changes  2019-12-10 
22:45:27.313741626 +0100
+++ /work/SRC/openSUSE:Factory/.kakoune.new.26092/kakoune.changes   
2020-01-16 18:23:41.441056565 +0100
@@ -1,0 +2,8 @@
+Thu Jan 16 13:31:03 UTC 2020 - Michael Vetter 
+
+- Update to 2020.01.16:
+  * Expose history tree through $kak_history and
+$kak_uncommitted_modifications
+  * InsertCompletionHide parameter is the list of inserted ranges
+
+---

Old:

  kakoune-2019.12.10.tar.bz2

New:

  kakoune-2020.01.16.tar.bz2



Other differences:
--
++ kakoune.spec ++
--- /var/tmp/diff_new_pack.FyUgeH/_old  2020-01-16 18:23:42.665057218 +0100
+++ /var/tmp/diff_new_pack.FyUgeH/_new  2020-01-16 18:23:42.665057218 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kakoune
 #
-# Copyright (c) 2019 SUSE LLC
+# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # 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:2019.12.10
+Version:2020.01.16
 Release:0
 Summary:A code editor heavily inspired by Vim
 License:Unlicense

++ kakoune-2019.12.10.tar.bz2 -> kakoune-2020.01.16.tar.bz2 ++
 2291 lines of diff (skipped)




commit kakoune for openSUSE:Factory

2019-12-10 Thread root
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 
+
+- Update to version 2019.12.10:
+  * Arrow keys and ,  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 ++
 1 lines of diff (skipped)




commit kakoune for openSUSE:Factory

2019-07-02 Thread root
Hello community,

here is the log from the commit of package kakoune for openSUSE:Factory checked 
in at 2019-07-02 10:39:42

Comparing /work/SRC/openSUSE:Factory/kakoune (Old)
 and  /work/SRC/openSUSE:Factory/.kakoune.new.4615 (New)


Package is "kakoune"

Tue Jul  2 10:39:42 2019 rev:13 rq:712982 version:2019.07.01

Changes:

--- /work/SRC/openSUSE:Factory/kakoune/kakoune.changes  2019-01-24 
14:13:17.975370467 +0100
+++ /work/SRC/openSUSE:Factory/.kakoune.new.4615/kakoune.changes
2019-07-02 10:39:44.538704752 +0200
@@ -1,0 +2,27 @@
+Tue Jul  2 06:56:50 UTC 2019 - mvet...@suse.com
+
+- Update to 2018.07.01:
+  * Re-organized bundled script files directory hierarchy.
+  * Introduced helpers to write/read from file in scripts with
+%file{...} expansion and echo -to-file .
+  * Added ClientCreate and ClientClose hooks
+  * edit -scratch with no buffer name will create a new
+scratch buffer with a unique autogenerated name.
+  * info -placement is now info -style and supports
+menu and modal additional styles.
+  * completions option type docstring are now arbitrary
+kakoune commands that are run on item select.
+  * InsertCompletionSelect hook has been removed as
+completions commands now provides a similar feature.
+  * Introduced a module system using the provide-module and
+require-module commands that allows for lazily loading language
+support files with dependency resolution.
+  * Added a new hook ModuleLoaded which is run after a module is
+loaded, allowing for module specific configuration.
+  * Shell quoting of lists is not automatic anymore, $kak_quoted_...
+makes it opt-in, and works for all option types.
+  * Lower case function key syntax is not accepted anymore,
+ should be converted to .
+- Change to gnu++17 standard
+
+---

Old:

  kakoune-2019.01.20.tar.bz2

New:

  kakoune-2019.07.01.tar.bz2



Other differences:
--
++ kakoune.spec ++
--- /var/tmp/diff_new_pack.MTVxsK/_old  2019-07-02 10:39:45.374706024 +0200
+++ /var/tmp/diff_new_pack.MTVxsK/_new  2019-07-02 10:39:45.378706030 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   kakoune
-Version:2019.01.20
+Version:2019.07.01
 Release:0
 Summary:A code editor heavily inspired by Vim
 License:Unlicense
@@ -48,7 +48,7 @@
 %if 0%{?suse_version} < 1320
 export CXX=g++-5
 %endif
-make %{?_smp_mflags} CXXFLAGS="%{optflags} -std=gnu++14"
+make %{?_smp_mflags} CXXFLAGS="%{optflags} -std=gnu++17"
 
 %install
 make %{?_smp_mflags} install PREFIX=%{buildroot}%{_prefix}

++ kakoune-2019.01.20.tar.bz2 -> kakoune-2019.07.01.tar.bz2 ++
 28159 lines of diff (skipped)




commit kakoune for openSUSE:Factory

2019-01-24 Thread root
Hello community,

here is the log from the commit of package kakoune for openSUSE:Factory checked 
in at 2019-01-24 14:13:16

Comparing /work/SRC/openSUSE:Factory/kakoune (Old)
 and  /work/SRC/openSUSE:Factory/.kakoune.new.28833 (New)


Package is "kakoune"

Thu Jan 24 14:13:16 2019 rev:12 rq:667750 version:2019.01.20

Changes:

--- /work/SRC/openSUSE:Factory/kakoune/kakoune.changes  2019-01-03 
18:07:10.156111506 +0100
+++ /work/SRC/openSUSE:Factory/.kakoune.new.28833/kakoune.changes   
2019-01-24 14:13:17.975370467 +0100
@@ -1,0 +2,13 @@
+Tue Jan 22 09:58:57 UTC 2019 - mvet...@suse.com
+
+- Update to to 2019.01.20:
+  * auto_complete has been renamed to autocomplete for more
+consistency.
+  * Start of a builtin key parser in the ncurses ui bypassing
+the ncurses one. Can be favored by setting the ui option
+  * Right clicks extend the current selection, the control modifier allows
+merging all the selections after extension.
+  * The regex highlighter now supports named capture groups to
+ease readability.
+
+---

Old:

  kakoune-2018.10.27.tar.bz2

New:

  kakoune-2019.01.20.tar.bz2



Other differences:
--
++ kakoune.spec ++
--- /var/tmp/diff_new_pack.KOQVpO/_old  2019-01-24 14:13:18.551369801 +0100
+++ /var/tmp/diff_new_pack.KOQVpO/_new  2019-01-24 14:13:18.555369798 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kakoune
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,18 +12,18 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via https://bugs.opensuse.org/
+# Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
 
 Name:   kakoune
-Version:2018.10.27
+Version:2019.01.20
 Release:0
 Summary:A code editor heavily inspired by Vim
 License:Unlicense
 Group:  Productivity/Text/Editors
-Url:http://kakoune.org/
-Source: 
https://github.com/mawww/kakoune/releases/download/v%{version}/%{name}-%{version}.tar.bz2
+URL:http://kakoune.org/
+Source: 
https://github.com/mawww/kakoune/releases/download/v%{version}/kakoune-%{version}.tar.bz2
 BuildRequires:  asciidoc
 BuildRequires:  fdupes
 BuildRequires:  libxslt-tools
@@ -59,9 +59,9 @@
 LANG=en_US.utf8 make %{?_smp_mflags} test
 
 %files
-%doc ../UNLICENSE
+%license ../UNLICENSE
 %{_bindir}/kak
 %{_datadir}/kak
-%{_mandir}/man1/kak.1%{ext_man}
+%{_mandir}/man1/kak.1%{?ext_man}
 
 %changelog

++ kakoune-2018.10.27.tar.bz2 -> kakoune-2019.01.20.tar.bz2 ++
 6839 lines of diff (skipped)




commit kakoune for openSUSE:Factory

2019-01-03 Thread root
Hello community,

here is the log from the commit of package kakoune for openSUSE:Factory checked 
in at 2019-01-03 18:07:08

Comparing /work/SRC/openSUSE:Factory/kakoune (Old)
 and  /work/SRC/openSUSE:Factory/.kakoune.new.28833 (New)


Package is "kakoune"

Thu Jan  3 18:07:08 2019 rev:11 rq:662272 version:2018.10.27

Changes:

--- /work/SRC/openSUSE:Factory/kakoune/kakoune.changes  2018-09-04 
22:58:06.229396895 +0200
+++ /work/SRC/openSUSE:Factory/.kakoune.new.28833/kakoune.changes   
2019-01-03 18:07:10.156111506 +0100
@@ -1,0 +2,18 @@
+Sat Dec 29 18:58:52 UTC 2018 - igonzalezs...@suse.com
+
+- Update to 2018.10.27:
+  * remove-hooks argument is now a regex and removes all hooks whose group 
matches it.
+  * exclusive face attribute (e) has been replaced with more granular final 
foreground (f), final
+background (g), and final attributes (a), or the three combined as final 
(F). Semantics changed
+slightly as those attributes apply to the existing face as well (a final 
face will not get
+modified by a following face if that following face does not have the 
final attribute itself.
+  *  aka "merge consecutive selections" has been moved to . The new 
 and  are
+now symmetrical with m and M. Those commands select (or extend) to the 
matching char backwards.
+  * define-command switches -shell-completion and -shell-candidates have been 
renamed to
+-shell-script-completion and -shell-script-candidates to make way for a 
new -shell-completion
+which completes like the shell (shell command name then filename).
+  * asciidoc is not a dependency anymore, the last file that requiered it 
(Kakoune's manpage) has
+been converted to troff format.
+
+
+---

Old:

  kakoune-2018.09.04.tar.bz2

New:

  kakoune-2018.10.27.tar.bz2



Other differences:
--
++ kakoune.spec ++
--- /var/tmp/diff_new_pack.lnfbzJ/_old  2019-01-03 18:07:10.60407 +0100
+++ /var/tmp/diff_new_pack.lnfbzJ/_new  2019-01-03 18:07:10.60804 +0100
@@ -12,12 +12,12 @@
 # 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:2018.09.04
+Version:2018.10.27
 Release:0
 Summary:A code editor heavily inspired by Vim
 License:Unlicense

++ kakoune-2018.09.04.tar.bz2 -> kakoune-2018.10.27.tar.bz2 ++
 5831 lines of diff (skipped)




commit kakoune for openSUSE:Factory

2018-09-04 Thread root
Hello community,

here is the log from the commit of package kakoune for openSUSE:Factory checked 
in at 2018-09-04 22:57:48

Comparing /work/SRC/openSUSE:Factory/kakoune (Old)
 and  /work/SRC/openSUSE:Factory/.kakoune.new (New)


Package is "kakoune"

Tue Sep  4 22:57:48 2018 rev:10 rq:632963 version:2018.09.04

Changes:

--- /work/SRC/openSUSE:Factory/kakoune/kakoune.changes  2018-04-17 
11:18:04.260854511 +0200
+++ /work/SRC/openSUSE:Factory/.kakoune.new/kakoune.changes 2018-09-04 
22:58:06.229396895 +0200
@@ -1,0 +2,15 @@
+Tue Sep  4 06:13:36 UTC 2018 - mvet...@suse.com
+
+- Update to 2018.09.04:
+  This version contains a significant overhaul of various Kakoune features 
that can break user configuration
+  * %sh{...} strings are not reparsed automatically anymore, they need to go 
through an explicit evaluate-commands
+  * The -allow-override switch from define-command has been renamed -override.
+  * The search prompt uses buffer word completion so that fuzzy completion can 
be used to quickly search for a buffer word.
+  * The wrap highlighter can accept a new -marker  switch.
+  * The command line syntax has changed to support robust escapin
+  * Escaping of ' in '...' and " and % in "..." strings is done by doubling up 
('', "" and %%) instead of using a backslash
+  * Bare words escaping has been tweaked.
+  * See :doc command-parsing.
+  * See :doc highlighters
+
+---

Old:

  kakoune-2018.04.13.tar.bz2

New:

  kakoune-2018.09.04.tar.bz2



Other differences:
--
++ kakoune.spec ++
--- /var/tmp/diff_new_pack.LU5dKx/_old  2018-09-04 22:58:06.629398259 +0200
+++ /var/tmp/diff_new_pack.LU5dKx/_new  2018-09-04 22:58:06.629398259 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   kakoune
-Version:2018.04.13
+Version:2018.09.04
 Release:0
 Summary:A code editor heavily inspired by Vim
 License:Unlicense

++ kakoune-2018.04.13.tar.bz2 -> kakoune-2018.09.04.tar.bz2 ++
 20170 lines of diff (skipped)




commit kakoune for openSUSE:Factory

2018-04-17 Thread root
Hello community,

here is the log from the commit of package kakoune for openSUSE:Factory checked 
in at 2018-04-17 11:18:02

Comparing /work/SRC/openSUSE:Factory/kakoune (Old)
 and  /work/SRC/openSUSE:Factory/.kakoune.new (New)


Package is "kakoune"

Tue Apr 17 11:18:02 2018 rev:9 rq:597108 version:2018.04.13

Changes:

--- /work/SRC/openSUSE:Factory/kakoune/kakoune.changes  2018-02-28 
20:02:46.939854246 +0100
+++ /work/SRC/openSUSE:Factory/.kakoune.new/kakoune.changes 2018-04-17 
11:18:04.260854511 +0200
@@ -1,0 +2,6 @@
+Fri Apr 13 12:26:51 UTC 2018 - mvet...@suse.com
+
+- Remove _service and _servicedata
+- Update to first official release 2018.04.13
+
+---

Old:

  _service
  _servicedata
  kakoune-0.0+git.20180228.tar.xz

New:

  kakoune-2018.04.13.tar.bz2



Other differences:
--
++ kakoune.spec ++
--- /var/tmp/diff_new_pack.Z27W4T/_old  2018-04-17 11:18:05.228809135 +0200
+++ /var/tmp/diff_new_pack.Z27W4T/_new  2018-04-17 11:18:05.232808948 +0200
@@ -17,13 +17,13 @@
 
 
 Name:   kakoune
-Version:0.0+git.20180228
+Version:2018.04.13
 Release:0
 Summary:A code editor heavily inspired by Vim
 License:Unlicense
 Group:  Productivity/Text/Editors
 Url:http://kakoune.org/
-Source: %{name}-%{version}.tar.xz
+Source: 
https://github.com/mawww/kakoune/releases/download/v%{version}/%{name}-%{version}.tar.bz2
 BuildRequires:  asciidoc
 BuildRequires:  fdupes
 BuildRequires:  libxslt-tools

++ kakoune-0.0+git.20180228.tar.xz -> kakoune-2018.04.13.tar.bz2 ++
 9234 lines of diff (skipped)




commit kakoune for openSUSE:Factory

2018-02-28 Thread root
Hello community,

here is the log from the commit of package kakoune for openSUSE:Factory checked 
in at 2018-02-28 20:02:44

Comparing /work/SRC/openSUSE:Factory/kakoune (Old)
 and  /work/SRC/openSUSE:Factory/.kakoune.new (New)


Package is "kakoune"

Wed Feb 28 20:02:44 2018 rev:8 rq:580781 version:0.0+git.20180228

Changes:

--- /work/SRC/openSUSE:Factory/kakoune/kakoune.changes  2017-10-19 
19:34:14.978944990 +0200
+++ /work/SRC/openSUSE:Factory/.kakoune.new/kakoune.changes 2018-02-28 
20:02:46.939854246 +0100
@@ -1,0 +2,6 @@
+Tue Feb 27 14:44:42 UTC 2018 - mli...@suse.cz
+
+- Update to version kakoune-0.0+git.20180228.
+- Bump ncurses requirement to version 6.0 and higher.
+
+---

Old:

  kakoune-0.0+git.20171017.tar.xz

New:

  kakoune-0.0+git.20180228.tar.xz



Other differences:
--
++ kakoune.spec ++
--- /var/tmp/diff_new_pack.S0Sfnq/_old  2018-02-28 20:02:48.267806197 +0100
+++ /var/tmp/diff_new_pack.S0Sfnq/_new  2018-02-28 20:02:48.271806053 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kakoune
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # 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:0.0+git.20171017
+Version:0.0+git.20180228
 Release:0
 Summary:A code editor heavily inspired by Vim
 License:Unlicense
@@ -27,7 +27,7 @@
 BuildRequires:  asciidoc
 BuildRequires:  fdupes
 BuildRequires:  libxslt-tools
-BuildRequires:  ncurses-devel >= 5.3
+BuildRequires:  ncurses-devel >= 6.0
 # C++14 capable compiler is required
 %if 0%{?suse_version} > 1320
 BuildRequires:  gcc-c++ >= 5.0
@@ -59,7 +59,7 @@
 LANG=en_US.utf8 make %{?_smp_mflags} test
 
 %files
-%doc ../UNLICENSE ../doc/manpages/*%{ext_man}
+%doc ../UNLICENSE
 %{_bindir}/kak
 %{_datadir}/kak
 %{_mandir}/man1/kak.1%{ext_man}

++ _servicedata ++
--- /var/tmp/diff_new_pack.S0Sfnq/_old  2018-02-28 20:02:48.339803593 +0100
+++ /var/tmp/diff_new_pack.S0Sfnq/_new  2018-02-28 20:02:48.339803593 +0100
@@ -1,4 +1,4 @@
 
 
 git://github.com/mawww/kakoune.git
-  209113aa1c37464687612520542795900d461215
\ No newline at end of file
+  0d838f80a0cc920e64c6a5a969861f83d96967a6

++ kakoune-0.0+git.20171017.tar.xz -> kakoune-0.0+git.20180228.tar.xz ++
 27005 lines of diff (skipped)




commit kakoune for openSUSE:Factory

2017-10-19 Thread root
Hello community,

here is the log from the commit of package kakoune for openSUSE:Factory checked 
in at 2017-10-19 19:33:49

Comparing /work/SRC/openSUSE:Factory/kakoune (Old)
 and  /work/SRC/openSUSE:Factory/.kakoune.new (New)


Package is "kakoune"

Thu Oct 19 19:33:49 2017 rev:7 rq:535194 version:0.0+git.20171017

Changes:

--- /work/SRC/openSUSE:Factory/kakoune/kakoune.changes  2017-07-25 
11:40:56.739688386 +0200
+++ /work/SRC/openSUSE:Factory/.kakoune.new/kakoune.changes 2017-10-19 
19:34:14.978944990 +0200
@@ -1,0 +2,388 @@
+Thu Oct 19 11:41:06 UTC 2017 - mplus...@suse.com
+
+- Update to version 0.0+git.20171017:
+  * Tweak buffer change code so that WinDisplay hooks can use info boxes
+  * Add a basic replace-ranges highlighter
+  * doc: Document the -E flag
+  * kakrc: Simplify and optimize the autoload function
+  * Fix reference to kakrc highlighter for markdown
+  * Improve kakrc highlighter with more static words
+  * Remove ad-hoc rules in kakrc highlighter
+  * Add some missing languages to comment.kak
+  * Highlight object keys in yaml
+  * rc: Document non-hidden options with `-docstring`
+  * rc: Use POSIX `command -v` instead of `which`
+  * rc: Simplify and optimize the `alt` command
+  * Document that markup is possible in completion menu entries.
+  * Document escape key and update Q doc according to normal.cc
+  * Rename range-faces to range-specs
+  * Add range-faces -> range-specs rename to the breaking changes message
+  * Add missing std::move in on_scope_end implementation
+  * small code cleanups
+  * Highlight 'copied' file action in git-commit buffers
+  * Move constexpr compatible Array struct to meta.hh
+  * Small reorganization in the normal keymap
+  * Make hardware cursor visible in ncurses ui
+  * Add modified value if buffer has modifications not saved
+  * Change / to combine selections instead of appending
+  * Support aligning to opening { as well as ( in c-family indent
+  * Changed wording of completers description
+  * do not embed timestamps in .gz files
+  * Always link input files in the same order
+  * Commit correct version of c-family indent change
+  * Fix vertical movement with tabstops
+  * Smarter align to opening parenthesis/brace supporting multiline
+  * Add some missing tests for c-family indent
+  * Fix scrolling when cursor is on a wrapped part of the last displayed line
+  * Remove virtual destructor from OptionManagerWatcher
+  * Fix bug where idle timers of disabled modes were still run
+  * Do not avoid eol in insert mode vertical movement
+  * Fix man.kak when man pages filenames just end up with the manual section
+  * Remove unneeded forward declaration
+  * Fix hardware cursor positioning in prompt when status bar is on bottom
+  * Small code tweak
+  * Rename line-flags option type to line-specs
+  * Add support for raw C++ strings in c-family highlighting
+  * Fix command parsing bug when commenting after a command
+  * Add an update-option command to update range-descs/line-descs options
+  * Document the update-option command
+  * Add break and continue to the list of sh keywords
+  * Use a line-specs for the clang_errors option in clang.kak
+  * Make the lint_errors a range-specs option in lint.kak
+  * Make shell variable expansion in "strings" highlighted the same way as in 
code
+  * Expose last entered command in register :
+  * Modernize the way we compute memory domains from type
+  * Small documentation tweak in display_buffer.hh
+  * Small code style tweak
+  * Use a ScopedSetBool instead of manual set/unset for 
InputModes::Normal::m_in_on_key
+  * Small formatting tweak
+  * Remove unused and potentially error prone constructor from ArrayView
+  * Remove unneeded explicit conversion
+  * doc: Update the F.A.Q.
+  * Slight style tweak in doc.kak
+  * Small code tweak
+  * Document line-flags -> line-specs and update-option in breaking changes
+  * Parse meta as 8 bit in Normal mode to fix the terminals using that
+  * Highlight non numeric man sections as well in man.kak
+  * Put the doc/manpages/ pages in the 'k' section
+  * man.kak: Rename _manpage option to manpage
+  * Use more precise wording for object selection info box
+  * Fix typos in info-box: availabe, encodngs, highglighters…
+  * Exclude debug from eval/exec over all buffers
+  * Change ncurses_ui info box generation logic to use a Vector
+  * Tweak alias command docstring not to end up with an eol
+  * Re-hide hardware cursor, seems its causing troubles with various terminal 
emulator
+  * fix: remove duplicate include to containers.hh in face_registry.cc
+  * docs: add missing angle brackets around keys in README and manpages
+  * Refine info titles to distinguish G and V modes
+  * Add SVG detection as xml in file.kak
+  * Add support for more selection combining operations
+  * Small formatting fix

commit kakoune for openSUSE:Factory

2017-07-25 Thread root
Hello community,

here is the log from the commit of package kakoune for openSUSE:Factory checked 
in at 2017-07-25 11:40:03

Comparing /work/SRC/openSUSE:Factory/kakoune (Old)
 and  /work/SRC/openSUSE:Factory/.kakoune.new (New)


Package is "kakoune"

Tue Jul 25 11:40:03 2017 rev:6 rq:512147 version:0.0+git.20170513

Changes:

--- /work/SRC/openSUSE:Factory/kakoune/kakoune.changes  2017-05-22 
10:48:24.617076394 +0200
+++ /work/SRC/openSUSE:Factory/.kakoune.new/kakoune.changes 2017-07-25 
11:40:56.739688386 +0200
@@ -1,0 +2,6 @@
+Sun Jul 23 18:31:46 UTC 2017 - bwiedem...@suse.com
+
+- Update reproducible.patch
+  to make the package build fully reproducible (boo#1041090)
+
+---



Other differences:
--
++ kakoune.spec ++
--- /var/tmp/diff_new_pack.2GRgri/_old  2017-07-25 11:40:58.403453490 +0200
+++ /var/tmp/diff_new_pack.2GRgri/_new  2017-07-25 11:40:58.403453490 +0200
@@ -24,7 +24,7 @@
 Group:  Productivity/Text/Editors
 Url:http://kakoune.org/
 Source: %{name}-%{version}.tar.xz
-# PATCH-FIX-UPSTREAM -- bmwiedemann
+# PATCH-FIX-UPSTREAM -- bmwiedemann https://github.com/mawww/kakoune/pull/1390
 Patch0: reproducible.patch
 BuildRequires:  asciidoc
 BuildRequires:  libxslt-tools

++ reproducible.patch ++
--- /var/tmp/diff_new_pack.2GRgri/_old  2017-07-25 11:40:58.471443891 +0200
+++ /var/tmp/diff_new_pack.2GRgri/_new  2017-07-25 11:40:58.475443326 +0200
@@ -1,11 +1,19 @@
-produce bit-identical results
-by not embedding timestamps in gz files
+From 78991c482088d6d71d709ddc9522a2608f691df7 Mon Sep 17 00:00:00 2001
+From: "Bernhard M. Wiedemann" 
+Date: Sat, 20 May 2017 22:49:36 +0200
+Subject: [PATCH 1/2] do not embed timestamps in .gz files
 
-Index: kakoune-0.0+git.20170223/src/Makefile
-===
 kakoune-0.0+git.20170223.orig/src/Makefile
-+++ kakoune-0.0+git.20170223/src/Makefile
-@@ -73,7 +73,7 @@ kak : $(objects)
+using gzip -n to produce bit-identical results
+and -9 to compress a bit better
+---
+ src/Makefile | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/src/Makefile b/src/Makefile
+index dbef95d9..7a06d8d9 100644
+--- a/src/Makefile
 b/src/Makefile
+@@ -77,7 +77,7 @@ kak$(suffix) : $(objects)
  # Generate the man page
  ../doc/kak.1.gz: ../doc/kak.1.txt
a2x --no-xmllint -f manpage $<
@@ -14,7 +22,7 @@
  
  # Generate the editor's documentation pages
  # Since `a2x` won't generate man pages if some sections are missing (which we 
don't need),
-@@ -82,7 +82,7 @@ kak : $(objects)
+@@ -86,7 +86,7 @@ kak$(suffix) : $(objects)
a2x --no-xmllint -f manpage $<
sed -i -r -e "s,^\.TH .+,.TH KAKOUNE 1 \"\" \"\" \"$(basename $(notdir 
$<))\"," \
-e "/^\.SH \"NAME\"/{N;d;}" $(@:.gz=.1)
@@ -23,3 +31,31 @@
mv -f $(@:.gz=.1.gz) $@
  
  check: test
+
+From 4788112f2dd09118097de46f403210be3a35c5e7 Mon Sep 17 00:00:00 2001
+From: "Bernhard M. Wiedemann" 
+Date: Sat, 20 May 2017 22:50:25 +0200
+Subject: [PATCH 2/2] Always link input files in the same order
+
+to produce bit-identical 'kak' binaries
+See https://reproducible-builds.org/ for why this is good.
+
+This change is needed because filesystem ordering is random
+and ordering matters for the g++ linker
+---
+ src/Makefile | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/src/Makefile b/src/Makefile
+index 7a06d8d9..cde2b943 100644
+--- a/src/Makefile
 b/src/Makefile
+@@ -13,7 +13,7 @@ else
+ endif
+ endif
+ 
+-sources := $(wildcard *.cc)
++sources := $(sort $(wildcard *.cc))
+ objects := $(addprefix ., $(sources:.cc=$(suffix).o))
+ deps := $(addprefix ., $(sources:.cc=$(suffix).d))
+ docs := $(wildcard ../doc/manpages/*.asciidoc)




commit kakoune for openSUSE:Factory

2017-05-22 Thread root
Hello community,

here is the log from the commit of package kakoune for openSUSE:Factory checked 
in at 2017-05-22 10:46:56

Comparing /work/SRC/openSUSE:Factory/kakoune (Old)
 and  /work/SRC/openSUSE:Factory/.kakoune.new (New)


Package is "kakoune"

Mon May 22 10:46:56 2017 rev:5 rq:495960 version:0.0+git.20170513

Changes:

--- /work/SRC/openSUSE:Factory/kakoune/kakoune.changes  2017-04-30 
21:25:07.230356474 +0200
+++ /work/SRC/openSUSE:Factory/.kakoune.new/kakoune.changes 2017-05-22 
10:48:24.617076394 +0200
@@ -1,0 +2,155 @@
+Thu May 18 11:47:56 UTC 2017 - dziolkow...@suse.com
+
+- Update to version 0.0+git.20170513:
+  * Add column information
+  * New colorscheme: desertex
+  * test: Fix UTF8 compliant locale detection
+  * rc: Simplify/POSIXify the `autorestore.kak` script
+  * rc: POSIXify the `modeline.kak` script
+  * Cleanup some tabby mess in the Makefile
+  * Compile optimized and debug into different files, make `kak` a symlink
+  * Fix clang warnings about uninitialized timestamp field
+  * Small naming tweak
+  * add rc/ocaml.kak
+  * highlight hash access symbols
+  * Add `RawKey` to hook completion list
+  * rc: Don't print errors when no buffer backup exist
+  * add racer completion for rust
+  * rc: POSIX and cosmetic fixes in the `spell` script`
+  * rc: add a `spell-next` command
+  * src: Fix the string conversion of range faces
+  * , : throw on invalid preconditions
+  * Add docstring support for mappings, and use them in autoinfo
+  * Make  throw on invalid index or last selection
+  * Ensure main selection index is correct directly in SelectionList::remove
+  * Return an optional selection in most selectors, fail rather than keep 
current
+  * Fix indent selection respect for original selection cursor position
+  * Fix tests for indent selection
+  * Move object unit tests in their own subfolder
+  * Refactor regex based selection code
+  * Git ignore kak.opt and kak.debug
+  * Refactor surround unit test code
+  * Change word object selector to fail if the cursor is not on a word char
+  * Remove unused AliasRegistry::flatten_aliases method
+  * Add Symbol, async and await highlighting for javascript.kak
+  * Document the -docstring switch of the :map command
+  * Simplify AliasRegistry::remove_alias
+  * escape pipe from closure in the description
+  * Introduce a custom HashMap implementation along with a quick benchmark
+  * Add support for HashMap options types
+  * Replace uses of UnorderedMap with HashMap
+  * Replace IdMap with HashMap
+  * Remove temporary stats code from HashMap
+  * also handle enums explicitly
+  * Update Makefile
+  * Expand a bit the hash map profiling code
+  * Cleanup hash_map code
+  * test: Remove empty test directories
+  * Small code simplification
+  * Collapse undo groups during an eval command
+  * Try to please clang-3.5
+  * doc: Add an IRC badge linking to Freenode
+  * ncurses: Add a Dilbert assistant
+  * Add a -debug flag to :edit to set the buffer as debug data
+  * Fix crash on non utf8 files trigering highlighting of backward ranges
+  * Add dilbert in the ui_options doctring
+  * Change lint.kak column display to put it at the end
+  * Increase modelinefmt configuration power
+  * src: Align the assistant in the middle of the popup
+  * src: Make the cursor character an opening delimiter
+  * Add regression test for #1105
+  * The canonical name for the documentation command is :doc, not :help
+  * Move SelectionList::set implementation out of the header
+  * Migrate to a more value based meta programming model
+  * Migrate WithBitOps template specialization to with_bit_ops function
+  * Remove unneeded 'valid' helper template
+  * Small code tweaks regarding flags handling
+  * Move enum/flags option functions to option_types.hh
+  * Try to clean up option include a bit
+  * Fixes some clang-tidy warning and add a few missing meta.hh include
+  * Use a HashMap to store the normal mode keymap
+  * Merge faces in show_whitespaces highlighter instead of replacing it
+  * Try to fix clang 3.5 compilation
+  * src: Introduce a `-i` suffix flag for filter backups
+  * Remove some unneeded type declarations in AliasRegistry
+  * Added gruvbox colorscheme
+  * src: Fix the `distclean` Makefile target
+  * spell.kak: preserve spelling language from :spell in :spell-replace
+  * contrib: Remove `make_deb.bash`
+  * Add an InsertDelete hook
+  * Expose hook params regex captures in hook_param_capture_N
+  * rc/ranger: use $kak_hook_param_capture_N
+  * Change prompt completion to only update when idle
+  * Do not disable autoinfo and autoshowcompl in non interactive context
+  * ncurses: When hiding the menu, recompute the info position
+  * rc: Export $TMPDIR to new `tmux` processes
+  * doc: Fix the name of a now unexisting face
+  * rc: Forward $TMPDIR to `iterm` subprocesses

commit kakoune for openSUSE:Factory

2017-04-30 Thread root
Hello community,

here is the log from the commit of package kakoune for openSUSE:Factory checked 
in at 2017-04-30 21:24:38

Comparing /work/SRC/openSUSE:Factory/kakoune (Old)
 and  /work/SRC/openSUSE:Factory/.kakoune.new (New)


Package is "kakoune"

Sun Apr 30 21:24:38 2017 rev:4 rq:492212 version:0.0+git.20170223

Changes:

--- /work/SRC/openSUSE:Factory/kakoune/kakoune.changes  2017-02-26 
17:09:51.470418150 +0100
+++ /work/SRC/openSUSE:Factory/.kakoune.new/kakoune.changes 2017-04-30 
21:25:07.230356474 +0200
@@ -1,0 +2,5 @@
+Sun Apr 30 04:16:23 UTC 2017 - bwiedem...@suse.com
+
+- Add reproducible.patch to call gzip -n to make build a bit more reproducible
+
+---

New:

  reproducible.patch



Other differences:
--
++ kakoune.spec ++
--- /var/tmp/diff_new_pack.b0KFmR/_old  2017-04-30 21:25:07.990249331 +0200
+++ /var/tmp/diff_new_pack.b0KFmR/_new  2017-04-30 21:25:07.994248768 +0200
@@ -24,6 +24,8 @@
 Group:  Productivity/Text/Editors
 Url:http://kakoune.org/
 Source: %{name}-%{version}.tar.xz
+# PATCH-FIX-UPSTREAM -- bmwiedemann
+Patch0: reproducible.patch
 BuildRequires:  asciidoc
 BuildRequires:  libxslt-tools
 BuildRequires:  ncurses-devel >= 5.3
@@ -42,6 +44,7 @@
 
 %prep
 %setup -q -n %{name}-%{version}/src
+%patch0 -p2
 
 %build
 %if 0%{?suse_version} < 1320

++ reproducible.patch ++
produce bit-identical results
by not embedding timestamps in gz files

Index: kakoune-0.0+git.20170223/src/Makefile
===
--- kakoune-0.0+git.20170223.orig/src/Makefile
+++ kakoune-0.0+git.20170223/src/Makefile
@@ -73,7 +73,7 @@ kak : $(objects)
 # Generate the man page
 ../doc/kak.1.gz: ../doc/kak.1.txt
a2x --no-xmllint -f manpage $<
-   gzip -f $(basename $<)
+   gzip -n -9 -f $(basename $<)
 
 # Generate the editor's documentation pages
 # Since `a2x` won't generate man pages if some sections are missing (which we 
don't need),
@@ -82,7 +82,7 @@ kak : $(objects)
a2x --no-xmllint -f manpage $<
sed -i -r -e "s,^\.TH .+,.TH KAKOUNE 1 \"\" \"\" \"$(basename $(notdir 
$<))\"," \
-e "/^\.SH \"NAME\"/{N;d;}" $(@:.gz=.1)
-   gzip -f $(@:.gz=.1)
+   gzip -n -9 -f $(@:.gz=.1)
mv -f $(@:.gz=.1.gz) $@
 
 check: test



commit kakoune for openSUSE:Factory

2017-02-26 Thread root
Hello community,

here is the log from the commit of package kakoune for openSUSE:Factory checked 
in at 2017-02-26 17:09:50

Comparing /work/SRC/openSUSE:Factory/kakoune (Old)
 and  /work/SRC/openSUSE:Factory/.kakoune.new (New)


Package is "kakoune"

Changes:

--- /work/SRC/openSUSE:Factory/kakoune/kakoune.changes  2017-02-07 
12:05:39.267058005 +0100
+++ /work/SRC/openSUSE:Factory/.kakoune.new/kakoune.changes 2017-02-26 
17:09:51.470418150 +0100
@@ -1,0 +2,96 @@
+Sat Feb 25 17:30:33 UTC 2017 - mplus...@suse.com
+
+- Update to version 0.0+git.20170223:
+  * rename commenting.kak to comment.kak
+  * tweak :comment-line behaviour to comment selected lines
+  * rename :comment-selection to :comment-block
+  * rename line and block comments options
+  * fix typo
+  * remove optional value
+  * fix quote convention
+  * Add quote to completion characters in haskell
+  * Remove hash from StringData
+  * Make BufferIterator only a bidirectional iterator
+  * Set commenting options for php
+  * Add octothorpe to php comment highlighters
+  * Remove unused Diff::posA field
+  * Remove unused WindowAndSelections timestamp field
+  * Make StringView and unit types trivial types
+  * Detect too deep command call stack
+  * Remove unneeded assignment to null in RefPtr::release
+  * Fix option name in haskell.kak
+  * Use iswlower instead of islower
+  * Fix some uninitialized values
+  * Fix infinite loop when comparing RankedMatches containing invalid utf8
+  * Fix autorestore script when we have multiple restore files
+  * Fix explicit insert completion menu/info not hiding
+  * Warning fix in ranked_match.cc
+  * Make SharedString::create take a list of StringViews
+  * Rework NCurses key parsing to properly handle 
+  * Support the vim behaviour for +line syntax
+  * Add some noexcept to pointer policies
+  * Formatting fix
+  * Tweak ranked match ordering
+  * Improve POSIX sed compatibility in lint.kak
+  * Fix on-key command name in README
+  * support in-line comments
+  * Change `n` behaviour to only select next match for main selection
+  * Use  for backward rotate selection and move rotate content to 
+  * Also execute prompt callback when just starting
+  * Document whitespace highlighter
+  * Fix doc ui options and manpage
+  * Adds tomorrow-night theme.
+  * Make piping data into shell commands non blocking
+  * Highlight c-family include paths as identifiers
+  * Store shell-candidates completions in the Completion memory domain
+  * Fix some bugs in non blocking pipe writing
+  * Allow modifying the characters used when highlighting whitespace
+  * Small layout tweak for Buffer::HistoryNode
+  * Make gdb ArrayIterator python 3 compatible
+  * Add Regex support in gdb pretty printing
+  * Add -match-capture support for regions higlighter
+  * Add proper heredoc highlighting support to sh.kak
+  * Remove unneeded padding in relative line numbers highlighting
+  * Fix Buffer::offset_coord that was dropping the target coordinate
+  * Fix missing new line char in declare_option_cmd info
+  * Add command completer for types to declare-option
+  * fix regex highlighting
+  * Refactor show_whitespaces a bit
+  * Adds faces module and function. Renames identifier face to variable.
+  * Make sure no ANSI sequences are in the data returned by `man`
+  * Update outdated example in  keys doc
+  * Add support for -on-change and -on-abort to prompt
+  * Add elm language support
+  * Fix make.kak handling of 'Entering directory' and absolute paths
+  * Fix non-returning parse_key lambda
+  * Fix RegisterRestorer not handling potential throws on register assign
+  * Make numeric registers setable
+  * Reorganize code in main.cc
+  * Detect when switches are specified more than once
+  * Detect when -client, -buffer or -try-client are used at the same time
+  * Small naming tweak in HookManager
+  * Copy the list of hooks to run before iterating on them and running them
+  * pony.kak: Remove redundant BufNew/BufOpen hooks
+  * Rename BufNew and BufOpen hooks to BufNewFile and BufOpenFile
+  * Document backslash disabling hooks
+  * Fix handling of disabled_hooks regex
+  * Display an info box on startup with recent breaking changes
+  * Fix hook list in commands.cc
+  * Correctly handle mutation of the watcher list while iterating on them
+  * Fix performance of word completion with many different selections
+  * Fix overly strict backward_sorted_until
+  * jedi.kak: python 3 compat fix
+  * improved haskell comment regex
+  * Refactor test run script
+  * Try to please clang-3.5
+  * Remove out of date TODO file
+  * Properly wrap `kak_assert` into a do-while scope
+  * Use false instead of 0 in the kak_assert do while
+  * Refactor StringData and StringRegistry to remove need for purging
+  * Refactor WordDB::add_words to be slightly faster
+  

commit kakoune for openSUSE:Factory

2017-02-07 Thread root
Hello community,

here is the log from the commit of package kakoune for openSUSE:Factory checked 
in at 2017-02-07 12:05:38

Comparing /work/SRC/openSUSE:Factory/kakoune (Old)
 and  /work/SRC/openSUSE:Factory/.kakoune.new (New)


Package is "kakoune"

Changes:

--- /work/SRC/openSUSE:Factory/kakoune/kakoune.changes  2017-02-05 
18:35:43.140247988 +0100
+++ /work/SRC/openSUSE:Factory/.kakoune.new/kakoune.changes 2017-02-07 
12:05:39.267058005 +0100
@@ -1,0 +2,5 @@
+Sun Feb  5 15:50:54 UTC 2017 - mplus...@suse.com
+
+- Update boost dependencies
+
+---



Other differences:
--
++ kakoune.spec ++
--- /var/tmp/diff_new_pack.iIW1Fm/_old  2017-02-07 12:05:39.710995198 +0100
+++ /var/tmp/diff_new_pack.iIW1Fm/_new  2017-02-07 12:05:39.710995198 +0100
@@ -25,13 +25,14 @@
 Url:http://kakoune.org/
 Source: %{name}-%{version}.tar.xz
 BuildRequires:  asciidoc
-BuildRequires:  boost-devel >= 1.50
 BuildRequires:  libxslt-tools
 BuildRequires:  ncurses-devel >= 5.3
 # 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