diff --git a/neovim.changes b/neovim.changes index ae9aaa3..15c08c6 100644 --- a/neovim.changes +++ b/neovim.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Fri May 25 07:37:55 UTC 2018 - mliska@suse.cz + +- The library bump fixes boo#1094627. + +------------------------------------------------------------------- +Wed May 23 08:54:56 UTC 2018 - mliska@suse.cz + +- Require libtermkey version >= 0.20. + ------------------------------------------------------------------- Sun Dec 3 21:23:18 UTC 2017 - bwiedemann@suse.com diff --git a/neovim.spec b/neovim.spec index 8c80604..f6dc059 100644 --- a/neovim.spec +++ b/neovim.spec @@ -1,7 +1,7 @@ # # spec file for package neovim # -# 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 @@ -40,7 +40,7 @@ BuildRequires: update-desktop-files BuildRequires: pkgconfig(jemalloc) BuildRequires: pkgconfig(libnsl) BuildRequires: pkgconfig(libuv) -BuildRequires: pkgconfig(termkey) +BuildRequires: pkgconfig(termkey) >= 0.20 BuildRequires: pkgconfig(unibilium) BuildRequires: pkgconfig(vterm) Recommends: %{name}-lang