diff --git a/v7.4.1726.tar.gz b/v7.4.1726.tar.gz deleted file mode 100644 index dd9edaf..0000000 --- a/v7.4.1726.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2085d6115b8316c89e9bbe374d67f237d92840e1e72534802fa8621bbad97123 -size 12549477 diff --git a/v7.4.1749.tar.gz b/v7.4.1749.tar.gz new file mode 100644 index 0000000..8cd7bec --- /dev/null +++ b/v7.4.1749.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2fdfeb99b639ab0a4409d95c543ad44ee34d0816a2c3e0afabdd3b9600c1449e +size 12557700 diff --git a/vim.changes b/vim.changes index acf72a4..3532c84 100644 --- a/vim.changes +++ b/vim.changes @@ -1,3 +1,29 @@ +------------------------------------------------------------------- +Mon Apr 18 07:48:17 UTC 2016 - idonmez@suse.com + +- Updated to revision 1749, fixes the following problems + * Cannot detect a crash in tests when caused by garbagecollect(). + * The help for functions require a space after the "(". + * The Perl interface cannot use 'print' operator for writing + directly in standard IO. + * It is not easy to get a character out of a string. + * Python: turns partial into simple funcref. + * Folds may close when using autocomplete. + * Test fails when not using utf-8. + * It is not possible to only see part of the message history. + It is not possible to clear messages. + * Count for ":messages" depends on number of lines. + * syn-cchar defined with matchadd() does not appear if there are no + other syntax definitions which matches buffer text. + * Not testing utf-8 characters. + * strgetchar() does not work correctly. + * Clang warns for uninitialzed variable. (Michael Jarvis) + * Python: Converting a sequence may leak memory. + * Memory leak in Perl. + * Coverity: missing check for NULL pointer. + * "gD" does not find match in first column of first line. + * When using GTK 3.20 there are a few warnings. + ------------------------------------------------------------------- Thu Apr 14 08:03:14 UTC 2016 - idonmez@suse.com diff --git a/vim.spec b/vim.spec index 5bf44f1..d1a5946 100644 --- a/vim.spec +++ b/vim.spec @@ -17,7 +17,7 @@ %define pkg_version 7.4 -%define patchlevel 1726 +%define patchlevel 1749 %define VIM_SUBDIR vim74 %define site_runtimepath /usr/share/vim/site %define make make VIMRCLOC=/etc VIMRUNTIMEDIR=/usr/share/vim/current MAKE="make -e" %{?_smp_mflags}