[packages/neovim] build fixes for gcc-10

glen glen at pld-linux.org
Fri Nov 6 13:12:42 CET 2020


commit def4dbb8fda1224437e5bd4c02ed1d9a69574536
Author: Elan Ruusamäe <glen at pld-linux.org>
Date:   Fri Nov 6 14:11:59 2020 +0200

    build fixes for gcc-10
    
    refs:
    - https://github.com/neovim/neovim/pull/12142

 neovim.spec | 3 +++
 1 file changed, 3 insertions(+)
---
diff --git a/neovim.spec b/neovim.spec
index 77f5bc8..ceddf16 100644
--- a/neovim.spec
+++ b/neovim.spec
@@ -18,6 +18,8 @@ Source0:	https://github.com/neovim/neovim/archive/v%{version}/%{name}-%{version}
 URL:		https://neovim.io/
 Source2:	%{name}.svg
 Patch0:		desktop.patch
+Patch1:		https://github.com/neovim/neovim/pull/12142.patch
+# Patch1-md5:	40bf36c33b4c49270243b39b916e164c
 BuildRequires:	cmake >= 2.8.7
 BuildRequires:	gcc >= 6:4.4
 BuildRequires:	gettext-devel
@@ -63,6 +65,7 @@ parts of Vim, without compromise, and more.
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 
 %build
 install -d .deps build
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/neovim.git/commitdiff/def4dbb8fda1224437e5bd4c02ed1d9a69574536



More information about the pld-cvs-commit mailing list