- patchlevel 1438

This commit is contained in:
Zdenek Dohnal 2018-01-29 11:31:54 +01:00
parent a980463c19
commit ae93868e70
3 changed files with 7 additions and 3 deletions

1
.gitignore vendored
View File

@ -157,3 +157,4 @@
/vim-8.0-1406.tar.bz2 /vim-8.0-1406.tar.bz2
/vim-8.0-1427.tar.bz2 /vim-8.0-1427.tar.bz2
/vim-8.0-1428.tar.bz2 /vim-8.0-1428.tar.bz2
/vim-8.0-1438.tar.bz2

View File

@ -1 +1 @@
SHA512 (vim-8.0-1428.tar.bz2) = 39cd44b168bba3d8838591fe7e49eaa6d7e414213ff6a3644cf4582533a8e08eac097c74eebe69dd13d693a33cff192dd6e38929518e87f8934942e216f57236 SHA512 (vim-8.0-1438.tar.bz2) = f8370e7f31b3209875d903df760559475c5539c5f08f3ecd28340ede5aa53946c1edc86bf76ec1096d9a9cbd9fd10cf25e58de3c38eac6e671b009b5bea12632

View File

@ -1,4 +1,4 @@
%define patchlevel 1428 %define patchlevel 1438
%if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1} %if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
%define WITH_SELINUX 1 %define WITH_SELINUX 1
%endif %endif
@ -24,7 +24,7 @@ Summary: The VIM editor
URL: http://www.vim.org/ URL: http://www.vim.org/
Name: vim Name: vim
Version: %{baseversion}.%{patchlevel} Version: %{baseversion}.%{patchlevel}
Release: 4%{?dist} Release: 1%{?dist}
License: Vim License: Vim
Group: Applications/Editors Group: Applications/Editors
Source0: ftp://ftp.vim.org/pub/vim/unix/vim-%{baseversion}-%{patchlevel}.tar.bz2 Source0: ftp://ftp.vim.org/pub/vim/unix/vim-%{baseversion}-%{patchlevel}.tar.bz2
@ -743,6 +743,9 @@ touch %{buildroot}/%{_datadir}/%{name}/vimfiles/doc/tags
%{_datadir}/icons/locolor/*/apps/* %{_datadir}/icons/locolor/*/apps/*
%changelog %changelog
* Mon Jan 29 2018 Karsten Hopp <karsten@redhat.com> 8.0.1438-1
- patchlevel 1438
* Tue Jan 23 2018 Zdenek Dohnal <zdohnal@redhat.com> - 8.0.1428-4 * Tue Jan 23 2018 Zdenek Dohnal <zdohnal@redhat.com> - 8.0.1428-4
- throw vim.1.gz out from vim-minimal and other manpages from vim-common - throw vim.1.gz out from vim-minimal and other manpages from vim-common
- appdata should be in metainfo folder now - appdata should be in metainfo folder now