From 17d13effed3754e071041ad01e0ba6479b447e09 Mon Sep 17 00:00:00 2001 From: Zdenek Dohnal Date: Oct 06 2020 15:06:01 +0000 Subject: - patchlevel 1805 --- diff --git a/.gitignore b/.gitignore index 6550a33..2b34ade 100644 --- a/.gitignore +++ b/.gitignore @@ -325,3 +325,4 @@ /vim-8.2-1651.tar.bz2 /vim-8.2-1687.tar.bz2 /vim-8.2-1770.tar.bz2 +/vim-8.2-1805.tar.bz2 diff --git a/sources b/sources index f051996..64d67a3 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (vim-8.2-1770.tar.bz2) = 5ed7874e2182821f024d4794f061d2f2426221e60ed3b8b6366a465128a1ab190c5aa22550cf94e0d1e3d81e70592fce6970de3311bcd6d00b07188855d974a9 +SHA512 (vim-8.2-1805.tar.bz2) = b47835c017fd7ff5250e37b689913fdf6e68fc27cf30f716280e9827ac2abb6ac6cae8b1770879bfe77744818bc499ff1be7367c0bba333e7ab336a93e3c3b59 diff --git a/vim-8.0-copy-paste.patch b/vim-8.0-copy-paste.patch index 1ef4c9b..203cbb7 100644 --- a/vim-8.0-copy-paste.patch +++ b/vim-8.0-copy-paste.patch @@ -1,6 +1,6 @@ -diff -up vim81/runtime/defaults.vim.copypaste vim81/runtime/defaults.vim ---- vim81/runtime/defaults.vim.copypaste 2019-10-30 10:30:23.108710252 +0100 -+++ vim81/runtime/defaults.vim 2019-10-30 10:36:19.127508406 +0100 +diff -up vim82/runtime/defaults.vim.copypaste vim82/runtime/defaults.vim +--- vim82/runtime/defaults.vim.copypaste 2020-10-06 17:03:19.276066889 +0200 ++++ vim82/runtime/defaults.vim 2020-10-06 17:04:30.437448603 +0200 @@ -73,18 +73,6 @@ map Q gq " Revert with ":iunmap ". inoremap u @@ -17,6 +17,6 @@ diff -up vim81/runtime/defaults.vim.copypaste vim81/runtime/defaults.vim - endif -endif - - " Switch syntax highlighting on when the terminal has colors or when using the - " GUI (which always has colors). - if &t_Co > 2 || has("gui_running") + " Only do this part when Vim was compiled with the +eval feature. + if 1 + diff --git a/vim.spec b/vim.spec index 65e1f03..abc3fa0 100644 --- a/vim.spec +++ b/vim.spec @@ -1,4 +1,4 @@ -%define patchlevel 1770 +%define patchlevel 1805 %if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1} %define WITH_SELINUX 1 %endif @@ -786,6 +786,9 @@ touch %{buildroot}/%{_datadir}/%{name}/vimfiles/doc/tags %{_datadir}/icons/locolor/*/apps/* %changelog +* Tue Oct 06 2020 Zdenek Dohnal - 2:8.2.1805-1 +- patchlevel 1805 + * Tue Sep 29 2020 Zdenek Dohnal - 2:8.2.1770-1 - patchlevel 1770