- patchlevel 1273

This commit is contained in:
Zdenek Dohnal 2020-07-23 12:26:57 +02:00
parent 4a3d69d73c
commit abed02cfba
3 changed files with 7 additions and 3 deletions

1
.gitignore vendored
View File

@ -311,3 +311,4 @@
/vim-8.2-1199.tar.bz2
/vim-8.2-1217.tar.bz2
/vim-8.2-1224.tar.bz2
/vim-8.2-1273.tar.bz2

View File

@ -1 +1 @@
SHA512 (vim-8.2-1224.tar.bz2) = 6cd337587b2ba971b267ee558e57b2fbab4763ba9cc050cd015366003afe8c36b6c8fd19f4832459044d50c4c5f746b7b821837911f3aa9f3521d08b63e1a466
SHA512 (vim-8.2-1273.tar.bz2) = 6063ed594677d42e7346476bfc26ea7b049a174aeb7f50041c6f5aa6b38c04b65a6a205afaf5f94fc91f8fa73c2a760fc0de917d41817ed5a81b90bddd4a73d0

View File

@ -1,4 +1,4 @@
%define patchlevel 1224
%define patchlevel 1273
%if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
%define WITH_SELINUX 1
%endif
@ -21,7 +21,7 @@ Summary: The VIM editor
URL: http://www.vim.org/
Name: vim
Version: %{baseversion}.%{patchlevel}
Release: 4%{?dist}
Release: 1%{?dist}
License: Vim and MIT
Source0: ftp://ftp.vim.org/pub/vim/unix/vim-%{baseversion}-%{patchlevel}.tar.bz2
Source1: vim.sh
@ -772,6 +772,9 @@ touch %{buildroot}/%{_datadir}/%{name}/vimfiles/doc/tags
%{_datadir}/icons/locolor/*/apps/*
%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
- python3 dynamic linking patch is already in upstream, remove it