From c91ac62adcfa96a6851f543105c63aee0b131a0dc40b742781ce904409425ee9 Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Wed, 23 May 2018 10:26:36 +0000 Subject: [PATCH 1/2] Accepting request 611514 from home:marxin:branches:editors - Require libtermkey version >= 0.20. OBS-URL: https://build.opensuse.org/request/show/611514 OBS-URL: https://build.opensuse.org/package/show/editors/neovim?expand=0&rev=23 --- neovim.changes | 5 +++++ neovim.spec | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/neovim.changes b/neovim.changes index ae9aaa3..e68cd4a 100644 --- a/neovim.changes +++ b/neovim.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +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 From 06dc598bac9ee7aaaa453a6385ec9b966ea212738302d2310c99fef42b6f9c0e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Li=C5=A1ka?= Date: Fri, 25 May 2018 07:38:16 +0000 Subject: [PATCH 2/2] - The library bump fixes boo#1094627. OBS-URL: https://build.opensuse.org/package/show/editors/neovim?expand=0&rev=24 --- neovim.changes | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/neovim.changes b/neovim.changes index e68cd4a..15c08c6 100644 --- a/neovim.changes +++ b/neovim.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +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