- patchlevel 575

This commit is contained in:
Zdenek Dohnal 2018-12-10 12:19:15 +01:00
parent c364e6ff28
commit fd5e45dfc7
3 changed files with 7 additions and 3 deletions

1
.gitignore vendored
View File

@ -235,3 +235,4 @@
/vim-8.1-513.tar.bz2
/vim-8.1-527.tar.bz2
/vim-8.1-549.tar.bz2
/vim-8.1-575.tar.bz2

View File

@ -1 +1 @@
SHA512 (vim-8.1-549.tar.bz2) = 2a98e2f6af9b9748b8658c4e8b0e000e7e9eb6767b81b025d8e03574597dbf2f6300d4a89ae0ac52ed9a0138e8ebd53715bdf6ee2fdfd56b1d6fe0c1b752afe1
SHA512 (vim-8.1-575.tar.bz2) = cab35be1f5e532984a8f5b6630997af06a780357b96444be6dc13ae3b3d74bc9c49a1d7221aa1e3d1eac231a1d30998bf16de7e4d72a40409a2b7ea76b0d646c

View File

@ -1,4 +1,4 @@
%define patchlevel 549
%define patchlevel 575
%if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
%define WITH_SELINUX 1
%endif
@ -24,7 +24,7 @@ Summary: The VIM editor
URL: http://www.vim.org/
Name: vim
Version: %{baseversion}.%{patchlevel}
Release: 2%{?dist}
Release: 1%{?dist}
License: Vim and MIT
Source0: ftp://ftp.vim.org/pub/vim/unix/vim-%{baseversion}-%{patchlevel}.tar.bz2
Source1: vim.sh
@ -802,6 +802,9 @@ touch %{buildroot}/%{_datadir}/%{name}/vimfiles/doc/tags
%{_datadir}/icons/locolor/*/apps/*
%changelog
* Mon Dec 10 2018 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.1.575-1
- patchlevel 575
* Wed Dec 05 2018 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.1.549-2
- do not strip binaries before build system strips it