From 4273315b7342d01ceaab930a7784918107a4f8dd39594248da59b80bfe38fb0a Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Mon, 6 Apr 2020 11:17:36 +0000 Subject: [PATCH] - 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 --- neovim.changes | 6 ++++++ neovim.spec | 6 +----- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/neovim.changes b/neovim.changes index 7937648..cd728de 100644 --- a/neovim.changes +++ b/neovim.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Apr 6 11:12:59 UTC 2020 - Matej Cepl + +- Remove unnecessary fix-buf_set_term_title.patch, which actually + breaks the build. + ------------------------------------------------------------------- Tue Jan 21 20:45:43 UTC 2020 - Martin Liška diff --git a/neovim.spec b/neovim.spec index d7897e8..168fe95 100644 --- a/neovim.spec +++ b/neovim.spec @@ -32,8 +32,6 @@ Source99: neovim-rpmlintrc Patch0: neovim.patch # 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 -# 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: desktop-file-utils BuildRequires: fdupes @@ -92,9 +90,7 @@ parts of Vim, without compromise, and more. %prep %setup -q -%patch0 -p1 -%patch1 -p1 -%patch2 -p1 +%autopatch -p1 # Remove __DATE__ and __TIME__. BUILD_TIME=$(LC_ALL=C date -ur %{_sourcedir}/%{name}.changes +'%{H}:%{M}')