- Remove unnecessary fix-buf_set_term_title.patch, which actually

breaks the build.

OBS-URL: https://build.opensuse.org/package/show/editors/neovim?expand=0&rev=69
This commit is contained in:
Matej Cepl 2020-04-06 11:17:36 +00:00 committed by Git OBS Bridge
parent e5a594718a
commit 4273315b73
2 changed files with 7 additions and 5 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Apr 6 11:12:59 UTC 2020 - Matej Cepl <mcepl@suse.com>
- Remove unnecessary fix-buf_set_term_title.patch, which actually
breaks the build.
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Jan 21 20:45:43 UTC 2020 - Martin Liška <mliska@suse.cz> Tue Jan 21 20:45:43 UTC 2020 - Martin Liška <mliska@suse.cz>

View File

@ -32,8 +32,6 @@ Source99: neovim-rpmlintrc
Patch0: neovim.patch Patch0: neovim.patch
# PATCH-FIX-OPENSUSE neovim-0.1.7-bitop.patch mcepl@cepl.eu build with old Lua with external bit module # PATCH-FIX-OPENSUSE neovim-0.1.7-bitop.patch mcepl@cepl.eu build with old Lua with external bit module
Patch1: neovim-0.1.7-bitop.patch Patch1: neovim-0.1.7-bitop.patch
# PATCH-FIX-OPENSUSE fix-buf_set_term_title.patch fixes a different API with libvterm
Patch2: fix-buf_set_term_title.patch
BuildRequires: cmake BuildRequires: cmake
BuildRequires: desktop-file-utils BuildRequires: desktop-file-utils
BuildRequires: fdupes BuildRequires: fdupes
@ -92,9 +90,7 @@ parts of Vim, without compromise, and more.
%prep %prep
%setup -q %setup -q
%patch0 -p1 %autopatch -p1
%patch1 -p1
%patch2 -p1
# Remove __DATE__ and __TIME__. # Remove __DATE__ and __TIME__.
BUILD_TIME=$(LC_ALL=C date -ur %{_sourcedir}/%{name}.changes +'%{H}:%{M}') BUILD_TIME=$(LC_ALL=C date -ur %{_sourcedir}/%{name}.changes +'%{H}:%{M}')