- patchlevel 918
This commit is contained in:
parent
be2d00367c
commit
bd661aab3a
1
.gitignore
vendored
1
.gitignore
vendored
@ -245,3 +245,4 @@
|
|||||||
/vim-8.1-873.tar.bz2
|
/vim-8.1-873.tar.bz2
|
||||||
/vim-8.1-880.tar.bz2
|
/vim-8.1-880.tar.bz2
|
||||||
/vim-8.1-897.tar.bz2
|
/vim-8.1-897.tar.bz2
|
||||||
|
/vim-8.1-918.tar.bz2
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (vim-8.1-897.tar.bz2) = 39933ec956ee1337f25967bb165f7c6b36b44520a953dc70a2e1919110fbf89558de38891604b77c99bde71fccc0390d3f8edae603b234a2f7b0c17d5989833d
|
SHA512 (vim-8.1-918.tar.bz2) = 58fc2a3e8200721b93b10d3e3bc65cfdc4dcbcb0fe836c42c57058706d279ba638abf2a501dc12988738e2eff3348363f52596c1e3ef3727b8360895aca7f550
|
||||||
|
7
vim.spec
7
vim.spec
@ -1,4 +1,4 @@
|
|||||||
%define patchlevel 897
|
%define patchlevel 918
|
||||||
%if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
|
%if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
|
||||||
%define WITH_SELINUX 1
|
%define WITH_SELINUX 1
|
||||||
%endif
|
%endif
|
||||||
@ -21,7 +21,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
|
||||||
@ -796,6 +796,9 @@ touch %{buildroot}/%{_datadir}/%{name}/vimfiles/doc/tags
|
|||||||
%{_datadir}/icons/locolor/*/apps/*
|
%{_datadir}/icons/locolor/*/apps/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Feb 14 2019 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.1.918-1
|
||||||
|
- patchlevel 918
|
||||||
|
|
||||||
* Thu Feb 14 2019 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.1.897-2
|
* Thu Feb 14 2019 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.1.897-2
|
||||||
- we do not need exact include path for python3 now
|
- we do not need exact include path for python3 now
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user