- patchlevel 1360
This commit is contained in:
parent
85fe8c8c01
commit
cde03f09e1
1
.gitignore
vendored
1
.gitignore
vendored
@ -145,3 +145,4 @@
|
|||||||
/vim-8.0-1351.tar.bz2
|
/vim-8.0-1351.tar.bz2
|
||||||
/vim-8.0-1358.tar.bz2
|
/vim-8.0-1358.tar.bz2
|
||||||
/vim-8.0-1359.tar.bz2
|
/vim-8.0-1359.tar.bz2
|
||||||
|
/vim-8.0-1360.tar.bz2
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (vim-8.0-1359.tar.bz2) = 2d73218175588316b22d075c57d8425169d9d328f2b3967c5ac4460c1562c7ae54b333d65da862b005ece9a875fe0eda35499342c7714e1c421bef4a424bc505
|
SHA512 (vim-8.0-1360.tar.bz2) = 7a0470c8424f7199808d8c41da89be7a09f00b7513e431467d816cc722a8a48d86141649f75d544a50727b74251514d53f3faf64e5ada91bff13b611fdaa2d3a
|
||||||
|
7
vim.spec
7
vim.spec
@ -1,4 +1,4 @@
|
|||||||
%define patchlevel 1359
|
%define patchlevel 1360
|
||||||
%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: 3%{?dist}
|
Release: 1%{?dist}
|
||||||
License: Vim
|
License: Vim
|
||||||
Group: Applications/Editors
|
Group: Applications/Editors
|
||||||
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
|
||||||
@ -766,6 +766,9 @@ update-desktop-database &> /dev/null ||:
|
|||||||
%{_datadir}/icons/locolor/*/apps/*
|
%{_datadir}/icons/locolor/*/apps/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Dec 01 2017 Karsten Hopp <karsten@redhat.com> 8.0.1360-1
|
||||||
|
- patchlevel 1360
|
||||||
|
|
||||||
* Fri Dec 01 2017 Zdenek Dohnal <zdohnal@redhat.com> - 8.0.1359-3
|
* Fri Dec 01 2017 Zdenek Dohnal <zdohnal@redhat.com> - 8.0.1359-3
|
||||||
- rewrite vim-update to update from the newest branch to the oldest
|
- rewrite vim-update to update from the newest branch to the oldest
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user