- patchlevel 12

This commit is contained in:
Zdenek Dohnal 2019-12-16 12:03:32 +01:00
parent 3de9737774
commit 7f4e5836c6
3 changed files with 8 additions and 4 deletions

1
.gitignore vendored
View File

@ -276,3 +276,4 @@
/vim-8.1-2267.tar.bz2
/vim-8.1-2352.tar.bz2
/vim-8.1-2424.tar.bz2
/vim-8.2-012.tar.bz2

View File

@ -1 +1 @@
SHA512 (vim-8.1-2424.tar.bz2) = c6c5cf11a5d8b540e6c224389dd617aa3323a1c09a4ab22e8dd5e6c1a6bed66a6df0fae2b5a1aa013755f2d3a219ca08c43111b994643e2ef8768bb85b70f1c5
SHA512 (vim-8.2-012.tar.bz2) = 78fea7b4b43792030219ab158582953adaaedfdbbd8062e9d547f274e05533fc48a784fe9a8c184337951c546f106d2d8c0eaac100e2b007b52fa3ab096d327b

View File

@ -1,4 +1,4 @@
%define patchlevel 2424
%define patchlevel 012
%if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
%define WITH_SELINUX 1
%endif
@ -14,8 +14,8 @@
%define withruby 1
%define withlua 1
%define baseversion 8.1
%define vimdir vim81
%define baseversion 8.2
%define vimdir vim82
Summary: The VIM editor
URL: http://www.vim.org/
@ -797,6 +797,9 @@ touch %{buildroot}/%{_datadir}/%{name}/vimfiles/doc/tags
%{_datadir}/icons/locolor/*/apps/*
%changelog
* Mon Dec 16 2019 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.2.012-1
- patchlevel 012
* Thu Dec 12 2019 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.1.2424-1
- patchlevel 2424