Accepting request 800596 from home:polslinux:branches:editors

- Update to version 8.2.0701 (no changelog)
- Rebase no-common.patch
- Rebase disable-unreliable-tests.patch

OBS-URL: https://build.opensuse.org/request/show/800596
OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=600
This commit is contained in:
Martin Pluskal 2020-05-06 08:44:02 +00:00 committed by Git OBS Bridge
parent 4206676734
commit 574cc3457d
6 changed files with 29 additions and 24 deletions

View File

@ -1,8 +1,7 @@
Index: vim-8.2.0348/src/testdir/Make_all.mak diff -ru a/src/testdir/Make_all.mak b/src/testdir/Make_all.mak
=================================================================== --- a/src/testdir/Make_all.mak 2020-05-04 23:24:44.000000000 +0200
--- vim-8.2.0348.orig/src/testdir/Make_all.mak +++ b/src/testdir/Make_all.mak 2020-05-06 09:31:18.902269152 +0200
+++ vim-8.2.0348/src/testdir/Make_all.mak @@ -67,7 +67,6 @@
@@ -54,7 +54,6 @@ NEW_TESTS = \
test_autoload \ test_autoload \
test_backspace_opt \ test_backspace_opt \
test_backup \ test_backup \
@ -10,7 +9,7 @@ Index: vim-8.2.0348/src/testdir/Make_all.mak
test_balloon_gui \ test_balloon_gui \
test_behave \ test_behave \
test_blob \ test_blob \
@@ -185,7 +184,6 @@ NEW_TESTS = \ @@ -200,7 +199,6 @@
test_netbeans \ test_netbeans \
test_normal \ test_normal \
test_number \ test_number \
@ -18,7 +17,7 @@ Index: vim-8.2.0348/src/testdir/Make_all.mak
test_packadd \ test_packadd \
test_partial \ test_partial \
test_paste \ test_paste \
@@ -301,7 +299,6 @@ NEW_TESTS_RES = \ @@ -316,7 +314,6 @@
test_autocmd.res \ test_autocmd.res \
test_autoload.res \ test_autoload.res \
test_backspace_opt.res \ test_backspace_opt.res \
@ -26,20 +25,19 @@ Index: vim-8.2.0348/src/testdir/Make_all.mak
test_balloon_gui.res \ test_balloon_gui.res \
test_blob.res \ test_blob.res \
test_blockedit.res \ test_blockedit.res \
Index: vim-8.2.0348/src/testdir/Makefile diff -ru a/src/testdir/Makefile b/src/testdir/Makefile
=================================================================== --- a/src/testdir/Makefile 2020-05-04 23:24:44.000000000 +0200
--- vim-8.2.0348.orig/src/testdir/Makefile +++ b/src/testdir/Makefile 2020-05-06 09:30:47.350206433 +0200
+++ vim-8.2.0348/src/testdir/Makefile @@ -36,8 +36,6 @@
@@ -36,8 +36,6 @@ SCRIPTS = $(SCRIPTS_ALL) \
# Explicit dependencies. # Explicit dependencies.
test49.out: test49.vim test49.out: test49.vim
-test_options.res test_alot.res: opt_test.vim -test_options.res test_alot.res: opt_test.vim
- -
SCRIPTS_BENCH = bench_re_freeze.out SCRIPTS_BENCH = test_bench_regexp.res
.SUFFIXES: .in .out .res .vim .SUFFIXES: .in .out .res .vim
@@ -178,8 +176,5 @@ test_gui_init.res: test_gui_init.vim @@ -180,9 +178,6 @@
$(RUN_VIMTEST) -u gui_preinit.vim -U gui_init.vim $(NO_PLUGINS) -S runtest.vim $< $(RUN_VIMTEST) -u gui_preinit.vim -U gui_init.vim $(NO_PLUGINS) -S runtest.vim $<
@rm vimcmd @rm vimcmd
@ -48,3 +46,4 @@ Index: vim-8.2.0348/src/testdir/Makefile
- -
test_xxd.res: test_xxd.res:
XXD=$(XXDPROG); export XXD; $(RUN_VIMTEST) $(NO_INITS) -S runtest.vim test_xxd.vim XXD=$(XXDPROG); export XXD; $(RUN_VIMTEST) $(NO_INITS) -S runtest.vim test_xxd.vim

View File

@ -1,12 +1,11 @@
Index: vim-8.2.0348/src/globals.h diff -ru b/src/globals.h a/src/globals.h
=================================================================== --- b/src/globals.h 2020-05-05 23:32:58.000000000 +0200
--- vim-8.2.0348.orig/src/globals.h +++ a/src/globals.h 2020-05-06 09:40:51.607410538 +0200
+++ vim-8.2.0348/src/globals.h @@ -1264,7 +1264,7 @@
@@ -1242,7 +1242,7 @@ extern char *Version;
#if defined(HAVE_DATE_TIME) && defined(VMS) && defined(VAXC) #if defined(HAVE_DATE_TIME) && defined(VMS) && defined(VAXC)
extern char longVersion[]; extern char longVersion[];
#else #else
-EXTERN char *longVersion; -EXTERN char *longVersion INIT(= NULL);
+extern char *longVersion; +extern char *longVersion;
#endif #endif

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:aa35e76692c4861fa983a766c6c88eb6601e21239b3aee65accf495cebcf4e21
size 14894037

3
vim-8.2.0701.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:09c6e80f1c05be13adf458cb9531581794b397c64d0002e82adb881e1fb7f121
size 14939593

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Wed May 6 07:37:25 UTC 2020 - Paolo Stivanin <info@paolostivanin.com>
- Update to version 8.2.0701 (no changelog)
- Rebase no-common.patch
- Rebase disable-unreliable-tests.patch
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Apr 25 10:41:24 UTC 2020 - Andreas Stieger <andreas.stieger@gmx.de> Sat Apr 25 10:41:24 UTC 2020 - Andreas Stieger <andreas.stieger@gmx.de>

View File

@ -17,7 +17,7 @@
%define pkg_version 8.2 %define pkg_version 8.2
%define patchlevel 0530 %define patchlevel 0701
%define patchlevel_compact %{patchlevel} %define patchlevel_compact %{patchlevel}
%define VIM_SUBDIR vim82 %define VIM_SUBDIR vim82
%define site_runtimepath %{_datadir}/vim/site %define site_runtimepath %{_datadir}/vim/site