- patchlevel 348
This commit is contained in:
parent
4eae277422
commit
46af7cf98a
1
.gitignore
vendored
1
.gitignore
vendored
@ -282,3 +282,4 @@
|
|||||||
/vim-8.2-109.tar.bz2
|
/vim-8.2-109.tar.bz2
|
||||||
/vim-8.2-158.tar.bz2
|
/vim-8.2-158.tar.bz2
|
||||||
/vim-8.2-236.tar.bz2
|
/vim-8.2-236.tar.bz2
|
||||||
|
/vim-8.2-348.tar.bz2
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (vim-8.2-236.tar.bz2) = 410073dd378cc0df6b7de6a839085d6ca8fb5b152354f3ec106abafee889f54e69259bc07e828df5884f95da54707d59d9e6e1fcc9ae171e4bb90cf2f9bf579b
|
SHA512 (vim-8.2-348.tar.bz2) = ee9b51b9720cf44a7c2aa90f8b0d13a01c8964d8cb97acfe6840e4e08a384b3b69579aa387e2d264e5c8eb9b996a8974cc63e21c9ff4d9e9488a18af89bbd32d
|
||||||
|
7
vim.spec
7
vim.spec
@ -1,4 +1,4 @@
|
|||||||
%define patchlevel 236
|
%define patchlevel 348
|
||||||
%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
|
||||||
@ -787,6 +787,9 @@ touch %{buildroot}/%{_datadir}/%{name}/vimfiles/doc/tags
|
|||||||
%{_datadir}/icons/locolor/*/apps/*
|
%{_datadir}/icons/locolor/*/apps/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Mar 03 2020 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.2.348-1
|
||||||
|
- patchlevel 348
|
||||||
|
|
||||||
* Thu Feb 13 2020 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.2.236-2
|
* Thu Feb 13 2020 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.2.236-2
|
||||||
- F32 got branched - do separate update for it
|
- F32 got branched - do separate update for it
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user