[vim] 02/04: Update packaging for 8.0.0194

James McCoy jamessan at debian.org
Tue Jan 17 01:23:05 UTC 2017


This is an automated email from the git hooks/post-receive script.

jamessan pushed a commit to branch debian/sid
in repository vim.

commit f7e04ab3c1315b3545a94f7627b19856cbf357da
Author: James McCoy <jamessan at debian.org>
Date:   Sun Jan 15 21:15:03 2017 -0500

    Update packaging for 8.0.0194
    
    Signed-off-by: James McCoy <jamessan at debian.org>
---
 debian/changelog                                   |  7 +++
 debian/changelog.upstream                          | 60 ++++++++++++++++++++++
 ...of-more-LaTeX-commands-for-tex-filetype-d.patch |  4 +-
 ...s-decision-to-disable-modelines-by-defaul.patch |  4 +-
 ...ng-a-vimrc.tiny-when-Vim-is-invoked-as-vi.patch |  4 +-
 ...ing-compilation-date-in-SOURCE_DATE_EPOCH.patch |  2 +-
 6 files changed, 74 insertions(+), 7 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 9958676..45cf6fa 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+vim (2:8.0.0194-1) UNRELEASED; urgency=medium
+
+  [ upstream ]
+  * 8.0.0190: Improve performance of tag lookup  (Closes: #673130)
+
+ -- James McCoy <jamessan at debian.org>  Sun, 15 Jan 2017 19:49:20 -0500
+
 vim (2:8.0.0134-1) unstable; urgency=medium
 
   * Merge upstream tag v8.0.0134
diff --git a/debian/changelog.upstream b/debian/changelog.upstream
index 1ad727e..c684e6b 100644
--- a/debian/changelog.upstream
+++ b/debian/changelog.upstream
@@ -158,3 +158,63 @@ Individual patches for Vim 8.0:
   1413  8.0.0132  (after 8.0.0131) test fails because of using :finish
   2151  8.0.0133  "2;'(" causes ml_get errors in an empty buffer
   1718  8.0.0134  null pointer access reported by UBsan
+  8593  8.0.0135  relative address does not work with closed fold
+  2856  8.0.0136  when changing indent the wrong fold is opened
+  2715  8.0.0137  when 'maxfuncdepth' set above 200 nesting is limited to 200
+  1872  8.0.0138  (after 8.0.0137) small build fails
+  2233  8.0.0139  (after 8.0.0135) warning for unused argument
+  2612  8.0.0140  pasting inserted text in Visual mode does not work properly
+  1695  8.0.0141  (after 8.0.0137) nested function test fails on AppVeyor
+  1503  8.0.0142  normal colors are wrong with 'termguicolors'
+  2206  8.0.0143  line number of current buffer in getbufinfo() is wrong
+  1345  8.0.0144  when using MSVC the GvimExt directory is cleaned twice
+  3293  8.0.0145  running tests on MS-Windows is noisy
+  2023  8.0.0146  termguicolors uses wrong colors on MS-Windows with ConEmu
+  3164  8.0.0147  searchpair() fails when 'magic' is off
+  7263  8.0.0148  wrong indent in C preprocessor with line continuation
+  3406  8.0.0149  :earlier does not work after reading the undo file
+  3206  8.0.0150  completion for :filter does not skip the pattern
+  6000  8.0.0151  passing buffer content to system() is clumsy
+  1390  8.0.0152  stray channellog created when running tests
+  3196  8.0.0153  (after 8.0.0151) system() test fails on MS-Windows
+  2439  8.0.0154  (after 8.0.0151) system() test fails on OS/X
+  1875  8.0.0155  ubsan complains about NULL pointer
+ 10791  8.0.0156  not enough test coverage for float functions
+  4275  8.0.0157  no completion for :syntax spell and :syntax sync
+ 19641  8.0.0158  (after 8.0.0156) float function test fails on MS-Windows
+  2570  8.0.0159  crash on startup when updating tabline
+  3936  8.0.0160  EMSG() is sometimes used where it should be IEMSG()
+  1956  8.0.0161  (after 8.0.0159) can't build with small features
+  1635  8.0.0162  build error on Fedora 23
+  1978  8.0.0163  cannot build with Ruby 2.4
+  5660  8.0.0164  outdated and misplaced comments
+  2573  8.0.0165  ubsan warns for integer overflow
+  6545  8.0.0166  JSON with a duplicate key gives an internal error
+  5691  8.0.0167  str2nr()/str2float() fail with negative values
+  9316  8.0.0168  not all float functionality is tested
+ 19133  8.0.0169  json_decode() may run out of stack space
+  1576  8.0.0170  crash in channel test
+  5678  8.0.0171  JS style JSON does not support single quotes
+  3145  8.0.0172  command line window does not work
+  4273  8.0.0173  build fails with EBCDIC defined
+  2727  8.0.0174  executing "locale -a" on MS-Windows needlessly
+ 12312  8.0.0175  setting language on MS-Windows does not always work
+  4907  8.0.0176  cannot use :change inside a function definition
+  7235  8.0.0177  BufEnter autocommand not fired for a directory
+  1913  8.0.0178  command count test fails on MS-Windows
+  8495  8.0.0179  cannot have a local value for 'formatprg'
+  2783  8.0.0180  error E937 is used twice
+  1683  8.0.0181  with cursorbind set cursor column highlighting is off
+  1746  8.0.0182  cursor ilne not update when 'cursorbind' is set
+  2211  8.0.0183  ubsan warns for unaligned address
+  3557  8.0.0184  when an error is caught Vim still exits with non-zero result
+  1679  8.0.0185  (after 8.0.0184) system() test fails on MS-Windows
+  3072  8.0.0186  confusing error message from assert_notequal()
+  1503  8.0.0187  cant build with new Ruby version
+  2382  8.0.0188  (after 8.0.0182) redrawing for 'cursorbind' is inefficient
+  7123  8.0.0189  profile commands are not tested
+ 14608  8.0.0190  finding duplicate tags uses a slow linear search
+  2848  8.0.0191  (after 8.0.0187) can't build with Ruby on some systems
+  2365  8.0.0192  (after 8.0.0190) cannot build with tiny features
+  1622  8.0.0193  (after 8.0.0188) accidentally removed #ifdef
+  2204  8.0.0194  (after 8.0.0189) profile test fails if times are equal
diff --git a/debian/patches/debian/Add-recognition-of-more-LaTeX-commands-for-tex-filetype-d.patch b/debian/patches/debian/Add-recognition-of-more-LaTeX-commands-for-tex-filetype-d.patch
index e6f1ab5..49027cc 100644
--- a/debian/patches/debian/Add-recognition-of-more-LaTeX-commands-for-tex-filetype-d.patch
+++ b/debian/patches/debian/Add-recognition-of-more-LaTeX-commands-for-tex-filetype-d.patch
@@ -13,10 +13,10 @@ Signed-off-by: James McCoy <jamessan at debian.org>
  1 file changed, 1 insertion(+), 1 deletion(-)
 
 diff --git a/runtime/filetype.vim b/runtime/filetype.vim
-index df8f7fdd9..17db84276 100644
+index 9c9c808b4..13e2c0479 100644
 --- a/runtime/filetype.vim
 +++ b/runtime/filetype.vim
-@@ -2224,7 +2224,7 @@ func! s:FTtex()
+@@ -2227,7 +2227,7 @@ func! s:FTtex()
      call cursor(1,1)
      let firstNC = search('^\s*[^[:space:]%]', 'c', 1000)
      if firstNC " Check the next thousand lines for a LaTeX or ConTeXt keyword.
diff --git a/debian/patches/debian/Document-Debian-s-decision-to-disable-modelines-by-defaul.patch b/debian/patches/debian/Document-Debian-s-decision-to-disable-modelines-by-defaul.patch
index 30943ae..26ea6c5 100644
--- a/debian/patches/debian/Document-Debian-s-decision-to-disable-modelines-by-defaul.patch
+++ b/debian/patches/debian/Document-Debian-s-decision-to-disable-modelines-by-defaul.patch
@@ -15,10 +15,10 @@ Signed-off-by: James McCoy <jamessan at debian.org>
  1 file changed, 1 insertion(+), 1 deletion(-)
 
 diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt
-index 5e0d06075..6e8285935 100644
+index 88dca60b7..2520cc3d6 100644
 --- a/runtime/doc/options.txt
 +++ b/runtime/doc/options.txt
-@@ -5124,7 +5124,7 @@ A jump table for the options with a short description can be found at |Q_op|.
+@@ -5126,7 +5126,7 @@ A jump table for the options with a short description can be found at |Q_op|.
  
  				   *'modeline'* *'ml'* *'nomodeline'* *'noml'*
  'modeline' 'ml'		boolean	(Vim default: on (off for root),
diff --git a/debian/patches/debian/Support-sourcing-a-vimrc.tiny-when-Vim-is-invoked-as-vi.patch b/debian/patches/debian/Support-sourcing-a-vimrc.tiny-when-Vim-is-invoked-as-vi.patch
index 49fa0d9..c016771 100644
--- a/debian/patches/debian/Support-sourcing-a-vimrc.tiny-when-Vim-is-invoked-as-vi.patch
+++ b/debian/patches/debian/Support-sourcing-a-vimrc.tiny-when-Vim-is-invoked-as-vi.patch
@@ -70,10 +70,10 @@ index d28aa4dde..3a00e05df 100644
  # define SYS_VIMRC_FILE "$VIM/vimrc"
  #endif
 diff --git a/src/structs.h b/src/structs.h
-index 3fdfb5fcd..1e778d0b0 100644
+index 9c0e0468b..988ce660f 100644
 --- a/src/structs.h
 +++ b/src/structs.h
-@@ -3260,6 +3260,9 @@ typedef struct
+@@ -3261,6 +3261,9 @@ typedef struct
  #ifdef FEAT_DIFF
      int		diff_mode;		/* start with 'diff' set */
  #endif
diff --git a/debian/patches/upstream/Support-defining-compilation-date-in-SOURCE_DATE_EPOCH.patch b/debian/patches/upstream/Support-defining-compilation-date-in-SOURCE_DATE_EPOCH.patch
index 06584b4..c56dcb8 100644
--- a/debian/patches/upstream/Support-defining-compilation-date-in-SOURCE_DATE_EPOCH.patch
+++ b/debian/patches/upstream/Support-defining-compilation-date-in-SOURCE_DATE_EPOCH.patch
@@ -58,7 +58,7 @@ index 1706a8d9a..9cf8b9615 100644
  
  AC_MSG_CHECKING(--enable-fail-if-missing argument)
 diff --git a/src/version.c b/src/version.c
-index 723544ff4..4bcadad21 100644
+index cfb4e5969..11a54c31e 100644
 --- a/src/version.c
 +++ b/src/version.c
 @@ -44,11 +44,17 @@ make_version(void)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-vim/vim.git



More information about the pkg-vim-maintainers mailing list