- patchlevel 1344
This commit is contained in:
parent
28031e244a
commit
678f26294e
1
.gitignore
vendored
1
.gitignore
vendored
@ -21,3 +21,4 @@ vim-7.2.tar.bz2
|
||||
/vim-7.4-1087.tar.bz2
|
||||
/vim-7.4-1142.tar.bz2
|
||||
/vim-7.4-1229.tar.bz2
|
||||
/vim-7.4-1344.tar.bz2
|
||||
|
1001
README.patches
1001
README.patches
File diff suppressed because it is too large
Load Diff
2
sources
2
sources
@ -1 +1 @@
|
||||
ab988052e2c79aa5e823c7cdfafef2cb vim-7.4-1229.tar.bz2
|
||||
dcec6440f374d0c245fe3db7069aa17a vim-7.4-1344.tar.bz2
|
||||
|
7
vim.spec
7
vim.spec
@ -1,4 +1,4 @@
|
||||
%define patchlevel 1229
|
||||
%define patchlevel 1344
|
||||
%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: 2%{?dist}
|
||||
Release: 1%{?dist}
|
||||
License: Vim
|
||||
Group: Applications/Editors
|
||||
Source0: ftp://ftp.vim.org/pub/vim/unix/vim-%{baseversion}-%{patchlevel}.tar.bz2
|
||||
@ -756,6 +756,9 @@ rm -rf %{buildroot}
|
||||
%{_datadir}/icons/hicolor/*/apps/*
|
||||
|
||||
%changelog
|
||||
* Wed Feb 17 2016 Karsten Hopp <karsten@redhat.com> 7.4.1344-1
|
||||
- patchlevel 1344
|
||||
|
||||
* Fri Feb 05 2016 Fedora Release Engineering <releng@fedoraproject.org> - 2:7.4.1229-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user