- patchlevel 1273
This commit is contained in:
parent
4a3d69d73c
commit
abed02cfba
1
.gitignore
vendored
1
.gitignore
vendored
@ -311,3 +311,4 @@
|
|||||||
/vim-8.2-1199.tar.bz2
|
/vim-8.2-1199.tar.bz2
|
||||||
/vim-8.2-1217.tar.bz2
|
/vim-8.2-1217.tar.bz2
|
||||||
/vim-8.2-1224.tar.bz2
|
/vim-8.2-1224.tar.bz2
|
||||||
|
/vim-8.2-1273.tar.bz2
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (vim-8.2-1224.tar.bz2) = 6cd337587b2ba971b267ee558e57b2fbab4763ba9cc050cd015366003afe8c36b6c8fd19f4832459044d50c4c5f746b7b821837911f3aa9f3521d08b63e1a466
|
SHA512 (vim-8.2-1273.tar.bz2) = 6063ed594677d42e7346476bfc26ea7b049a174aeb7f50041c6f5aa6b38c04b65a6a205afaf5f94fc91f8fa73c2a760fc0de917d41817ed5a81b90bddd4a73d0
|
||||||
|
7
vim.spec
7
vim.spec
@ -1,4 +1,4 @@
|
|||||||
%define patchlevel 1224
|
%define patchlevel 1273
|
||||||
%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: 4%{?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
|
||||||
@ -772,6 +772,9 @@ touch %{buildroot}/%{_datadir}/%{name}/vimfiles/doc/tags
|
|||||||
%{_datadir}/icons/locolor/*/apps/*
|
%{_datadir}/icons/locolor/*/apps/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jul 23 2020 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.2.1273-1
|
||||||
|
- patchlevel 1273
|
||||||
|
|
||||||
* Thu Jul 23 2020 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.2.1224-4
|
* Thu Jul 23 2020 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.2.1224-4
|
||||||
- python3 dynamic linking patch is already in upstream, remove it
|
- python3 dynamic linking patch is already in upstream, remove it
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user