- patchlevel 905
This commit is contained in:
parent
798b445650
commit
48608571d1
1
.gitignore
vendored
1
.gitignore
vendored
@ -302,3 +302,4 @@
|
|||||||
/vim-8.2-806.tar.bz2
|
/vim-8.2-806.tar.bz2
|
||||||
/vim-8.2-834.tar.bz2
|
/vim-8.2-834.tar.bz2
|
||||||
/vim-8.2-869.tar.bz2
|
/vim-8.2-869.tar.bz2
|
||||||
|
/vim-8.2-905.tar.bz2
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (vim-8.2-869.tar.bz2) = 1b5ce09e138035b138b0f127f863cc093cee8360689fb96b3e96d4745c91f66d453cd16907bb0896df19f7165c525bb637d449cb61787a6cc8f501ee09566ce6
|
SHA512 (vim-8.2-905.tar.bz2) = 7d1928a6584b3aaac67626d1d94b5470cd0db5076e0b99d6bbcf06cdf76a1c77041af3b0484043aaceddda2dd85e10dcfb2f68f0670f189b91f8c553a833cb8d
|
||||||
|
7
vim.spec
7
vim.spec
@ -1,4 +1,4 @@
|
|||||||
%define patchlevel 869
|
%define patchlevel 905
|
||||||
%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
|
||||||
@ -784,6 +784,9 @@ touch %{buildroot}/%{_datadir}/%{name}/vimfiles/doc/tags
|
|||||||
%{_datadir}/icons/locolor/*/apps/*
|
%{_datadir}/icons/locolor/*/apps/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jun 05 2020 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.2.905-1
|
||||||
|
- patchlevel 905
|
||||||
|
|
||||||
* Tue Jun 02 2020 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.2.869-2
|
* Tue Jun 02 2020 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.2.869-2
|
||||||
- remove tests from dist-git, we use base os ci
|
- remove tests from dist-git, we use base os ci
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user