- patchlevel 1390
This commit is contained in:
parent
0c733d9f6d
commit
7b2a994835
1
.gitignore
vendored
1
.gitignore
vendored
@ -152,3 +152,4 @@
|
||||
/vim-8.0-1386.tar.bz2
|
||||
/vim-8.0-1387.tar.bz2
|
||||
/vim-8.0-1389.tar.bz2
|
||||
/vim-8.0-1390.tar.bz2
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (vim-8.0-1389.tar.bz2) = 46d1347a0194d01f404054a782f104ae67fe151198405f60a3756882a70316b9eb8faa5ee70bfdd2aad908624c010b98bef4576647ad41ac6d8adf7ad44445bf
|
||||
SHA512 (vim-8.0-1390.tar.bz2) = 8cf1a8a609c0a85a6cbf217589884ab16789cbdd1091d31b29c1a1f74bd1f360c2dac6f3d90a27ad137ea1283143deddea56316bf11188228729369a2f5207c7
|
||||
|
7
vim.spec
7
vim.spec
@ -1,4 +1,4 @@
|
||||
%define patchlevel 1389
|
||||
%define patchlevel 1390
|
||||
%if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
|
||||
%define WITH_SELINUX 1
|
||||
%endif
|
||||
@ -24,7 +24,7 @@ Summary: The VIM editor
|
||||
URL: http://www.vim.org/
|
||||
Name: vim
|
||||
Version: %{baseversion}.%{patchlevel}
|
||||
Release: 2%{?dist}
|
||||
Release: 1%{?dist}
|
||||
License: Vim
|
||||
Group: Applications/Editors
|
||||
Source0: ftp://ftp.vim.org/pub/vim/unix/vim-%{baseversion}-%{patchlevel}.tar.bz2
|
||||
@ -766,6 +766,9 @@ update-desktop-database &> /dev/null ||:
|
||||
%{_datadir}/icons/locolor/*/apps/*
|
||||
|
||||
%changelog
|
||||
* Fri Dec 15 2017 Karsten Hopp <karsten@redhat.com> 8.0.1390-1
|
||||
- patchlevel 1390
|
||||
|
||||
* Fri Dec 15 2017 Zdenek Dohnal <zdohnal@redhat.com> - 8.0.1389-2
|
||||
- fixing vim-update.sh
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user