Author: glen Date: Sun Aug 22 09:29:28 2010 GMT Module: packages Tag: HEAD ---- Log message: - up to 7.3.003, rel macro is back, not to increment epoch accidentally
---- Files affected: packages/vim: vim.spec (1.525 -> 1.526) , 7.3.003 (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: packages/vim/vim.spec diff -u packages/vim/vim.spec:1.525 packages/vim/vim.spec:1.526 --- packages/vim/vim.spec:1.525 Sat Aug 21 12:10:16 2010 +++ packages/vim/vim.spec Sun Aug 22 11:29:23 2010 @@ -25,10 +25,11 @@ %endif # Command to check for latest patch: -# wget -q -O - ftp://ftp.vim.org/pub/editors/vim/patches/7.2/MD5SUMS|grep -vF .gz|tail -n1|awk '{print $2}' +# curl -s ftp://ftp.vim.org/pub/editors/vim/patches/7.3/MD5SUMS | grep -vF .gz | tail -n1 | awk '{print $2}' %define ver 7.3 -%define patchlevel 002 +%define patchlevel 003 +%define rel 1 Summary: Vi IMproved - a Vi clone Summary(de.UTF-8): VIsual editor iMproved Summary(es.UTF-8): Editor visual incrementado @@ -41,7 +42,7 @@ Summary(uk.UTF-8): Visual editor IMproved - Єдино Вірний Редактор :) Name: vim Version: %{ver}.%{patchlevel} -Release: 4 +Release: %{rel} Epoch: 4 License: Charityware Group: Applications/Editors/Vim @@ -1379,6 +1380,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.526 2010/08/22 09:29:23 glen +- up to 7.3.003, rel macro is back, not to increment epoch accidentally + Revision 1.525 2010/08/21 10:10:16 glen - add bj (Benin not blowjob) to tutor ================================================================ Index: packages/vim/7.3.003 diff -u /dev/null packages/vim/7.3.003:1.1 --- /dev/null Sun Aug 22 11:29:28 2010 +++ packages/vim/7.3.003 Sun Aug 22 11:29:23 2010 @@ -0,0 +1,45 @@ +To: [email protected] +Subject: Patch 7.3.003 +Fcc: outbox +From: Bram Moolenaar <[email protected]> +Mime-Version: 1.0 +Content-Type: text/plain; charset=UTF-8 +Content-Transfer-Encoding: 8bit +------------ + +Patch 7.1.003 +Problem: Crash with specific BufWritePost autocmd. (Peter Odding) +Solution: Don't free the quickfix title twice. (Lech Lorens) +Files: src/quickfix.c + + +*** ../vim-7.3.002/src/quickfix.c 2010-08-15 21:57:26.000000000 +0200 +--- src/quickfix.c 2010-08-16 21:15:44.000000000 +0200 +*************** +*** 2125,2130 **** +--- 2125,2131 ---- + --qi->qf_lists[idx].qf_count; + } + vim_free(qi->qf_lists[idx].qf_title); ++ qi->qf_lists[idx].qf_title = NULL; + } + + /* +*** ../vim-7.3.002/src/version.c 2010-08-16 22:33:55.000000000 +0200 +--- src/version.c 2010-08-17 20:23:05.000000000 +0200 +*************** +*** 716,717 **** +--- 716,719 ---- + { /* Add new patch number below this line */ ++ /**/ ++ 3, + /**/ + +-- +From "know your smileys": + :-X My lips are sealed + + /// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\ +/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ +\\\ download, build and distribute -- http://www.A-A-P.org /// + \\\ help me help AIDS victims -- http://ICCF-Holland.org /// ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/vim/vim.spec?r1=1.525&r2=1.526&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
