- patchlevel 1553
This commit is contained in:
parent
6834328b36
commit
9e624af53d
1
.gitignore
vendored
1
.gitignore
vendored
@ -168,3 +168,4 @@
|
|||||||
/vim-8.0-1523.tar.bz2
|
/vim-8.0-1523.tar.bz2
|
||||||
/vim-8.0-1527.tar.bz2
|
/vim-8.0-1527.tar.bz2
|
||||||
/vim-8.0-1543.tar.bz2
|
/vim-8.0-1543.tar.bz2
|
||||||
|
/vim-8.0-1553.tar.bz2
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (vim-8.0-1543.tar.bz2) = 6775b39aef749a65f0ce5b14547bb10a13b157e8dd956c237d9b149539a169ab16b8535299e80b66d4375fd58096df919519ca4464406f24728024232ab3503b
|
SHA512 (vim-8.0-1553.tar.bz2) = b400f8022487d5a1c5cd6657be7daf653a009cbecc200818968bf04b4c1a318745a4f16b90cb191fad40c2f9103f7e352235d44ef233c848dc0ab02c23c96547
|
||||||
|
7
vim.spec
7
vim.spec
@ -1,4 +1,4 @@
|
|||||||
%define patchlevel 1543
|
%define patchlevel 1553
|
||||||
%if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
|
%if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
|
||||||
%define WITH_SELINUX 1
|
%define WITH_SELINUX 1
|
||||||
%endif
|
%endif
|
||||||
@ -24,7 +24,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
|
License: Vim
|
||||||
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
|
||||||
@ -730,6 +730,9 @@ touch %{buildroot}/%{_datadir}/%{name}/vimfiles/doc/tags
|
|||||||
%{_datadir}/icons/locolor/*/apps/*
|
%{_datadir}/icons/locolor/*/apps/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Feb 28 2018 Karsten Hopp <karsten@redhat.com> 8.0.1553-1
|
||||||
|
- patchlevel 1553
|
||||||
|
|
||||||
* Wed Feb 28 2018 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.0.1543-2
|
* Wed Feb 28 2018 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.0.1543-2
|
||||||
- fix vim-update.sh - bodhi update wasn't created
|
- fix vim-update.sh - bodhi update wasn't created
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user