- patchlevel 1842
This commit is contained in:
parent
108461f413
commit
828e12d38f
1
.gitignore
vendored
1
.gitignore
vendored
@ -192,3 +192,4 @@
|
||||
/vim-8.0-1789.tar.bz2
|
||||
/vim-8.0-1806.tar.bz2
|
||||
/vim-8.0-1813.tar.bz2
|
||||
/vim-8.0-1842.tar.bz2
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (vim-8.0-1813.tar.bz2) = 875022549d5e64b706bbb237686abe4de14299d9a1a6ddae5a32adbb4829b51f6632721d4fa2b296488b3acee34839f297cbe7f07189436e6a5e901d3546c730
|
||||
SHA512 (vim-8.0-1842.tar.bz2) = 5cfe52d11ebd534d50b0e2979bf5e503910b17ff5dd7d4a96fcaf04b4e848573088b834d7ac0e0d5d5a2925b9c4d53709b56c82b96d695078739f82e19bf83aa
|
||||
|
||||
7
vim.spec
7
vim.spec
@ -1,4 +1,4 @@
|
||||
%define patchlevel 1813
|
||||
%define patchlevel 1842
|
||||
%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
|
||||
Source0: ftp://ftp.vim.org/pub/vim/unix/vim-%{baseversion}-%{patchlevel}.tar.bz2
|
||||
Source1: vim.sh
|
||||
@ -759,6 +759,9 @@ touch %{buildroot}/%{_datadir}/%{name}/vimfiles/doc/tags
|
||||
%{_datadir}/icons/locolor/*/apps/*
|
||||
|
||||
%changelog
|
||||
* Tue May 15 2018 Karsten Hopp <karsten@redhat.com> 8.0.1842-1
|
||||
- patchlevel 1842
|
||||
|
||||
* Tue May 15 2018 Zdenek Dohnal <zdohnal@redhat.com> - 8.0.1813-2
|
||||
- use environment variable in build phase
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user