From 4963255e7477d456058d737d144dbb3d8e80f1f5767fd5c1740e410bb321e58e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= <mimi.vx@gmail.com>
Date: Tue, 3 Mar 2020 12:30:40 +0000
Subject: [PATCH] - Updated to version 8.2.0348, fixes the following problems  
 * Short name not set for terminal buffer.   * Build failure on HP-UX system. 
  * ex_getln.c code has insufficient test coverage.   * MSVC:
 _CRT_SECURE_NO_DEPRECATE not defined on DEBUG build.   * Vim9: types not
 sufficiently tested.   * File missing in distribution, comments outdated.   *
 No Haiku support.   * Vim9: ":execute" does not work yet.   * Vim9: error
 checks not tested.   * Vim9: calling a function that is defined later is
 slow.   * Text property not updated correctly when inserting/deleting.   *
 Ex_getln.c code not covered by tests.   * Compiler warning for using
 uninitialized variable. (Yegappan Lakshmanan)   * Crash when opening and
 closing two popup terminal windows.   * No redraw when leaving
 terminal-normal mode in a terminal popup window.   * Popup filter converts
 0x80 bytes.   * Build error with popup window but without terminal.   *
 Internal error when using test_void() and test_unknown(). (Dominique Pelle)  
 * Some code in ex_getln.c not covered by tests.   * Terminal in popup test is
 flaky.   * Abort called when using test_void(). (Dominique Pelle)   * No
 completion for :disassemble.   * Vim9: insufficient test coverage for
 compiling.   * Build fails on a few systems.   * Build failure without the
 channel feature.   * Vim9: function return type may depend on arguments.   *
 Vim9: function and partial types not tested.   * Using ":for" in Vim9 script
 gives an error.   * Some code in ex_getln.c not covered by tests.

OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=589
---
 vim-8.2.0314.tar.gz |  3 ---
 vim-8.2.0348.tar.gz |  3 +++
 vim.changes         | 38 ++++++++++++++++++++++++++++++++++++++
 vim.spec            |  2 +-
 4 files changed, 42 insertions(+), 4 deletions(-)
 delete mode 100644 vim-8.2.0314.tar.gz
 create mode 100644 vim-8.2.0348.tar.gz

diff --git a/vim-8.2.0314.tar.gz b/vim-8.2.0314.tar.gz
deleted file mode 100644
index 128ff8d..0000000
--- a/vim-8.2.0314.tar.gz
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:94bc37fe4eedcf0d08af6633a6224fd42c554316a9b156e8c3e7bb910e6c4d61
-size 14780496
diff --git a/vim-8.2.0348.tar.gz b/vim-8.2.0348.tar.gz
new file mode 100644
index 0000000..722c5f6
--- /dev/null
+++ b/vim-8.2.0348.tar.gz
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:63a178c80f1dfffd85071eaeec52b7614955237c4920aa726bef694a13ec440e
+size 14839896
diff --git a/vim.changes b/vim.changes
index 74f1e69..aa4ca81 100644
--- a/vim.changes
+++ b/vim.changes
@@ -1,3 +1,41 @@
+-------------------------------------------------------------------
+Tue Mar  3 12:29:31 UTC 2020 - Ondřej Súkup <mimi.vx@gmail.com>
+
+- Updated to version 8.2.0348, fixes the following problems
+  * Short name not set for terminal buffer.
+  * Build failure on HP-UX system.
+  * ex_getln.c code has insufficient test coverage.
+  * MSVC: _CRT_SECURE_NO_DEPRECATE not defined on DEBUG build.
+  * Vim9: types not sufficiently tested.
+  * File missing in distribution, comments outdated.
+  * No Haiku support.
+  * Vim9: ":execute" does not work yet.
+  * Vim9: error checks not tested.
+  * Vim9: calling a function that is defined later is slow.
+  * Text property not updated correctly when inserting/deleting.
+  * Ex_getln.c code not covered by tests.
+  * Compiler warning for using uninitialized variable. (Yegappan Lakshmanan)
+  * Crash when opening and closing two popup terminal windows.
+  * No redraw when leaving terminal-normal mode in a terminal popup window.
+  * Popup filter converts 0x80 bytes.
+  * Build error with popup window but without terminal.
+  * Internal error when using test_void() and test_unknown(). (Dominique Pelle)
+  * Some code in ex_getln.c not covered by tests.
+  * Terminal in popup test is flaky.
+  * Abort called when using test_void(). (Dominique Pelle)
+  * No completion for :disassemble.
+  * Vim9: insufficient test coverage for compiling.
+  * Build fails on a few systems.
+  * Build failure without the channel feature.
+  * Vim9: function return type may depend on arguments.
+  * Vim9: function and partial types not tested.
+  * Using ":for" in Vim9 script gives an error.
+  * Some code in ex_getln.c not covered by tests.
+  * Vim9: using wrong instruction, limited test coverage.
+  * ":def" not skipped properly.
+  * Compiler warning when building without the float feature.
+  * Vim9: finding common list type not tested.
+
 -------------------------------------------------------------------
 Tue Feb 25 12:51:05 UTC 2020 - Ondřej Súkup <mimi.vx@gmail.com>
 
diff --git a/vim.spec b/vim.spec
index 99df763..5d3727e 100644
--- a/vim.spec
+++ b/vim.spec
@@ -17,7 +17,7 @@
 
 
 %define pkg_version 8.2
-%define patchlevel 0314
+%define patchlevel 0348
 %define patchlevel_compact %{patchlevel}
 %define VIM_SUBDIR vim82
 %define site_runtimepath %{_datadir}/vim/site