SHA256
1
0
forked from pool/vim
2023-01-27 09:15:23 +00:00
committed by Git OBS Bridge
3 changed files with 6 additions and 15 deletions

View File

@@ -1,13 +0,0 @@
Index: vim-8.2.2411/src/testdir/test_options.vim
===================================================================
--- vim-8.2.2411.orig/src/testdir/test_options.vim
+++ vim-8.2.2411/src/testdir/test_options.vim
@@ -496,7 +496,7 @@ func Test_set_ttytype()
" check for failure of finding the entry and for missing 'cm' entry.
try
set ttytype=xxx
- call assert_report('set ttytype=xxx did not fail')
+ "call assert_report('set ttytype=xxx did not fail')
catch /E522\|E437/
endtry

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Jan 26 07:49:28 UTC 2023 - Jiri Slaby <jslaby@suse.cz>
- drop vim-8.0-ttytype-test.patch as it changes test_options.vim which we
remove during %prep anyway. And this breaks quilt setup.
-------------------------------------------------------------------
Mon Jan 23 11:39:22 UTC 2023 - Ondřej Súkup <mimi.vx@gmail.com>

View File

@@ -71,7 +71,6 @@ Patch15: %{name}-7.4-filetype_apparmor.patch
Patch18: %{name}-7.3-filetype_spec.patch
Patch21: %{name}-7.3-filetype_changes.patch
Patch22: %{name}-7.4-filetype_mine.patch
Patch23: vim-8.0-ttytype-test.patch
Patch24: disable-unreliable-tests.patch
Patch25: ignore-flaky-test-failure.patch
Patch100: vim73-no-static-libpython.patch
@@ -211,7 +210,6 @@ cp %{SOURCE23} runtime/syntax/apparmor.vim
%patch18 -p1
%patch21 -p1
%patch22 -p1
%patch23 -p1
%patch24 -p1
%patch25 -p1
%patch100 -p1