Merge branch 'f26' into f27
This commit is contained in:
commit
1726e56bb7
1
.gitignore
vendored
1
.gitignore
vendored
@ -141,3 +141,4 @@
|
||||
/vim-8.0-1322.tar.bz2
|
||||
/vim-8.0-1326.tar.bz2
|
||||
/vim-8.0-1330.tar.bz2
|
||||
/vim-8.0-1349.tar.bz2
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (vim-8.0-1330.tar.bz2) = edb76af0aadfbc9b1601f5b0250aad3e756a93605039cac4143ee5345978ac5844c844da737f7c1b1dee15d0b648808627bdb38df74db948d384dc2a654bfc8d
|
||||
SHA512 (vim-8.0-1349.tar.bz2) = d707dc3ef781c44ef92e07fac92d37f6c63c1188c880f03d7cc2522361a824bfa6ee56bb13670b580e60c1175680ce1073754a93018d159aaca2f8e35c548fbe
|
||||
|
7
vim.spec
7
vim.spec
@ -1,4 +1,4 @@
|
||||
%define patchlevel 1330
|
||||
%define patchlevel 1349
|
||||
%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
|
||||
Group: Applications/Editors
|
||||
Source0: ftp://ftp.vim.org/pub/vim/unix/vim-%{baseversion}-%{patchlevel}.tar.bz2
|
||||
@ -769,6 +769,9 @@ rm -rf %{buildroot}
|
||||
%{_datadir}/icons/locolor/*/apps/*
|
||||
|
||||
%changelog
|
||||
* Mon Nov 27 2017 Karsten Hopp <karsten@redhat.com> 8.0.1349-1
|
||||
- patchlevel 1349
|
||||
|
||||
* Mon Nov 27 2017 Zdenek Dohnal <zdohnal@redhat.com> - 8.0.1330-2
|
||||
- removing vim-8.0-beval-pro.patch and stop updating f25
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user