- patchlevel 2330
This commit is contained in:
parent
8512572e9c
commit
00bb92578c
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
3083
README.patches
3083
README.patches
File diff suppressed because it is too large
Load Diff
2
sources
2
sources
@ -1 +1 @@
|
||||
356d6fcd657ac28e9e8d1c8398cfda30 vim-7.4-1989.tar.bz2
|
||||
8d8a7d2afd684de7e908554606ac5b44 vim-7.4-2330.tar.bz2
|
||||
|
7
vim.spec
7
vim.spec
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user