Merge branch 'f25' into f26

This commit is contained in:
Zdenek Dohnal 2017-03-24 20:20:08 +01:00
commit 16f04c976b
4 changed files with 15 additions and 2 deletions

1
.gitignore vendored
View File

@ -53,3 +53,4 @@
/vim-8.0-494.tar.bz2 /vim-8.0-494.tar.bz2
/vim-8.0-497.tar.bz2 /vim-8.0-497.tar.bz2
/vim-8.0-502.tar.bz2 /vim-8.0-502.tar.bz2
/vim-8.0-503.tar.bz2

View File

@ -1,3 +1,12 @@
commit 9d20ce6970158de69202a82529d9e97827a9e71b
Author: Bram Moolenaar <Bram@vim.org>
Date: Thu Mar 23 21:53:35 2017 +0100
patch 8.0.0503: endless loop in updating folds with 32 bit ints
Problem: Endless loop in updating folds with 32 bit ints.
Solution: Subtract from LHS instead of add to the RHS. (Matthew Malcomson)
commit a37ffaa5e0a47e2db27bc0cc23f49e7094f47f3b commit a37ffaa5e0a47e2db27bc0cc23f49e7094f47f3b
Author: Bram Moolenaar <Bram@vim.org> Author: Bram Moolenaar <Bram@vim.org>
Date: Tue Mar 21 21:58:00 2017 +0100 Date: Tue Mar 21 21:58:00 2017 +0100

View File

@ -1 +1 @@
SHA512 (vim-8.0-502.tar.bz2) = 3239cfd9ba1e745dbba6f95267d18dd71ab73b3b68d2a0a0ac392833c5bb2bf258f62a618370f13ab6c2ad80e679127e0dd96d26351459b41a1c76e6013e5c9f SHA512 (vim-8.0-503.tar.bz2) = c7761bb314163a8960c675ff0f0869d2f3b6c9c286637064c1b257318863585da076b92e13929c4d158c894a877a51e9bb3753cea551dec9cbbc585bb2dbd0dc

View File

@ -1,4 +1,4 @@
%define patchlevel 502 %define patchlevel 503
%if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1} %if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
%define WITH_SELINUX 1 %define WITH_SELINUX 1
%endif %endif
@ -768,6 +768,9 @@ rm -rf %{buildroot}
%{_datadir}/icons/locolor/*/apps/* %{_datadir}/icons/locolor/*/apps/*
%changelog %changelog
* Fri Mar 24 2017 Karsten Hopp <karsten@redhat.com> 8.0.503-1
- patchlevel 503
* Wed Mar 22 2017 Karsten Hopp <karsten@redhat.com> 8.0.502-1 * Wed Mar 22 2017 Karsten Hopp <karsten@redhat.com> 8.0.502-1
- patchlevel 502 - patchlevel 502