- patchlevel 1376

This commit is contained in:
Zdenek Dohnal 2017-12-06 13:01:23 +01:00
parent 8e6b0e0550
commit 845c43977b
3 changed files with 7 additions and 3 deletions

1
.gitignore vendored
View File

@ -147,3 +147,4 @@
/vim-8.0-1359.tar.bz2 /vim-8.0-1359.tar.bz2
/vim-8.0-1360.tar.bz2 /vim-8.0-1360.tar.bz2
/vim-8.0-1367.tar.bz2 /vim-8.0-1367.tar.bz2
/vim-8.0-1376.tar.bz2

View File

@ -1 +1 @@
SHA512 (vim-8.0-1367.tar.bz2) = dd8cd104b9cd3e01ae66b37c864b194ca0ad0dbfebb469e78d55fb76036789f4eab7bff5f93858c734952675ac0d60f03e6136249a9623d5378237d21a9df201 SHA512 (vim-8.0-1376.tar.bz2) = b1a189176a0f55adcc67a6bb32d7034fe58fb9018a82bb008530b84a36601762985a4ac4391998a53e0bfa52056106b1272c03faa66ed2e1b94add885eab9bc6

View File

@ -1,4 +1,4 @@
%define patchlevel 1367 %define patchlevel 1376
%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: 2%{?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
@ -766,6 +766,9 @@ update-desktop-database &> /dev/null ||:
%{_datadir}/icons/locolor/*/apps/* %{_datadir}/icons/locolor/*/apps/*
%changelog %changelog
* Wed Dec 06 2017 Karsten Hopp <karsten@redhat.com> 8.0.1376-1
- patchlevel 1376
* Mon Dec 04 2017 Zdenek Dohnal <zdohnal@redhat.com> - 8.0.1367-2 * Mon Dec 04 2017 Zdenek Dohnal <zdohnal@redhat.com> - 8.0.1367-2
- fix regexp in vim-update.sh - fix regexp in vim-update.sh