[packages/vim] up to 7.3.877
glen
glen at pld-linux.org
Thu Apr 4 20:37:05 CEST 2013
commit 62bb1941c6629f259e83c8c2998f662f5546f5b0
Author: Elan Ruusamäe <glen at delfi.ee>
Date: Thu Apr 4 21:36:23 2013 +0300
up to 7.3.877
7.3.876 #if indents are off
7.3.877 (after 7.3.871) forward searching with search() is broken
sources | 2 ++
update-source.sh | 4 ++--
vim.spec | 4 ++--
3 files changed, 6 insertions(+), 4 deletions(-)
---
diff --git a/vim.spec b/vim.spec
index 94ec3e5..de7f524 100644
--- a/vim.spec
+++ b/vim.spec
@@ -26,8 +26,8 @@
# tail -n1 sources | awk '{print $2}'
%define ver 7.3
-%define patchlevel 875
-%define rel 2
+%define patchlevel 877
+%define rel 1
Summary: Vi IMproved - a Vi clone
Summary(de.UTF-8): VIsual editor iMproved
Summary(es.UTF-8): Editor visual incrementado
diff --git a/sources b/sources
index d583b47..7fe6ffc 100644
--- a/sources
+++ b/sources
@@ -872,3 +872,5 @@ bd47f2b08911ad0db8209c5f02380a5d 7.3.872
4e1bafa141c88f83d868de096c431e43 7.3.873
6e4a64e9e9b392bcf0d2488f07c80608 7.3.874
abb4523022f7c6c86c43256f80a74550 7.3.875
+437a021bf523442732f1e31f29579e68 7.3.876
+8b71b930825e91e8f7af6aef3b714080 7.3.877
diff --git a/update-source.sh b/update-source.sh
index 7a3b773..8e85764 100755
--- a/update-source.sh
+++ b/update-source.sh
@@ -37,12 +37,12 @@ if [ "$1" ]; then
ver=$1
else
echo "Fetching latest patches list..."
- wget -nv $sources -O sources.new
+ wget -nv $sources -O sources.new 2>&1
# exclude files already in git tree
git ls-files "$basever.*" | sed -e 's/\./\\./g;s/$/$/'| grep -vf - sources.new > sources
rm sources.new
# also update patches README
- wget -nv $baseurl/README -O README.patches
+ wget -nv $baseurl/README -O README.patches 2>&1
ver=$(tail -n1 sources | awk '{print $NF}')
fi
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/vim.git/commitdiff/62bb1941c6629f259e83c8c2998f662f5546f5b0
More information about the pld-cvs-commit
mailing list