- patchlevel 209
This commit is contained in:
parent
4d1eca2f3f
commit
626eb2def9
1
.gitignore
vendored
1
.gitignore
vendored
@ -214,3 +214,4 @@
|
|||||||
/vim-8.1-189.tar.bz2
|
/vim-8.1-189.tar.bz2
|
||||||
/vim-8.1-197.tar.bz2
|
/vim-8.1-197.tar.bz2
|
||||||
/vim-8.1-207.tar.bz2
|
/vim-8.1-207.tar.bz2
|
||||||
|
/vim-8.1-209.tar.bz2
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (vim-8.1-207.tar.bz2) = 9561f213fed301f5b9a3dcad57a84abc47e1b4ec01337773f80832485981a8851476c28f317aea51250fdbcfcd34a261085a7223fabe5a1e2efa70a9eaf1abb3
|
SHA512 (vim-8.1-209.tar.bz2) = f7d426e9e57308b8f436d3e7263adecd72d5261b3a55bea7b1c8e34d6bed30ea614adc9f0c46c53a55e408af0da99959bc674aeb51b04353ec5269c790489b3f
|
||||||
|
7
vim.spec
7
vim.spec
@ -1,4 +1,4 @@
|
|||||||
%define patchlevel 207
|
%define patchlevel 209
|
||||||
%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 and MIT
|
License: Vim and MIT
|
||||||
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
|
||||||
@ -777,6 +777,9 @@ touch %{buildroot}/%{_datadir}/%{name}/vimfiles/doc/tags
|
|||||||
%{_datadir}/icons/locolor/*/apps/*
|
%{_datadir}/icons/locolor/*/apps/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jul 25 2018 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.1.209-1
|
||||||
|
- patchlevel 209
|
||||||
|
|
||||||
* Tue Jul 24 2018 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.1.207-2
|
* Tue Jul 24 2018 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.1.207-2
|
||||||
- correcting license
|
- correcting license
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user