From 3638b3459f126d3f7f7fb090a21e58ecb4f311bf9cab0c624d7c051af63d9ffc Mon Sep 17 00:00:00 2001 From: Ronan Chagas Date: Fri, 15 Sep 2017 15:44:23 +0000 Subject: [PATCH] - Run spec-cleaner. - Add `libnsl` as a build requirement. The new glibc version in Factory deprecated support to libnsl. OBS-URL: https://build.opensuse.org/package/show/editors/neovim?expand=0&rev=14 --- neovim.changes | 7 +++++++ neovim.spec | 3 +-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/neovim.changes b/neovim.changes index de4e045..e7cc59f 100644 --- a/neovim.changes +++ b/neovim.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Fri Sep 15 12:30:47 UTC 2017 - ronisbr@gmail.com + +- Run spec-cleaner. +- Add `libnsl` as a build requirement. + The new glibc version in Factory deprecated support to libnsl. + ------------------------------------------------------------------- Fri May 5 16:10:32 UTC 2017 - ronisbr@gmail.com diff --git a/neovim.spec b/neovim.spec index e17d407..56a7ed8 100644 --- a/neovim.spec +++ b/neovim.spec @@ -40,6 +40,7 @@ BuildRequires: luajit-devel BuildRequires: pkgconfig BuildRequires: update-desktop-files BuildRequires: pkgconfig(jemalloc) +BuildRequires: pkgconfig(libnsl) BuildRequires: pkgconfig(libuv) BuildRequires: pkgconfig(termkey) BuildRequires: pkgconfig(unibilium) @@ -103,7 +104,6 @@ install -Dpm 0644 neovim.svg %{buildroot}/%{_datadir}/icons/hicolor/scalable/app %icon_theme_cache_postun %files -%defattr(-,root,root) %doc BACKERS.md CONTRIBUTING.md LICENSE README.md %{_bindir}/nvim %{_datadir}/nvim/ @@ -112,6 +112,5 @@ install -Dpm 0644 neovim.svg %{buildroot}/%{_datadir}/icons/hicolor/scalable/app %{_mandir}/man1/nvim.1%{?ext_man} %files lang -f nvim.lang -%defattr(-,root,root) %changelog