- patchlevel 95

This commit is contained in:
Zdenek Dohnal 2018-06-22 13:09:52 +02:00
parent 7b0d7a8f68
commit b58a6916a7
3 changed files with 7 additions and 3 deletions

1
.gitignore vendored
View File

@ -206,3 +206,4 @@
/vim-8.1-042.tar.bz2 /vim-8.1-042.tar.bz2
/vim-8.1-055.tar.bz2 /vim-8.1-055.tar.bz2
/vim-8.1-072.tar.bz2 /vim-8.1-072.tar.bz2
/vim-8.1-095.tar.bz2

View File

@ -1 +1 @@
SHA512 (vim-8.1-072.tar.bz2) = 66d272957412071c2eea7fd1d9ad71e1bd0a1d59a892f0516349151b18b9927197e3adbd31c73582f98540c79917f49862cd916b7c4744b98e98b4955a1e99d9 SHA512 (vim-8.1-095.tar.bz2) = a4a089cf16507a45ca07e974aac73819558e0b63105ac22bc98957ee339a27d919d6b4593719d55bcbae43e717c1e7b291af46741d8be33e5ce61ab003e2bf2e

View File

@ -1,4 +1,4 @@
%define patchlevel 072 %define patchlevel 095
%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
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
Source1: vim.sh Source1: vim.sh
@ -759,6 +759,9 @@ touch %{buildroot}/%{_datadir}/%{name}/vimfiles/doc/tags
%{_datadir}/icons/locolor/*/apps/* %{_datadir}/icons/locolor/*/apps/*
%changelog %changelog
* Fri Jun 22 2018 Karsten Hopp <karsten@redhat.com> 8.1.095-1
- patchlevel 095
* Tue Jun 19 2018 Miro Hrončok <mhroncok@redhat.com> - 2:8.1.072-2 * Tue Jun 19 2018 Miro Hrončok <mhroncok@redhat.com> - 2:8.1.072-2
- Rebuilt for Python 3.7 - Rebuilt for Python 3.7