- patchlevel 2330

This commit is contained in:
Karsten Hopp 2016-09-05 17:06:05 +02:00
parent 8512572e9c
commit 00bb92578c
4 changed files with 2994 additions and 99 deletions

1
.gitignore vendored
View File

@ -8,3 +8,4 @@
/vim-7.4-1868.tar.bz2
/vim-7.4-1988.tar.bz2
/vim-7.4-1989.tar.bz2
/vim-7.4-2330.tar.bz2

File diff suppressed because it is too large Load Diff

View File

@ -1 +1 @@
356d6fcd657ac28e9e8d1c8398cfda30 vim-7.4-1989.tar.bz2
8d8a7d2afd684de7e908554606ac5b44 vim-7.4-2330.tar.bz2

View File

@ -1,4 +1,4 @@
%define patchlevel 1989
%define patchlevel 2330
%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
@ -744,6 +744,9 @@ rm -rf %{buildroot}
%{_datadir}/icons/hicolor/*/apps/*
%changelog
* Mon Sep 05 2016 Karsten Hopp <karsten@redhat.com> 7.4.2330-1
- patchlevel 2330
* Thu Aug 04 2016 Karsten Hopp <karsten@redhat.com> 7.4.1989-2
- redo patches, some upstream updates broke them