beeef3 - patchlevel 503

Authored and Committed by Zdenek Dohnal 7 years ago
    - patchlevel 503
    
        
file modified
+1 -0
.gitignore CHANGED
@@ -53,3 +53,4 @@
53
53
/vim-8.0-494.tar.bz2
54
54
/vim-8.0-497.tar.bz2
55
55
/vim-8.0-502.tar.bz2
56
+ /vim-8.0-503.tar.bz2
file modified
+9 -0
README.patches CHANGED
@@ -1,3 +1,12 @@
1
+ commit 9d20ce6970158de69202a82529d9e97827a9e71b
2
+ Author: Bram Moolenaar <Bram@vim.org>
3
+ Date: Thu Mar 23 21:53:35 2017 +0100
4
+
5
+ patch 8.0.0503: endless loop in updating folds with 32 bit ints
6
+
7
+ Problem: Endless loop in updating folds with 32 bit ints.
8
+ Solution: Subtract from LHS instead of add to the RHS. (Matthew Malcomson)
9
+
1
10
commit a37ffaa5e0a47e2db27bc0cc23f49e7094f47f3b
2
11
Author: Bram Moolenaar <Bram@vim.org>
3
12
Date: Tue Mar 21 21:58:00 2017 +0100
file modified
+1 -1
sources CHANGED
@@ -1 +1 @@
1
- SHA512 (vim-8.0-502.tar.bz2) = 3239cfd9ba1e745dbba6f95267d18dd71ab73b3b68d2a0a0ac392833c5bb2bf258f62a618370f13ab6c2ad80e679127e0dd96d26351459b41a1c76e6013e5c9f
1
+ SHA512 (vim-8.0-503.tar.bz2) = c7761bb314163a8960c675ff0f0869d2f3b6c9c286637064c1b257318863585da076b92e13929c4d158c894a877a51e9bb3753cea551dec9cbbc585bb2dbd0dc
file modified
+4 -1
vim.spec CHANGED
@@ -1,4 +1,4 @@
1
- %define patchlevel 502
1
+ %define patchlevel 503
2
2
%if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
3
3
%define WITH_SELINUX 1
4
4
%endif
@@ -763,6 +763,9 @@ rm -rf %{buildroot}
763
763
%{_datadir}/icons/locolor/*/apps/*
764
764
765
765
%changelog
766
+ * Fri Mar 24 2017 Karsten Hopp <karsten@redhat.com> 8.0.503-1
767
+ - patchlevel 503
768
+
766
769
* Wed Mar 22 2017 Karsten Hopp <karsten@redhat.com> 8.0.502-1
767
770
- patchlevel 502
768
771