- patchlevel 1367

This commit is contained in:
Zdenek Dohnal 2017-12-04 15:02:51 +01:00
parent 468749ccbb
commit 52b9aef735
3 changed files with 7 additions and 3 deletions

1
.gitignore vendored
View File

@ -146,3 +146,4 @@
/vim-8.0-1358.tar.bz2 /vim-8.0-1358.tar.bz2
/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

View File

@ -1 +1 @@
SHA512 (vim-8.0-1360.tar.bz2) = 7a0470c8424f7199808d8c41da89be7a09f00b7513e431467d816cc722a8a48d86141649f75d544a50727b74251514d53f3faf64e5ada91bff13b611fdaa2d3a SHA512 (vim-8.0-1367.tar.bz2) = dd8cd104b9cd3e01ae66b37c864b194ca0ad0dbfebb469e78d55fb76036789f4eab7bff5f93858c734952675ac0d60f03e6136249a9623d5378237d21a9df201

View File

@ -1,4 +1,4 @@
%define patchlevel 1360 %define patchlevel 1367
%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
* Mon Dec 04 2017 Karsten Hopp <karsten@redhat.com> 8.0.1367-1
- patchlevel 1367
* Fri Dec 01 2017 Zdenek Dohnal <zdohnal@redhat.com> - 8.0.1360-2 * Fri Dec 01 2017 Zdenek Dohnal <zdohnal@redhat.com> - 8.0.1360-2
- fix in vim-update.sh - fix in vim-update.sh