From 1961611d65c3395d5557601f1859c6f0924643f8 Mon Sep 17 00:00:00 2001 From: Zdenek Dohnal Date: Jul 26 2019 05:59:29 +0000 Subject: - patchlevel 1749 --- diff --git a/.gitignore b/.gitignore index 77ae3cf..d248479 100644 --- a/.gitignore +++ b/.gitignore @@ -260,3 +260,4 @@ /vim-8.1-1602.tar.bz2 /vim-8.1-1661.tar.bz2 /vim-8.1-1713.tar.bz2 +/vim-8.1-1749.tar.bz2 diff --git a/sources b/sources index 9cc7cfc..2bb6dbb 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (vim-8.1-1713.tar.bz2) = e6b22ba25164096d399e97d237515df758fe2455618544898504550fa81579ec05cf2803756a7ff2b8bc41eac75659b6336687810b50407c20856f5777fd333a +SHA512 (vim-8.1-1749.tar.bz2) = 6080b29539b8f4e20486e6019eb2592eafee3e1ad74cc27c50b733c0212ccdfe1dc42486a021b729e94230504335d060f336026708428180ac18126cd1bd1984 diff --git a/vim.spec b/vim.spec index ee7b542..88a2dd5 100644 --- a/vim.spec +++ b/vim.spec @@ -1,4 +1,4 @@ -%define patchlevel 1713 +%define patchlevel 1749 %if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1} %define WITH_SELINUX 1 %endif @@ -21,7 +21,7 @@ Summary: The VIM editor URL: http://www.vim.org/ Name: vim Version: %{baseversion}.%{patchlevel} -Release: 6%{?dist} +Release: 1%{?dist} License: Vim and MIT Source0: ftp://ftp.vim.org/pub/vim/unix/vim-%{baseversion}-%{patchlevel}.tar.bz2 Source1: vim.sh @@ -788,6 +788,9 @@ touch %{buildroot}/%{_datadir}/%{name}/vimfiles/doc/tags %{_datadir}/icons/locolor/*/apps/* %changelog +* Fri Jul 26 2019 Zdenek Dohnal - 2:8.1.1749-1 +- patchlevel 1749 + * Tue Jul 23 2019 Zdenek Dohnal - 2:8.1.1713-6 - Provides must be unversioned according FPG