[vim] 04/04: Bump changelog and refresh patches for 8.0.0134

James McCoy jamessan at debian.org
Thu Dec 15 03:12:34 UTC 2016


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

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

commit d1040afdb77dda756d48f9823d52963d03a17ef4
Author: James McCoy <jamessan at debian.org>
Date:   Wed Dec 14 22:01:52 2016 -0500

    Bump changelog and refresh patches for 8.0.0134
    
    Signed-off-by: James McCoy <jamessan at debian.org>
---
 debian/changelog                                   |  5 +--
 debian/changelog.upstream                          | 39 ++++++++++++++++++++++
 ...s-decision-to-disable-modelines-by-defaul.patch |  4 +--
 ...ng-a-vimrc.tiny-when-Vim-is-invoked-as-vi.patch | 10 +++---
 ...ing-compilation-date-in-SOURCE_DATE_EPOCH.patch |  6 ++--
 5 files changed, 52 insertions(+), 12 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index e2a7650..e2ce3ae 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,6 @@
-vim (2:8.0.0095-2) UNRELEASED; urgency=medium
+vim (2:8.0.0134-1) UNRELEASED; urgency=medium
 
+  * Merge upstream tag v8.0.0134
   * Bump minimum version of debhelper for --dbgsym-migration option.  (Closes:
     #846183)
   * debian/rules: Remove '=' from "define" directive to maintain compatibility
@@ -7,7 +8,7 @@ vim (2:8.0.0095-2) UNRELEASED; urgency=medium
   * syntax/debcontrol.vim: Add sections for Rust and JavaScript.  Thanks to
     Josh Triplett for the patch!  (Closes: #847539)
 
- -- James McCoy <jamessan at debian.org>  Tue, 29 Nov 2016 23:06:47 -0500
+ -- James McCoy <jamessan at debian.org>  Wed, 14 Dec 2016 21:55:40 -0500
 
 vim (2:8.0.0095-1) unstable; urgency=high
 
diff --git a/debian/changelog.upstream b/debian/changelog.upstream
index c0fa999..1ad727e 100644
--- a/debian/changelog.upstream
+++ b/debian/changelog.upstream
@@ -119,3 +119,42 @@ Individual patches for Vim 8.0:
   1842  8.0.0093  not using multiprocess build feature
   2397  8.0.0094  if vimrun.exe not found error message is not properly encoded
   3684  8.0.0095  problems with GTK 3.22.2 fixed in 3.22.4
+  7771  8.0.0096  when the input or output is not a tty Vim appears to hang
+ 11867  8.0.0097  if channel callback takes a lot of time Vim is unresponsive
+  1728  8.0.0098  (after 8.0.0097) can't build on MS-Windows
+  1734  8.0.0099  popup menu appears above the cursor too often
+  1852  8.0.0100  file name options may contain non-filename characters
+  4074  8.0.0101  some options are not strictly checked
+  4876  8.0.0102  (after 8.0.0101) cannot set 'dictionary' to a path
+  4425  8.0.0103  may not process channel readahead
+  3602  8.0.0104  value of 'thesaurus' option not checked properly
+ 16483  8.0.0105  can't tell difference between reading empty line or nothing
+  2174  8.0.0106  (after 8.0.0100) cannot use a semicolon in 'backupext'
+ 17300  8.0.0107  when reading channel output in timer messages may be missing
+  2747  8.0.0108  (after 8.0.0107) the channel "drop" option is not tested
+  6083  8.0.0109  still checking if memcmp() exists, should be everywhere now
+  2281  8.0.0110  drop command doesn't use existing window
+  3528  8.0.0111  the :history command is not tested
+ 13404  8.0.0112  tests 92 and 93 are old style
+  5376  8.0.0113  MS-Windows: dialog for saving changes on the wrong monitor
+  3510  8.0.0114  coding style not optimal
+  1875  8.0.0115  when building with Cygwin libwinpthread isn't found
+  5896  8.0.0116  using CTRl-] in English help language from 'helplang' is used
+  3071  8.0.0117  parallel make fails
+  2075  8.0.0118  "make proto" adds extra function prototype
+  2045  8.0.0119  no test for using CTRL-R on the command line
+  1506  8.0.0120  channel test is still flaky on OS X
+  3662  8.0.0121  setting 'cursorline' changes the curswant column
+  1678  8.0.0122  channel test is still flaky on OS X
+  5083  8.0.0123  modern Sun compilers define "__sun" instead of "sun"
+  2401  8.0.0124  internal error for assert_inrange(1, 1)
+  1943  8.0.0125  not enough testing for entering Ex commands
+  3820  8.0.0126  display problem with 'foldcolumn' and a wide character
+  2553  8.0.0127  cancelling completion still formats text
+  1334  8.0.0128  (after 8.0.0126) display test fails on MS-Windows
+  2553  8.0.0129  parallel make still doesn't work
+  2693  8.0.0130  configure uses "ushort" while the Vim code doesn't
+  4053  8.0.0131  not enough test coverage for syntax commands
+  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
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 f669656..30943ae 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 390fab01d..73c068050 100644
+index 5e0d06075..6e8285935 100644
 --- a/runtime/doc/options.txt
 +++ b/runtime/doc/options.txt
-@@ -5122,7 +5122,7 @@ A jump table for the options with a short description can be found at |Q_op|.
+@@ -5124,7 +5124,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 52635ee..49fa0d9 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
@@ -17,7 +17,7 @@ Signed-off-by: James Vega <jamessan at debian.org>
  3 files changed, 19 insertions(+), 1 deletion(-)
 
 diff --git a/src/main.c b/src/main.c
-index acc51f182..3c47df2eb 100644
+index f3c471a85..0d7de4f2c 100644
 --- a/src/main.c
 +++ b/src/main.c
 @@ -1729,6 +1729,10 @@ parse_command_name(mparm_T *parmp)
@@ -31,7 +31,7 @@ index acc51f182..3c47df2eb 100644
  
      /* Catch "[r][g]vimdiff" and "[r][g]viewdiff". */
      if (STRICMP(initstr, "diff") == 0)
-@@ -2967,7 +2971,12 @@ source_startup_scripts(mparm_T *parmp)
+@@ -2972,7 +2976,12 @@ source_startup_scripts(mparm_T *parmp)
  	 * Get system wide defaults, if the file name is defined.
  	 */
  #ifdef SYS_VIMRC_FILE
@@ -45,7 +45,7 @@ index acc51f182..3c47df2eb 100644
  #endif
  #ifdef MACOS_X
  	(void)do_source((char_u *)"$VIMRUNTIME/macmap.vim", FALSE, DOSO_NONE);
-@@ -3003,6 +3012,9 @@ source_startup_scripts(mparm_T *parmp)
+@@ -3008,6 +3017,9 @@ source_startup_scripts(mparm_T *parmp)
  #ifdef USR_EXRC_FILE2
  		&& do_source((char_u *)USR_EXRC_FILE2, FALSE, DOSO_NONE) == FAIL
  #endif
@@ -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 c749a3691..ce8632dde 100644
+index 3fdfb5fcd..1e778d0b0 100644
 --- a/src/structs.h
 +++ b/src/structs.h
-@@ -3257,6 +3257,9 @@ typedef struct
+@@ -3260,6 +3260,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 16cddcd..06584b4 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
@@ -23,7 +23,7 @@ preprocessor's __DATE__/__TIME__ symbols will be used.
  3 files changed, 19 insertions(+)
 
 diff --git a/src/config.h.in b/src/config.h.in
-index 5baac7d6b..59b6c0b57 100644
+index 38b0ccf53..ab8f20207 100644
 --- a/src/config.h.in
 +++ b/src/config.h.in
 @@ -30,6 +30,9 @@
@@ -37,7 +37,7 @@ index 5baac7d6b..59b6c0b57 100644
  #undef HAVE_ATTRIBUTE_UNUSED
  
 diff --git a/src/configure.ac b/src/configure.ac
-index f6a44691f..17a4a48f6 100644
+index 1706a8d9a..9cf8b9615 100644
 --- a/src/configure.ac
 +++ b/src/configure.ac
 @@ -29,6 +29,16 @@ dnl in autoconf needs it, where it uses STDC_HEADERS.
@@ -58,7 +58,7 @@ index f6a44691f..17a4a48f6 100644
  
  AC_MSG_CHECKING(--enable-fail-if-missing argument)
 diff --git a/src/version.c b/src/version.c
-index 731a6850d..0253dc461 100644
+index 723544ff4..4bcadad21 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