From 7169b17da86ab8fdb0381ce56ef9f51b2e0c9381 Mon Sep 17 00:00:00 2001 From: Zdenek Dohnal Date: Nov 11 2016 09:31:01 +0000 Subject: - patchlevel 0075 --- diff --git a/.gitignore b/.gitignore index bd613f8..d14d1fe 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ /vim-8.0-018.tar.bz2 /vim-8.0-037.tar.bz2 /vim-8.0-057.tar.bz2 +/vim-8.0-061.tar.bz2 diff --git a/README.patches b/README.patches index 3fa65b9..c139e4f 100644 --- a/README.patches +++ b/README.patches @@ -1,3 +1,36 @@ +commit 8a5883b7488e492419dde7e1637cc72f2d566ba4 +Author: Bram Moolenaar +Date: Thu Nov 10 20:20:05 2016 +0100 + + patch 8.0.0075 + Problem: Using number for exception type lacks type checking. + Solution: Use an enum. + +commit 95f096030ed1a8afea028f2ea295d6f6a70f466f +Author: Bram Moolenaar +Date: Thu Nov 10 20:01:45 2016 +0100 + + patch 8.0.0074 + Problem: Cannot make Vim fail on an internal error. + Solution: Add IEMSG() and IEMSG2(). (Domenique Pelle) Avoid reporting an + internal error without mentioning where. + +commit 459ca563128f2edb7e3bb190090bbb755a56dd55 +Author: Bram Moolenaar +Date: Thu Nov 10 18:16:33 2016 +0100 + + patch 8.0.0073 + Problem: More comparisons between firstwin and lastwin. + Solution: Use ONE_WINDOW for consistency. (Hirohito Higashi) + +commit 38bc49563782ee1cb91660e58acf1afe1a31020a +Author: Bram Moolenaar +Date: Thu Nov 10 17:10:51 2016 +0100 + + patch 8.0.0072 + Problem: MS-Windows: Crash with long font name. (Henry Hu) + Solution: Fix comparing with LF_FACESIZE. (Ken Takata, closes #1243) + commit c4d4ac22f78fb1394c79eccc8a1e6812c0c7d8a7 Author: Bram Moolenaar Date: Mon Nov 7 22:42:57 2016 +0100 diff --git a/sources b/sources index a48799b..2143fc7 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -15e6b60e5a1d13d8e0264ffca8b626c1 vim-8.0-057.tar.bz2 +0c65868820e0e197716bba0e5afaf18f vim-8.0-061.tar.bz2 diff --git a/vim.spec b/vim.spec index 281727d..1bee720 100644 --- a/vim.spec +++ b/vim.spec @@ -1,4 +1,4 @@ -%define patchlevel 057 +%define patchlevel 061 %if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1} %define WITH_SELINUX 1 %endif @@ -754,6 +754,9 @@ rm -rf %{buildroot} %{_datadir}/icons/locolor/*/apps/* %changelog +* Pá lis 11 2016 Karsten Hopp 8.0.061-1 +- patchlevel 061 + * Wed Nov 09 2016 Karsten Hopp 8.0.057-1 - patchlevel 057