- patchlevel 273
This commit is contained in:
parent
c4217d7c65
commit
8f327569bc
1
.gitignore
vendored
1
.gitignore
vendored
@ -27,3 +27,4 @@
|
||||
/vim-8.0-206.tar.bz2
|
||||
/vim-8.0-238.tar.bz2
|
||||
/vim-8.0-271.tar.bz2
|
||||
/vim-8.0-273.tar.bz2
|
||||
|
@ -1,3 +1,22 @@
|
||||
commit c4a249a736d40ec54794827ef95804c225d0e38f
|
||||
Author: Bram Moolenaar <Bram@vim.org>
|
||||
Date: Mon Jan 30 22:56:48 2017 +0100
|
||||
|
||||
patch 8.0.0273: dead code detected by Coverity
|
||||
|
||||
Problem: Dead code detected by Coverity when not using gnome.
|
||||
Solution: Rearrange the #ifdefs to avoid dead code.
|
||||
|
||||
commit 432c839ebd5b99d548de82f66ddb5a47740fdb28
|
||||
Author: Bram Moolenaar <Bram@vim.org>
|
||||
Date: Mon Jan 30 22:01:01 2017 +0100
|
||||
|
||||
patch 8.0.0272: crash on exit is not detected when running tests
|
||||
|
||||
Problem: Crash on exit is not detected when running tests.
|
||||
Solution: Remove the dash before the command. (Dominique Pelle, closes
|
||||
#1425)
|
||||
|
||||
commit a4c906a4a111cbe59cf5f1e8354a36ba83e0a444
|
||||
Author: Bram Moolenaar <Bram@vim.org>
|
||||
Date: Sun Jan 29 23:26:37 2017 +0100
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (vim-8.0-271.tar.bz2) = 8774ca3ede48eff12a2a0b11c3202ccbc0de5ac689ee134f77b80c6215ef85eb5ed893d35fde03610e49c5c18025cfea4f043c443603f0a783285ccdc25f1732
|
||||
SHA512 (vim-8.0-273.tar.bz2) = 765abf4ae172391f1d075026c1d11bb111d7936bc28ebd87803f494784255d07348a423477ac5021983af5407a7c83d5bc69f6e24fceb8c9b731353d8f4450d3
|
||||
|
5
vim.spec
5
vim.spec
@ -1,4 +1,4 @@
|
||||
%define patchlevel 271
|
||||
%define patchlevel 273
|
||||
%if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
|
||||
%define WITH_SELINUX 1
|
||||
%endif
|
||||
@ -756,6 +756,9 @@ rm -rf %{buildroot}
|
||||
%{_datadir}/icons/locolor/*/apps/*
|
||||
|
||||
%changelog
|
||||
* Tue Jan 31 2017 Karsten Hopp <karsten@redhat.com> 8.0.273-1
|
||||
- patchlevel 273
|
||||
|
||||
* Mon Jan 30 2017 Karsten Hopp <karsten@redhat.com> 8.0.271-1
|
||||
- patchlevel 271
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user