- patchlevel 598
This commit is contained in:
parent
5a4b119831
commit
937b6202a3
1
.gitignore
vendored
1
.gitignore
vendored
@ -67,3 +67,4 @@
|
||||
/vim-8.0-586.tar.bz2
|
||||
/vim-8.0-596.tar.bz2
|
||||
/vim-8.0-597.tar.bz2
|
||||
/vim-8.0-598.tar.bz2
|
||||
|
@ -1,3 +1,12 @@
|
||||
commit 9e0f6ec0762575d229b86798b284ca4876bc3d73
|
||||
Author: Bram Moolenaar <Bram@vim.org>
|
||||
Date: Tue May 16 09:36:54 2017 +0200
|
||||
|
||||
patch 8.0.0598: building with gcc 7.1 yields new warnings
|
||||
|
||||
Problem: Building with gcc 7.1 yields new warnings.
|
||||
Solution: Initialize result. (John Marriott)
|
||||
|
||||
commit 253f9128779f315ea670f9b4a17446b7b4c74927
|
||||
Author: Bram Moolenaar <Bram@vim.org>
|
||||
Date: Mon May 15 08:45:13 2017 +0200
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (vim-8.0-597.tar.bz2) = b595a4118db165e07982654e6041a2ba4202abaa01c57a66c4044cdbb3c425f5046912ad9fe28b679b61553a418c3f05cd16a6c0e162efc28af4935e25718bb5
|
||||
SHA512 (vim-8.0-598.tar.bz2) = 594b82fc59f6da9b6eedcf9417c88d8420e0ed31fc6cfa92ccb62efe6303ee898cacf86bd42aebd1e4ea89bba8e67bd2128871703ccd71954e9b20ea63f0c326
|
||||
|
5
vim.spec
5
vim.spec
@ -1,4 +1,4 @@
|
||||
%define patchlevel 597
|
||||
%define patchlevel 598
|
||||
%if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
|
||||
%define WITH_SELINUX 1
|
||||
%endif
|
||||
@ -765,6 +765,9 @@ rm -rf %{buildroot}
|
||||
%{_datadir}/icons/locolor/*/apps/*
|
||||
|
||||
%changelog
|
||||
* Tue May 16 2017 Karsten Hopp <karsten@redhat.com> 8.0.598-1
|
||||
- patchlevel 598
|
||||
|
||||
* Mon May 15 2017 Karsten Hopp <karsten@redhat.com> 8.0.597-1
|
||||
- patchlevel 597
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user