- patchlevel 233
This commit is contained in:
parent
ff57c0def5
commit
79740ab13a
1
.gitignore
vendored
1
.gitignore
vendored
@ -217,3 +217,4 @@
|
||||
/vim-8.1-209.tar.bz2
|
||||
/vim-8.1-213.tar.bz2
|
||||
/vim-8.1-229.tar.bz2
|
||||
/vim-8.1-233.tar.bz2
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (vim-8.1-229.tar.bz2) = 4803cf0cc5e3dc9dd1fb95e54e0f6e6c67025ff4a43973e3c343fc8e9f55ad7ed6d384b4f663f3f47d7301c4640c52d00d151da9962149903ab8f9d75cb563cf
|
||||
SHA512 (vim-8.1-233.tar.bz2) = 1d80b9a4b08808f5099a7975cdcdb72d7f58ea83112fa56b782d8721e333323c291f01b8f507130fe5271d3cac79a99e6484905dd5c17a2d326f397b5b7dbace
|
||||
|
7
vim.spec
7
vim.spec
@ -1,4 +1,4 @@
|
||||
%define patchlevel 229
|
||||
%define patchlevel 233
|
||||
%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
|
||||
@ -795,6 +795,9 @@ touch %{buildroot}/%{_datadir}/%{name}/vimfiles/doc/tags
|
||||
%{_datadir}/icons/locolor/*/apps/*
|
||||
|
||||
%changelog
|
||||
* Thu Aug 02 2018 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.1.233-1
|
||||
- patchlevel 233
|
||||
|
||||
* Tue Jul 31 2018 Florian Weimer <fweimer@redhat.com> - 2:8.1.229-2
|
||||
- Rebuild with fixed binutils
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user