- patchlevel 1570

This commit is contained in:
Karsten Hopp 2016-03-15 16:37:37 +01:00
parent 86197c011f
commit 601d728d63
4 changed files with 1934 additions and 2 deletions

1
.gitignore vendored
View File

@ -22,3 +22,4 @@ vim-7.2.tar.bz2
/vim-7.4-1142.tar.bz2
/vim-7.4-1229.tar.bz2
/vim-7.4-1344.tar.bz2
/vim-7.4-1570.tar.bz2

File diff suppressed because it is too large Load Diff

View File

@ -1 +1 @@
dcec6440f374d0c245fe3db7069aa17a vim-7.4-1344.tar.bz2
b214771bf13ced041b1d8ddea84c6cb5 vim-7.4-1570.tar.bz2

View File

@ -1,4 +1,4 @@
%define patchlevel 1344
%define patchlevel 1570
%if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
%define WITH_SELINUX 1
%endif
@ -752,6 +752,9 @@ rm -rf %{buildroot}
%{_datadir}/icons/hicolor/*/apps/*
%changelog
* Tue Mar 15 2016 Karsten Hopp <karsten@redhat.com> 7.4.1570-1
- patchlevel 1570
* Wed Feb 17 2016 Karsten Hopp <karsten@redhat.com> 7.4.1344-1
- patchlevel 1344