[packages/vim] updated to 7.4.253
glen
glen at pld-linux.org
Mon Apr 7 13:52:37 CEST 2014
commit a540b4fe2bf1e8425724b8684305d4c182c57075
Author: Elan Ruusamäe <glen at delfi.ee>
Date: Mon Apr 7 14:22:53 2014 +0300
updated to 7.4.253
7.4.207 cursor report sometimes not recognized causing replace mode
7.4.208 Mercurial picks up some files that are not distributed
7.4.209 when repeating a filter command "%" and "#" are expanded
7.4.210 Visual block mode + virtual edit doesn't work well with tabs
7.4.211 ":lu" is abbreviation for ":lua", but it should be ":lunmap"
7.4.212 #ifdefs for the +visual feature are not useful
7.4.213 it's not possible to open a new buffer without a swapfile
7.4.214 compilation problems on HP_nonStop (Tandem)
7.4.215 ":sp foo" reloads "foo" if it is the current buffer
7.4.216 compiler warnings
7.4.217 "make clean" may run configure pointlessly
7.4.218 it's not easy to remove duplicates from a list
7.4.219 redraw too often when 'relativenumber' or 'cursorline' set
7.4.220 test 105 does not work in a shadow dir
7.4.221 quickfix doesn't resize on ":copen 20"
7.4.222 the Ruby directory is constructed from parts
7.4.223 still using an older autoconf version
7.4.224 /usr/bin/grep on Solaris does not support -F
7.4.225 dynamic Ruby doesn't work on Solaris
7.4.226 (after 7.4.219) cursorline highlight not always redrawn
7.4.227 (after 7.4.225) can't build with Ruby 1.8
7.4.228 compiler warnings when building with Python 3.2
7.4.229 ":let" fails when listing vars with a curly braces expression
7.4.230 error when using ":options"
7.4.231 an error in ":options" is not caught by the tests
7.4.232 ":%s/\n//" uses a lot of memory
7.4.233 escaping special chars in ":!cmd %" is inconsistant
7.4.234 can't get the command that was used to start Vim
7.4.235 it is not easy to get the full path of a command
7.4.236 it's not that easy to check the Vim patch version
7.4.237 (after 7.4.236) has() not checking for specific patch
7.4.238 Vim does not support the smack library
7.4.239 ":e +" does not position cursor at end of the file
7.4.240 ":tjump" shows "\n" as "\\n"
7.4.241 submatch() does not distinguish between a NL and a NUL
7.4.242 getreg() does not distinguish between a NL and a NUL character
7.4.243 cannot use setreg() to add text that includes a NUL
7.4.244 (after 7.4.238) the smack feature causes stray error messages
7.4.245 crash for "vim -u NONE -N -c '&&'"
7.4.246 configure message for detecting smack are out of sequence
7.4.247 NUL and NL mixed up when giving input to system()
7.4.248 cannot distinguish between NL and NUL in output of system()
7.4.249 using setreg() with a list of numbers does not work
7.4.250 some test files missing from distribution
7.4.251 crash when BufAdd autocommand wipes out the buffer
7.4.252 critical error in GTK, removing timer twice
7.4.253 crash when using external reference in syntax regexp
sources | 47 +++++++++++++++++++++++++++++++++++++++++++++++
vim.spec | 7 ++++++-
2 files changed, 53 insertions(+), 1 deletion(-)
---
diff --git a/vim.spec b/vim.spec
index 0c778b8..103b88a 100644
--- a/vim.spec
+++ b/vim.spec
@@ -28,7 +28,7 @@
# VCS Commits: https://code.google.com/p/vim/source/browse/
%define ver 7.4
-%define patchlevel 206
+%define patchlevel 253
%define rel 1
Summary: Vi IMproved - a Vi clone
Summary(de.UTF-8): VIsual editor iMproved
@@ -52,6 +52,8 @@ Source1: http://www.mif.pg.gda.pl/homepages/ankry/man-PLD/%{name}-non-english-ma
# Source1-md5: bc4d1e115ca506ad7751b9bd2b773a7f
Source2: http://skawina.eu.org/mikolaj/usr_doc_pl.zip
# Source2-md5: ff96284b1c913d55cf0877839b34d490
+Source3: https://vim.googlecode.com/hg-history/v7-4-207/.hgignore
+# Source3-md5: 11760a30af26645127530e3c1bfc3405
Source10: g%{name}-athena.desktop
Source11: g%{name}-motif.desktop
Source12: g%{name}-gtk.desktop
@@ -737,6 +739,9 @@ jak również GUI GTK+2.
%prep
%setup -q -n %{name}74
+# make patch 7.4.208 able to apply
+cp -p %{SOURCE3} .
+
# official patches
%patchset_patch 1 %{patchlevel}
diff --git a/sources b/sources
index b52d9f1..f66bee0 100644
--- a/sources
+++ b/sources
@@ -204,3 +204,50 @@ ecdc9aa4facee37c563ee4e16f2447c7 7.4.202
c1fe85c772d4c5e064f2b5cc80223930 7.4.204
fed144f679842969a87ee0aaf70694f0 7.4.205
fa6c00de0e780f1e250d5af476aa95e4 7.4.206
+4337d84e53dc942a350d806049bc2588 7.4.207
+c0e97738a0a2180791067e2098bf1925 7.4.208
+442df33e3f7825e7224ff0e1a5e18020 7.4.209
+afcf5759addbe717d00974cfcdd35226 7.4.210
+6418353debd191dba5f9630535d5949c 7.4.211
+0cb1b3de966db2a84c749aa34db33882 7.4.212
+bc6cfa0219398a40d729900e581ba42d 7.4.213
+fec9b228a6eb6627d2fa82b655d13c70 7.4.214
+6d73db3ca196e89d3dcfbd72821f9ca2 7.4.215
+d6f74e43a745f4a3758a33488360cecc 7.4.216
+b7371d17254fe74777d54f1816822c30 7.4.217
+2f4acb7e20fa567dc3b0930f018d0d4e 7.4.218
+b869b0398b0fa08f18e76c2007b80235 7.4.219
+884c3649a32bc3690906b470990980c6 7.4.220
+e2a95050b3edcfa42ddc31454543e3dd 7.4.221
+d458a27303fc30be8de30b74389e3466 7.4.222
+e19d284753ef5f1eeb9f44fc08785631 7.4.223
+dd2ecc1c03f724cad2757f4b45df3115 7.4.224
+8bd348cf3c661affa9f441d7cb92366e 7.4.225
+d175135cfb0a71b1cb7efd8cfec7c083 7.4.226
+dd22668741af2e2b6a5fd1b0378fdfd1 7.4.227
+f24b3eecf01d97d0b16413a43230aade 7.4.228
+92b14efda1881ecde71e368fe3f880cf 7.4.229
+c437f131d4d8e935e0c4122fe14d40bd 7.4.230
+86513da43dcfe5d341b30e9131ff5c5d 7.4.231
+c05c12752233b8d98694f740d8e842c1 7.4.232
+58619a079ecf449c0603b0ef988c853c 7.4.233
+e179ee727e1e8978f834aa66c75991d7 7.4.234
+e5d37d3e87b9e653de7a9333b670d9ac 7.4.235
+fb48e0461f7ee5cc560c7a4edfb242d1 7.4.236
+48efa9c2116d3a73c1904b258174aa02 7.4.237
+1db2c3532ad065b1cb9640d451157b88 7.4.238
+649b42a131948ca4ff2fa1a9ca03acb2 7.4.239
+1d76171ae8a64020c1226893074b0c32 7.4.240
+ead92bdd0c54248db01c9c79e2524912 7.4.241
+47a08abd198a0257894c2f0624d10962 7.4.242
+abe5ed9fb7b23119815892f98cd94613 7.4.243
+6d384e70a3e4b195bc69fe1c2fdd9735 7.4.244
+5c3141c1ae60f92f0c17e9814d38f045 7.4.245
+8cb28042047ea316a7949c75c94f0997 7.4.246
+f37b64c6641c3e462e28d800e5e0dca8 7.4.247
+2e1eab93b98dd7460cb3544d31676f6b 7.4.248
+33033c3f73418900b9fe2b7bef1d980f 7.4.249
+a9766343778385af47905a456cdfda2a 7.4.250
+cc43ae910c29aa8f20dc21a8fed6b76c 7.4.251
+268f1223f0bc09821ab23983dfa07a41 7.4.252
+1fcc11b023cf479d640e6e6f1acfe72a 7.4.253
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/vim.git/commitdiff/a540b4fe2bf1e8425724b8684305d4c182c57075
More information about the pld-cvs-commit
mailing list