- patchlevel 1359
This commit is contained in:
parent
41acf19b5f
commit
acdd659875
1
.gitignore
vendored
1
.gitignore
vendored
@ -252,3 +252,4 @@
|
|||||||
/vim-8.1-1048.tar.bz2
|
/vim-8.1-1048.tar.bz2
|
||||||
/vim-8.1-1099.tar.bz2
|
/vim-8.1-1099.tar.bz2
|
||||||
/vim-8.1-1137.tar.bz2
|
/vim-8.1-1137.tar.bz2
|
||||||
|
/vim-8.1-1359.tar.bz2
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (vim-8.1-1137.tar.bz2) = 0b59930e42de45454a170a9dbc6df6ba6a04475e00eb682c4e9215dac57c3c9536c12ca1bf565b74d9c643123dd4b035825010bd1364ba56cd3d660f84498487
|
SHA512 (vim-8.1-1359.tar.bz2) = c8adf831e57851a9d897d9a0aa81eb4c9134f4b1b95cf688567ad9e6e51e95c1d88c0e64e3aa77e4c18dc34787762b5a80c74fda5ffd2690fcc29fc553e94e16
|
||||||
|
7
vim.spec
7
vim.spec
@ -1,4 +1,4 @@
|
|||||||
%define patchlevel 1137
|
%define patchlevel 1359
|
||||||
%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
|
||||||
@ -794,6 +794,9 @@ touch %{buildroot}/%{_datadir}/%{name}/vimfiles/doc/tags
|
|||||||
%{_datadir}/icons/locolor/*/apps/*
|
%{_datadir}/icons/locolor/*/apps/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon May 20 2019 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.1.1359-1
|
||||||
|
- patchlevel 1359
|
||||||
|
|
||||||
* Mon May 20 2019 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.1.1137-2
|
* Mon May 20 2019 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.1.1137-2
|
||||||
- remove upstream patch
|
- remove upstream patch
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user