- patchlevel 1081

This commit is contained in:
Zdenek Dohnal 2020-06-29 09:16:09 +02:00
parent a876979c81
commit 4d7920364d
3 changed files with 7 additions and 3 deletions

1
.gitignore vendored
View File

@ -307,3 +307,4 @@
/vim-8.2-993.tar.bz2 /vim-8.2-993.tar.bz2
/vim-8.2-1009.tar.bz2 /vim-8.2-1009.tar.bz2
/vim-8.2-1052.tar.bz2 /vim-8.2-1052.tar.bz2
/vim-8.2-1081.tar.bz2

View File

@ -1 +1 @@
SHA512 (vim-8.2-1052.tar.bz2) = 62ddfc87bfa0b5fe7b9a1c1f492f5fdd47b5c669c3f05c48f508b2624780561a7a6f0f7b5649ff75244a5cf287d74b37087f5cb665ed454b93c1705b37038d3f SHA512 (vim-8.2-1081.tar.bz2) = 1e0f4fa6283d00166f85792205b17b2e7741dc63204ba3e3db8eed1729e20e3c8f1a49e8a31f471b65e17e16d9ea54b389749889fd52dabe738189f8520bad12

View File

@ -1,4 +1,4 @@
%define patchlevel 1052 %define patchlevel 1081
%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
@ -780,6 +780,9 @@ touch %{buildroot}/%{_datadir}/%{name}/vimfiles/doc/tags
%{_datadir}/icons/locolor/*/apps/* %{_datadir}/icons/locolor/*/apps/*
%changelog %changelog
* Mon Jun 29 2020 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.2.1081-1
- patchlevel 1081
* Thu Jun 25 2020 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.2.1052-2 * Thu Jun 25 2020 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.2.1052-2
- remove python2 stuff for RHEL - remove python2 stuff for RHEL
- %%{fedora} macro is undefined in ELN, causes python3-config to use old options - %%{fedora} macro is undefined in ELN, causes python3-config to use old options