From 40df514c28724032cf9213fae43916968d618696 Mon Sep 17 00:00:00 2001 From: DistroBaker Date: Fri, 20 Nov 2020 21:30:35 +0000 Subject: [PATCH] Merged update from upstream sources This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/vim.git#bd7649faf15d0bd179bc262f74789fc630327aea --- .gitignore | 1 + sources | 2 +- vim.spec | 5 ++++- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index f5fd01ed..86cf386f 100644 --- a/.gitignore +++ b/.gitignore @@ -331,3 +331,4 @@ /vim-8.2-1941.tar.bz2 /vim-8.2-1961.tar.bz2 /vim-8.2-1971.tar.bz2 +/vim-8.2-2018.tar.bz2 diff --git a/sources b/sources index b1d44c5e..6d373deb 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (vim-8.2-1971.tar.bz2) = e4af24fb2adbfdbf3a452e0ebe8433d0d081f9d91028280d2bdd14ec0569e162ce7ff5c98cae5951173ece6cc575d10b35fce8ca8d9955d704dfd5049d4ee04c +SHA512 (vim-8.2-2018.tar.bz2) = ecfb141a93f43c42ea59e2630ebe08dd22766865e2418fb7ad7af54c24fbde7f435adbf8b1ec03088c57be97d072e2b8bc45808139ce4c1258ef5fc5219b9f0e diff --git a/vim.spec b/vim.spec index 59e01db0..b76fe1e3 100644 --- a/vim.spec +++ b/vim.spec @@ -1,4 +1,4 @@ -%define patchlevel 1971 +%define patchlevel 2018 %if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1} %define WITH_SELINUX 1 %endif @@ -826,6 +826,9 @@ touch %{buildroot}/%{_datadir}/%{name}/vimfiles/doc/tags %config(noreplace) %{_sysconfdir}/profile.d/vim-default-editor.* %changelog +* Fri Nov 20 2020 Zdenek Dohnal - 2:8.2.2018-1 +- patchlevel 2018 + * Tue Nov 10 2020 Zdenek Dohnal - 2:8.2.1971-1 - patchlevel 1971