]> git.pld-linux.org Git - packages/vim.git/commitdiff
up to 7.3.877 auto/th/vim-7.3.877-1
authorElan Ruusamäe <glen@delfi.ee>
Thu, 4 Apr 2013 18:36:23 +0000 (21:36 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Thu, 4 Apr 2013 18:36:53 +0000 (21:36 +0300)
 7.3.876  #if indents are off
 7.3.877  (after 7.3.871) forward searching with search() is broken

sources
update-source.sh
vim.spec

diff --git a/sources b/sources
index d583b4738b3470c4979a22debc1cb273c3ce0128..7fe6ffc50d69c046c31cfa454aefc4804dfa2605 100644 (file)
--- 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
index 7a3b773faf2a8b62e06cc4ff0ef01dcd14d2a90c..8e85764ef4862b927bf3aba3db79c7b35bc07b06 100755 (executable)
@@ -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
 
index 94ec3e5c7b75a6943711dea9e9e7fc0115f9c3b0..de7f524e2353dc2a0fb4d5b43130c32e78b1be8d 100644 (file)
--- 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
This page took 0.192217 seconds and 4 git commands to generate.