From 82d76abdbc3391ab7ab8a86e1b2911dcdd59fa4a5ab1ad4be6576a14d3259587 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Wed, 25 Jan 2023 21:10:33 +0000 Subject: [PATCH] Accepting request 1060833 from home:kukuk:branches:editors - Remove useless BuildRequire libnsl, our version does not provide gethostbyname and libnsl is deprecated OBS-URL: https://build.opensuse.org/request/show/1060833 OBS-URL: https://build.opensuse.org/package/show/editors/neovim?expand=0&rev=121 --- neovim.changes | 6 ++++++ neovim.spec | 3 +-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/neovim.changes b/neovim.changes index dd247ca..ea0efde 100644 --- a/neovim.changes +++ b/neovim.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Jan 25 10:21:22 UTC 2023 - Thorsten Kukuk + +- Remove useless BuildRequire libnsl, our version does not provide + gethostbyname + ------------------------------------------------------------------- Thu Dec 29 22:31:16 UTC 2022 - Matej Cepl diff --git a/neovim.spec b/neovim.spec index 7658747..6c2b2b7 100644 --- a/neovim.spec +++ b/neovim.spec @@ -1,7 +1,7 @@ # # spec file for package neovim # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -49,7 +49,6 @@ BuildRequires: gettext BuildRequires: git-core BuildRequires: gperf BuildRequires: hicolor-icon-theme -BuildRequires: libnsl-devel BuildRequires: libtermkey-devel BuildRequires: libtool BuildRequires: libuv-devel