commit vim-plugins for openSUSE:Factory

2019-11-13 Thread root
Hello community,

here is the log from the commit of package vim-plugins for openSUSE:Factory 
checked in at 2019-11-13 13:26:01

Comparing /work/SRC/openSUSE:Factory/vim-plugins (Old)
 and  /work/SRC/openSUSE:Factory/.vim-plugins.new.2990 (New)


Package is "vim-plugins"

Wed Nov 13 13:26:01 2019 rev:32 rq:747742 version:unknown

Changes:

--- /work/SRC/openSUSE:Factory/vim-plugins/vim-plugins.changes  2019-10-09 
15:20:07.744394409 +0200
+++ /work/SRC/openSUSE:Factory/.vim-plugins.new.2990/vim-plugins.changes
2019-11-13 13:26:06.247558709 +0100
@@ -1,0 +2,5 @@
+Mon Nov 11 13:07:12 UTC 2019 - Johannes Thumshirn 
+
+- Update vim-plugin-fugitive to upstream version 3.1
+
+---

Old:

  vimplugin-fugitive-2.2.tar.gz

New:

  vimplugin-fugitive-3.1.tar.gz



Other differences:
--
++ vim-plugins.spec ++
--- /var/tmp/diff_new_pack.0Ih7pF/_old  2019-11-13 13:26:07.879560408 +0100
+++ /var/tmp/diff_new_pack.0Ih7pF/_new  2019-11-13 13:26:07.879560408 +0100
@@ -49,7 +49,7 @@
 %define rails_version   4.4
 %define ack_version 1.0.9
 %define editorconfig_version0.3.3
-%define fugitive_version2.2
+%define fugitive_version3.1
 %define neomutt_version 20180104
 %define salt_version0.0.1
 
@@ -654,7 +654,7 @@
 # vim-plugin-fugitive
 pushd vim-fugitive-%{fugitive_version}
 mkdir -p %buildroot/%vimplugin_dir
-cp -a plugin doc %{buildroot}/%{vimplugin_dir}
+cp -a autoload ftdetect plugin doc syntax %{buildroot}/%{vimplugin_dir}
 popd
 
 cp %{SOURCE100} %{buildroot}/%vimplugin_dir/snippets/
@@ -1128,6 +1128,10 @@
 %defattr(-,root,root,0755)
 %vimplugin_dir/plugin/fugitive.vim
 %vimplugin_dir/doc/fugitive.txt
+%vimplugin_dir/autoload/fugitive.vim
+%vimplugin_dir/ftdetect/fugitive.vim
+%vimplugin_dir/syntax/fugitive.vim
+%vimplugin_dir/syntax/fugitiveblame.vim
 
 %files -n vim-plugin-neomutt
 %defattr(-,root,root,0755)

++ vimplugin-fugitive-2.2.tar.gz -> vimplugin-fugitive-3.1.tar.gz ++
 10372 lines of diff (skipped)




commit vim-plugins for openSUSE:Factory

2019-10-09 Thread root
Hello community,

here is the log from the commit of package vim-plugins for openSUSE:Factory 
checked in at 2019-10-09 15:20:03

Comparing /work/SRC/openSUSE:Factory/vim-plugins (Old)
 and  /work/SRC/openSUSE:Factory/.vim-plugins.new.2352 (New)


Package is "vim-plugins"

Wed Oct  9 15:20:03 2019 rev:31 rq:736389 version:unknown

Changes:

--- /work/SRC/openSUSE:Factory/vim-plugins/vim-plugins.changes  2018-03-02 
21:12:57.226253237 +0100
+++ /work/SRC/openSUSE:Factory/.vim-plugins.new.2352/vim-plugins.changes
2019-10-09 15:20:07.744394409 +0200
@@ -1,0 +2,5 @@
+Wed Sep 11 22:28:32 UTC 2019 - Olav Reinert 
+
+- add vim-plugin-salt 0.0.1
+
+---

New:

  vimplugin-salt-0.0.1.tar.bz2



Other differences:
--
++ vim-plugins.spec ++
--- /var/tmp/diff_new_pack.v6n6Ef/_old  2019-10-09 15:20:10.292387839 +0200
+++ /var/tmp/diff_new_pack.v6n6Ef/_new  2019-10-09 15:20:10.332387736 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package vim-plugins
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,7 +12,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -51,9 +51,10 @@
 %define editorconfig_version0.3.3
 %define fugitive_version2.2
 %define neomutt_version 20180104
+%define salt_version0.0.1
 
 Name:   vim-plugins
-Version:7.2.22
+Version:7.3.0
 Release:0
 Summary:Plug-ins pack for Vim
 License:MIT
@@ -94,6 +95,7 @@
 Source34:   
https://github.com/editorconfig/editorconfig-vim/archive/v%{editorconfig_version}.tar.gz#/vimplugin-editorconfig-%{editorconfig_version}.tar.gz
 Source35:   
https://github.com/tpope/vim-fugitive/archive/v%{fugitive_version}.tar.gz#/vimplugin-fugitive-%{fugitive_version}.tar.gz
 Source36:   vimplugin-neomutt-%{neomutt_version}.tar.bz2
+Source37:   vimplugin-salt-%{salt_version}.tar.bz2
 Source100:  
https://raw.githubusercontent.com/openSUSE/pack-tools/master/contrib/vim/spec.snippets
 Patch1: locateopen-1.3-locate-support.patch
 Patch2: showmarks-signs.patch
@@ -600,8 +602,20 @@
 sets the mail filetype to temporary mail files created by neomutt when writing
 or editing emails.
 
+%package -n vim-plugin-salt
+
+Version:%salt_version
+Release:0
+Summary:Salt plugin for Vim
+License:Apache-2.0
+Group:  Productivity/Text/Editors
+Url:https://github.com/saltstack/salt-vim
+
+%description -n vim-plugin-salt
+This Vim plugin provides support for editing Saltstack .sls files.
+
 %prep
-%setup -q -c -n %{name} -a1 -a2 -a3 -a4 -a5 -a6 -a7 -a9 -a10 -a11 -a12 -a13 
-a14 -a15 -a16 -a17 -a18 -a19 -a20 -a21 -a22 -a23 -a24 -a25 -a26 -a27 -a28 -a29 
-a30 -a31 -a32 -a34 -a35 -a36
+%setup -q -c -n %{name} -a1 -a2 -a3 -a4 -a5 -a6 -a7 -a9 -a10 -a11 -a12 -a13 
-a14 -a15 -a16 -a17 -a18 -a19 -a20 -a21 -a22 -a23 -a24 -a25 -a26 -a27 -a28 -a29 
-a30 -a31 -a32 -a34 -a35 -a36 -a37
 # --- patch locateopen --
 pushd vimplugin-locateopen-%locateopen_version
 %patch1
@@ -616,7 +630,7 @@
 for i in vimplugin-*; do
 pushd $i
 mkdir -p %buildroot/%vimplugin_dir
-cp -a * %buildroot/%vimplugin_dir/
+cp -av * %buildroot/%vimplugin_dir/
 popd
 done
 mkdir -p %{buildroot}%{_defaultdocdir}/vimplugin-NERDtree/
@@ -1123,4 +1137,10 @@
 %vimplugin_dir/ftplugin/neomuttrc.vim
 %vimplugin_dir/syntax/neomuttrc.vim
 
+%files -n vim-plugin-salt
+%defattr(-,root,root,0755)
+%vimplugin_dir/ftdetect/sls.vim
+%vimplugin_dir/ftplugin/sls.vim
+%vimplugin_dir/syntax/sls.vim
+
 %changelog




commit vim-plugins for openSUSE:Factory

2018-03-02 Thread root
Hello community,

here is the log from the commit of package vim-plugins for openSUSE:Factory 
checked in at 2018-03-02 21:12:55

Comparing /work/SRC/openSUSE:Factory/vim-plugins (Old)
 and  /work/SRC/openSUSE:Factory/.vim-plugins.new (New)


Package is "vim-plugins"

Fri Mar  2 21:12:55 2018 rev:30 rq:581934 version:unknown

Changes:

--- /work/SRC/openSUSE:Factory/vim-plugins/vim-plugins.changes  2017-04-12 
18:24:43.813720889 +0200
+++ /work/SRC/openSUSE:Factory/.vim-plugins.new/vim-plugins.changes 
2018-03-02 21:12:57.226253237 +0100
@@ -1,0 +2,5 @@
+Tue Feb 27 00:00:00 CET 2018 - dste...@suse.cz
+
+- add plugin for neomutt config files
+
+---

New:

  vimplugin-neomutt-20180104.tar.bz2



Other differences:
--
++ vim-plugins.spec ++
--- /var/tmp/diff_new_pack.UALDHo/_old  2018-03-02 21:12:59.530170388 +0100
+++ /var/tmp/diff_new_pack.UALDHo/_new  2018-03-02 21:12:59.534170244 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package vim-plugins
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -50,6 +50,7 @@
 %define ack_version 1.0.9
 %define editorconfig_version0.3.3
 %define fugitive_version2.2
+%define neomutt_version 20180104
 
 Name:   vim-plugins
 Version:7.2.22
@@ -92,6 +93,7 @@
 Source32:   
https://github.com/mileszs/ack.vim/archive/%{ack_version}.tar.gz#/vimplugin-ack-%{ack_version}.tar.gz
 Source34:   
https://github.com/editorconfig/editorconfig-vim/archive/v%{editorconfig_version}.tar.gz#/vimplugin-editorconfig-%{editorconfig_version}.tar.gz
 Source35:   
https://github.com/tpope/vim-fugitive/archive/v%{fugitive_version}.tar.gz#/vimplugin-fugitive-%{fugitive_version}.tar.gz
+Source36:   vimplugin-neomutt-%{neomutt_version}.tar.bz2
 Source100:  
https://raw.githubusercontent.com/openSUSE/pack-tools/master/contrib/vim/spec.snippets
 Patch1: locateopen-1.3-locate-support.patch
 Patch2: showmarks-signs.patch
@@ -176,7 +178,7 @@
 Version:%colorschemes_version
 Release:0
 Summary:Vim color schemes selection
-License:GPL-2.0
+License:GPL-2.0-only
 Group:  Productivity/Text/Editors
 Requires:   vim
 
@@ -307,7 +309,7 @@
 Version:%searchcomplete_version
 Release:0
 Summary:Tab completion of words inside of a search
-License:GPL-2.0
+License:GPL-2.0-only
 Group:  Productivity/Text/Editors
 Requires:   vim
 
@@ -360,7 +362,7 @@
 Version:%tlib_version
 Release:0
 Summary:Utility functions for vim
-License:GPL-1.0+
+License:GPL-1.0-or-later
 Group:  Productivity/Text/Editors
 Requires:   vim
 
@@ -372,7 +374,7 @@
 Version:%tregisters_version
 Release:0
 Summary:List, edit, and run/execute registers/clipboards
-License:GPL-1.0+
+License:GPL-1.0-or-later
 Group:  Productivity/Text/Editors
 Requires:   vim
 Requires:   vim-plugin-tlib
@@ -384,7 +386,7 @@
 Version:%tselectbuffer_version
 Release:0
 Summary:A quick buffer selector/switcher
-License:GPL-1.0+
+License:GPL-1.0-or-later
 Group:  Productivity/Text/Editors
 Requires:   vim
 
@@ -397,7 +399,7 @@
 Version:%tselectfiles_version
 Release:0
 Summary:A quick file selector/browser/explorer
-License:GPL-1.0+
+License:GPL-1.0-or-later
 Group:  Productivity/Text/Editors
 Requires:   vim
 Requires:   vim-plugin-tlib
@@ -411,7 +413,7 @@
 Version:%utl_version
 Release:0
 Summary:Universal text linking for vim
-License:GPL-1.0+
+License:GPL-1.0-or-later
 Group:  Productivity/Text/Editors
 Requires:   vim
 
@@ -454,7 +456,7 @@
 Version:%quilt_version
 Release:0
 Summary:Quilt support for vim
-License:GPL-2.0
+License:GPL-2.0-only
 Group:  Productivity/Text/Editors
 Requires:   quilt
 Requires:   vim
@@ -466,7 +468,7 @@
 Version:%vimwiki_version
 Release:0
 Summary:Personal wiki for vim
-License:GPL-2.0
+License:GPL-2.0-only
 Group:  Productivity/Text/Editors
 Requires:   vim
 
@@ -480,7 +482,7 @@
 Version:%gnupg_version
 Release:0
 Summary:Plugin for transparent editing of gpg encrypted files
-License:GPL-1.0+
+License:

commit vim-plugins for openSUSE:Factory

2017-04-12 Thread root
Hello community,

here is the log from the commit of package vim-plugins for openSUSE:Factory 
checked in at 2017-04-12 17:37:17

Comparing /work/SRC/openSUSE:Factory/vim-plugins (Old)
 and  /work/SRC/openSUSE:Factory/.vim-plugins.new (New)


Package is "vim-plugins"

Wed Apr 12 17:37:17 2017 rev:29 rq:486983 version:unknown

Changes:

--- /work/SRC/openSUSE:Factory/vim-plugins/vim-plugins.changes  2016-08-17 
12:06:33.0 +0200
+++ /work/SRC/openSUSE:Factory/.vim-plugins.new/vim-plugins.changes 
2017-04-12 18:24:43.813720889 +0200
@@ -1,0 +2,7 @@
+Mon Apr 10 08:15:38 UTC 2017 - tchva...@suse.com
+
+- Fix showmarks script wrt bsc#905770:
+  * add patch from upstream https://github.com/vim-scripts/ShowMarks/pull/3:
++ showmarks-signs.patch
+
+---

New:

  showmarks-signs.patch



Other differences:
--
++ vim-plugins.spec ++
--- /var/tmp/diff_new_pack.O44GGb/_old  2017-04-12 18:24:44.729591376 +0200
+++ /var/tmp/diff_new_pack.O44GGb/_new  2017-04-12 18:24:44.733590810 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package vim-plugins
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -94,6 +94,7 @@
 Source35:   
https://github.com/tpope/vim-fugitive/archive/v%{fugitive_version}.tar.gz#/vimplugin-fugitive-%{fugitive_version}.tar.gz
 Source100:  
https://raw.githubusercontent.com/openSUSE/pack-tools/master/contrib/vim/spec.snippets
 Patch1: locateopen-1.3-locate-support.patch
+Patch2: showmarks-signs.patch
 BuildRequires:  vim
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
@@ -590,6 +591,9 @@
 pushd vimplugin-locateopen-%locateopen_version
 %patch1
 popd
+pushd vimplugin-showmarks-%showmarks_version
+%patch2 -p1
+popd
 
 %build
 

++ showmarks-signs.patch ++
>From e752d376f3566b9ca646914d148259097fdc713a Mon Sep 17 00:00:00 2001
From: Tobias Gehring 
Date: Sat, 4 Oct 2014 17:37:23 +0200
Subject: [PATCH] vim doesn't allow signs at the first line any more

---
 plugin/showmarks.vim | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/plugin/showmarks.vim b/plugin/showmarks.vim
index affd240..80d9ab1 100644
--- a/plugin/showmarks.vim
+++ b/plugin/showmarks.vim
@@ -372,7 +372,7 @@ fun! s:ShowMarks()
exe 'hi link 
'.s:ShowMarksDLink{nm}.nm.' '.b:ShowMarksLink{nm}
endif
let mark_at{ln} = nm
-   if !exists('b:placed_'.nm) || b:placed_{nm} != 
ln
+   if ln > 0 && (!exists('b:placed_'.nm) || 
b:placed_{nm} != ln)
exe 'sign unplace '.id.' 
buffer='.winbufnr(0)
exe 'sign place '.id.' 
name=ShowMark'.nm.' line='.ln.' buffer='.winbufnr(0)
let b:placed_{nm} = ln



commit vim-plugins for openSUSE:Factory

2016-08-17 Thread h_root
Hello community,

here is the log from the commit of package vim-plugins for openSUSE:Factory 
checked in at 2016-08-17 12:06:31

Comparing /work/SRC/openSUSE:Factory/vim-plugins (Old)
 and  /work/SRC/openSUSE:Factory/.vim-plugins.new (New)


Package is "vim-plugins"

Changes:

--- /work/SRC/openSUSE:Factory/vim-plugins/vim-plugins.changes  2016-06-29 
15:10:51.0 +0200
+++ /work/SRC/openSUSE:Factory/.vim-plugins.new/vim-plugins.changes 
2016-08-17 12:06:33.0 +0200
@@ -1,0 +2,7 @@
+Tue Aug 16 11:26:24 UTC 2016 - astie...@suse.com
+
+- Remove vim-plugin-ag: deprecated upstream, license issues. The
+  fork source vim-plugin-ack can be used:
+   let g:ackprg = 'ag --vimgrep'
+
+---

Old:

  vimplugin-ag-20160213.tar.gz



Other differences:
--
++ vim-plugins.spec ++
--- /var/tmp/diff_new_pack.sOIC1Q/_old  2016-08-17 12:06:35.0 +0200
+++ /var/tmp/diff_new_pack.sOIC1Q/_new  2016-08-17 12:06:35.0 +0200
@@ -48,8 +48,6 @@
 %define snipmate_version0.83
 %define rails_version   4.4
 %define ack_version 1.0.9
-%define ag_version  20160213
-%define ag_commit   994c27dd8f237573208548e7480e39b24ccbbfba
 %define editorconfig_version0.3.3
 %define fugitive_version2.2
 
@@ -92,7 +90,6 @@
 Source30:   vimplugin-snipmate-%{snipmate_version}.tar.bz2
 Source31:   vimplugin-rails-%{rails_version}.tar.bz2
 Source32:   
https://github.com/mileszs/ack.vim/archive/%{ack_version}.tar.gz#/vimplugin-ack-%{ack_version}.tar.gz
-Source33:   
https://github.com/rking/ag.vim/archive/%{ag_commit}.tar.gz#/vimplugin-ag-%{ag_version}.tar.gz
 Source34:   
https://github.com/editorconfig/editorconfig-vim/archive/v%{editorconfig_version}.tar.gz#/vimplugin-editorconfig-%{editorconfig_version}.tar.gz
 Source35:   
https://github.com/tpope/vim-fugitive/archive/v%{fugitive_version}.tar.gz#/vimplugin-fugitive-%{fugitive_version}.tar.gz
 Source100:  
https://raw.githubusercontent.com/openSUSE/pack-tools/master/contrib/vim/spec.snippets
@@ -551,22 +548,12 @@
 License:Vim
 Group:  Productivity/Text/Editors
 Requires:   ack >= 2.0
+Obsoletes:  vim-plugin-ag <= 20160213
+Provides:   vim-plugin-ag = 20160231
 
 %description -n vim-plugin-ack
 Run the ack search tool from Vim, with enhanced results listing.
 
-%package -n vim-plugin-ag
-
-Version:%ag_version
-Release:0
-Summary:Run the ag (the_silver_search) search tool from Vim
-License:Vim
-Group:  Productivity/Text/Editors
-Requires:   the_silver_searcher
-
-%description -n vim-plugin-ag
-Run the ack search tool from Vim, with enhanced results listing.
-
 %package -n vim-plugin-editorconfig
 
 Version:%editorconfig_version
@@ -598,7 +585,7 @@
 Provides git integration with vim.
 
 %prep
-%setup -q -c -n %{name} -a1 -a2 -a3 -a4 -a5 -a6 -a7 -a9 -a10 -a11 -a12 -a13 
-a14 -a15 -a16 -a17 -a18 -a19 -a20 -a21 -a22 -a23 -a24 -a25 -a26 -a27 -a28 -a29 
-a30 -a31 -a32 -a33 -a34 -a35
+%setup -q -c -n %{name} -a1 -a2 -a3 -a4 -a5 -a6 -a7 -a9 -a10 -a11 -a12 -a13 
-a14 -a15 -a16 -a17 -a18 -a19 -a20 -a21 -a22 -a23 -a24 -a25 -a26 -a27 -a28 -a29 
-a30 -a31 -a32 -a34 -a35
 # --- patch locateopen --
 pushd vimplugin-locateopen-%locateopen_version
 %patch1
@@ -622,10 +609,6 @@
 # vim-plugin-latext creates ftplugin
 cp -a ftplugin/qf.vim %{buildroot}%{vimplugin_dir}/ftplugin/
 popd
-# vim-plugin-ag
-pushd ag.vim-%{ag_commit}
-cp -a autoload doc plugin %{buildroot}/%{vimplugin_dir}
-popd
 
 # vim-plugin-editorconfig
 pushd editorconfig-vim-%{editorconfig_version}
@@ -864,16 +847,6 @@
   vim -u NONE -U NONE -X -n '+set nobackup nomore' '+helptags 
%vimplugin_dir/doc/' '+qa!' < /dev/null &> /dev/null
 fi
 
-# documentation: vim-plugin-ag
-
-%post -n vim-plugin-ag
-vim -u NONE -U NONE -X -n '+set nobackup nomore' '+helptags 
%vimplugin_dir/doc/' '+qa!' < /dev/null &> /dev/null
-
-%postun -n vim-plugin-ag
-if [ $1 == 0 ]; then
-  vim -u NONE -U NONE -X -n '+set nobackup nomore' '+helptags 
%vimplugin_dir/doc/' '+qa!' < /dev/null &> /dev/null
-fi
-
 # documentation: vim-plugin-editorconfig
 
 %post -n vim-plugin-editorconfig
@@ -1102,12 +1075,6 @@
 %dir %vimplugin_dir/ftplugin
 %vimplugin_dir/ftplugin/qf.vim
 
-%files -n vim-plugin-ag
-%defattr(-,root,root,0755)
-%vimplugin_dir/plugin/ag.vim
-%vimplugin_dir/autoload/ag.vim
-%vimplugin_dir/doc/ag.txt
-
 %files -n vim-plugin-editorconfig
 %defattr(-,root,root,0755)
 %vimplugin_dir/plugin/editorconfig.vim




commit vim-plugins for openSUSE:Factory

2016-06-29 Thread h_root
Hello community,

here is the log from the commit of package vim-plugins for openSUSE:Factory 
checked in at 2016-06-29 15:10:42

Comparing /work/SRC/openSUSE:Factory/vim-plugins (Old)
 and  /work/SRC/openSUSE:Factory/.vim-plugins.new (New)


Package is "vim-plugins"

Changes:

--- /work/SRC/openSUSE:Factory/vim-plugins/vim-plugins.changes  2016-06-03 
16:38:26.0 +0200
+++ /work/SRC/openSUSE:Factory/.vim-plugins.new/vim-plugins.changes 
2016-06-29 15:10:51.0 +0200
@@ -1,0 +2,5 @@
+Sat Jun 25 13:41:30 UTC 2016 - sebix+novell@sebix.at
+
+- Update vim-plugin-gnupg to upstream version 2.6
+
+---

Old:

  vimplugin-gnupg-3026.tar.bz2

New:

  vimplugin-gnupg-2.6.tar.bz2



Other differences:
--
++ vim-plugins.spec ++
--- /var/tmp/diff_new_pack.UEt6ch/_old  2016-06-29 15:10:53.0 +0200
+++ /var/tmp/diff_new_pack.UEt6ch/_new  2016-06-29 15:10:53.0 +0200
@@ -43,7 +43,7 @@
 %define latex_version   20120125
 %define quilt_version   0.9.7
 %define vimwiki_version 2.1
-%define gnupg_version   3026
+%define gnupg_version   2.6
 %define gitdiff_version 2
 %define snipmate_version0.83
 %define rails_version   4.4
@@ -484,6 +484,7 @@
 Summary:Plugin for transparent editing of gpg encrypted files
 License:GPL-1.0+
 Group:  Productivity/Text/Editors
+Url:https://github.com/jamessan/vim-gnupg
 Requires:   gpg2
 
 %description -n vim-plugin-gnupg
@@ -491,8 +492,8 @@
 must have a ".gpg", ".pgp" or ".asc" suffix. When opening such a file the
 content is decrypted, when opening a new file the script will ask for the
 recipients of the encrypted file. The file content will be encrypted to all
-recipients before it is written. The script turns off viminfo and swapfile to
-increase security.
+recipients before it is written. The script turns off viminfo, swapfile, and
+undofile to increase security.
 
 %package -n vim-plugin-gitdiff
 

++ vimplugin-gnupg-3026.tar.bz2 -> vimplugin-gnupg-2.6.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/vimplugin-gnupg-3026/plugin/gnupg.vim 
new/vimplugin-gnupg-2.6/plugin/gnupg.vim
--- old/vimplugin-gnupg-3026/plugin/gnupg.vim   2010-03-31 16:37:48.0 
+0200
+++ new/vimplugin-gnupg-2.6/plugin/gnupg.vim2016-04-25 05:27:34.0 
+0200
@@ -1,10 +1,13 @@
 " Name:gnupg.vim
-" Version: $Id: gnupg.vim 3026 2010-01-27 08:18:04Z mbr $
-" Author:  Markus Braun 
+" Last Change: 2016 Apr 24
+" Maintainer:  James McCoy 
+" Original Author:  Markus Braun 
 " Summary: Vim plugin for transparent editing of gpg encrypted files.
-" Licence: This program is free software; you can redistribute it and/or
-"  modify it under the terms of the GNU General Public License.
-"  See http://www.gnu.org/copyleft/gpl.txt
+" License: This program is free software; you can redistribute it and/or
+"  modify it under the terms of the GNU General Public License
+"  as published by the Free Software Foundation; either version
+"  2 of the License, or (at your option) any later version.
+"  See http://www.gnu.org/copyleft/gpl-2.0.txt
 "
 " Section: Documentation {{{1
 "
@@ -15,7 +18,7 @@
 "   a file the content is decrypted, when opening a new file the script will
 "   ask for the recipients of the encrypted file. The file content will be
 "   encrypted to all recipients before it is written. The script turns off
-"   viminfo and swapfile to increase security.
+"   viminfo, swapfile, and undofile to increase security.
 "
 " Installation: {{{2
 "
@@ -39,6 +42,17 @@
 "   Most distributions provide software to ease handling of gpg and gpg-agent.
 "   Examples are keychain or seahorse.
 "
+"   If there are specific actions that should take place when editing a
+"   GnuPG-managed buffer, an autocmd for the User event and GnuPG pattern can
+"   be defined.  For example, the following will set 'textwidth' to 72 for all
+"   GnuPG-encrypted buffers:
+"
+"   autocmd User GnuPG setl textwidth=72
+"
+"   This will be triggered before any BufRead or BufNewFile autocmds, and
+"   therefore will not take precedence over settings specific to any filetype
+"   that may get set.
+"
 " Commands: {{{2
 "
 "   :GPGEditRecipients
@@ -61,8 +75,9 @@
 " Variables: {{{2
 "
 "   g:GPGExecutable
-" If set used as gpg executable, otherwise the system chooses what is run
-" when "gpg" is called. Defaults to "gpg".
+" If set used as gpg executable. If unset, 

commit vim-plugins for openSUSE:Factory

2016-06-03 Thread h_root
Hello community,

here is the log from the commit of package vim-plugins for openSUSE:Factory 
checked in at 2016-06-03 16:38:25

Comparing /work/SRC/openSUSE:Factory/vim-plugins (Old)
 and  /work/SRC/openSUSE:Factory/.vim-plugins.new (New)


Package is "vim-plugins"

Changes:

--- /work/SRC/openSUSE:Factory/vim-plugins/vim-plugins.changes  2015-12-01 
09:18:57.0 +0100
+++ /work/SRC/openSUSE:Factory/.vim-plugins.new/vim-plugins.changes 
2016-06-03 16:38:26.0 +0200
@@ -1,0 +2,25 @@
+Thu Apr 28 09:18:24 UTC 2016 - nicolas.b...@suse.com
+
+- Add vim-plugin-fugitive
+
+---
+Tue Feb 23 12:35:50 UTC 2016 - astie...@suse.com
+
+- update vim-plugin-ack to 1.0.9:
+  * Fix location list and layout of quickfix when using Dispatch
+  * Fix the quick help overlay clobbering the list mappings
+  * Fix :AckFile when using Dispatch
+  * Restore original 'makeprg' and 'errorformat' when using Dispatch
+  * Arrow keys also work for auto-preview
+  * Internal refactoring and clean-up
+- update vim-plugin-ag to current git head:
+  * can now work on project root
+  * prevent empty searches
+- update vim-plugin-editorconfig to 0.3.3
+
+---
+Fri Dec 11 14:29:18 UTC 2015 - astie...@suse.com
+
+- add vim-plugin-editorconfig supporting EditorConfig
+
+---

Old:

  vimplugin-ack-1.0.8.tar.gz
  vimplugin-ag-20150518.tar.bz2

New:

  vimplugin-ack-1.0.9.tar.gz
  vimplugin-ag-20160213.tar.gz
  vimplugin-editorconfig-0.3.3.tar.gz
  vimplugin-fugitive-2.2.tar.gz



Other differences:
--
++ vim-plugins.spec ++
--- /var/tmp/diff_new_pack.8G5HxF/_old  2016-06-03 16:38:28.0 +0200
+++ /var/tmp/diff_new_pack.8G5HxF/_new  2016-06-03 16:38:28.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package vim-plugins
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -47,8 +47,11 @@
 %definegitdiff_version 2
 %definesnipmate_version0.83
 %definerails_version   4.4
-%defineack_version 1.0.8
-%defineag_version  20150518
+%define ack_version 1.0.9
+%define ag_version  20160213
+%define ag_commit   994c27dd8f237573208548e7480e39b24ccbbfba
+%define editorconfig_version0.3.3
+%define fugitive_version2.2
 
 Name:   vim-plugins
 Version:7.2.22
@@ -89,7 +92,9 @@
 Source30:   vimplugin-snipmate-%{snipmate_version}.tar.bz2
 Source31:   vimplugin-rails-%{rails_version}.tar.bz2
 Source32:   
https://github.com/mileszs/ack.vim/archive/%{ack_version}.tar.gz#/vimplugin-ack-%{ack_version}.tar.gz
-Source33:   vimplugin-ag-%{ag_version}.tar.bz2
+Source33:   
https://github.com/rking/ag.vim/archive/%{ag_commit}.tar.gz#/vimplugin-ag-%{ag_version}.tar.gz
+Source34:   
https://github.com/editorconfig/editorconfig-vim/archive/v%{editorconfig_version}.tar.gz#/vimplugin-editorconfig-%{editorconfig_version}.tar.gz
+Source35:   
https://github.com/tpope/vim-fugitive/archive/v%{fugitive_version}.tar.gz#/vimplugin-fugitive-%{fugitive_version}.tar.gz
 Source100:  
https://raw.githubusercontent.com/openSUSE/pack-tools/master/contrib/vim/spec.snippets
 Patch1: locateopen-1.3-locate-support.patch
 BuildRequires:  vim
@@ -561,8 +566,38 @@
 %description -n vim-plugin-ag
 Run the ack search tool from Vim, with enhanced results listing.
 
+%package -n vim-plugin-editorconfig
+
+Version:%editorconfig_version
+Release:0
+Summary:EditorConfig plugin for Vim
+License:BSD-2-Clause
+Group:  Productivity/Text/Editors
+Requires:   editorconfig
+
+%description -n vim-plugin-editorconfig
+EditorConfig helps developers define and maintain consistent coding styles 
between 
+different editors and IDEs. The EditorConfig project consists of a file format 
for 
+defining coding styles and a collection of text editor plugins that enable 
editors 
+to read the file format and adhere to defined styles. EditorConfig files are 
+easily readable and they work nicely with version control systems.
+
+This package contains a Vim plugin to support EditorConfig.
+
+%package -n vim-plugin-fugitive
+
+Version:%fugitive_version
+Release:0
+Summary:Fugitive plugin for Vim

commit vim-plugins for openSUSE:Factory

2015-12-01 Thread h_root
Hello community,

here is the log from the commit of package vim-plugins for openSUSE:Factory 
checked in at 2015-12-01 09:18:57

Comparing /work/SRC/openSUSE:Factory/vim-plugins (Old)
 and  /work/SRC/openSUSE:Factory/.vim-plugins.new (New)


Package is "vim-plugins"

Changes:

--- /work/SRC/openSUSE:Factory/vim-plugins/vim-plugins.changes  2015-07-12 
22:53:07.0 +0200
+++ /work/SRC/openSUSE:Factory/.vim-plugins.new/vim-plugins.changes 
2015-12-01 09:18:57.0 +0100
@@ -1,0 +2,6 @@
+Fri Nov 27 10:51:45 UTC 2015 - astie...@suse.com
+
+- for spec.snippets, replace defunct _serv ce referencing
+  gitorious.org with plain gitlab URL
+
+---

Old:

  _service



Other differences:
--
++ vim-plugins.spec ++
--- /var/tmp/diff_new_pack.vIZDoe/_old  2015-12-01 09:18:59.0 +0100
+++ /var/tmp/diff_new_pack.vIZDoe/_new  2015-12-01 09:18:59.0 +0100
@@ -90,7 +90,7 @@
 Source31:   vimplugin-rails-%{rails_version}.tar.bz2
 Source32:   
https://github.com/mileszs/ack.vim/archive/%{ack_version}.tar.gz#/vimplugin-ack-%{ack_version}.tar.gz
 Source33:   vimplugin-ag-%{ag_version}.tar.bz2
-Source100:  spec.snippets
+Source100:  
https://raw.githubusercontent.com/openSUSE/pack-tools/master/contrib/vim/spec.snippets
 Patch1: locateopen-1.3-locate-support.patch
 BuildRequires:  vim
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build




commit vim-plugins for openSUSE:Factory

2015-07-12 Thread h_root
Hello community,

here is the log from the commit of package vim-plugins for openSUSE:Factory 
checked in at 2015-07-12 22:53:06

Comparing /work/SRC/openSUSE:Factory/vim-plugins (Old)
 and  /work/SRC/openSUSE:Factory/.vim-plugins.new (New)


Package is vim-plugins

Changes:

--- /work/SRC/openSUSE:Factory/vim-plugins/vim-plugins.changes  2014-09-12 
17:05:55.0 +0200
+++ /work/SRC/openSUSE:Factory/.vim-plugins.new/vim-plugins.changes 
2015-07-12 22:53:07.0 +0200
@@ -1,0 +2,6 @@
+Mon Jun  8 20:00:20 UTC 2015 - astie...@suse.com
+
+- add plugin for ack
+- add plugin for ag a.k.a. the_silver_searcher
+
+---

New:

  vimplugin-ack-1.0.8.tar.gz
  vimplugin-ag-20150518.tar.bz2



Other differences:
--
++ vim-plugins.spec ++
--- /var/tmp/diff_new_pack.0Fk4Dm/_old  2015-07-12 22:53:09.0 +0200
+++ /var/tmp/diff_new_pack.0Fk4Dm/_new  2015-07-12 22:53:09.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package vim-plugins
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -47,6 +47,8 @@
 %definegitdiff_version 2
 %definesnipmate_version0.83
 %definerails_version   4.4
+%defineack_version 1.0.8
+%defineag_version  20150518
 
 Name:   vim-plugins
 Version:7.2.22
@@ -86,6 +88,8 @@
 Source29:   vimplugin-gitdiff-%{gitdiff_version}.tar.bz2
 Source30:   vimplugin-snipmate-%{snipmate_version}.tar.bz2
 Source31:   vimplugin-rails-%{rails_version}.tar.bz2
+Source32:   
https://github.com/mileszs/ack.vim/archive/%{ack_version}.tar.gz#/vimplugin-ack-%{ack_version}.tar.gz
+Source33:   vimplugin-ag-%{ag_version}.tar.bz2
 Source100:  spec.snippets
 Patch1: locateopen-1.3-locate-support.patch
 BuildRequires:  vim
@@ -327,7 +331,7 @@
 %package -n vim-plugin-supertab
 Version:%supertab_version
 Release:0
-Summary:Visually shows the location of marks
+Summary:Easy insert mode completion with Tab key
 License:BSD-3-Clause
 Group:  Productivity/Text/Editors
 Requires:   vim
@@ -533,8 +537,32 @@
 %description -n vim-plugin-rails
 This plugin offers the many features for Ruby on Rails application development.
 
+%package -n vim-plugin-ack
+
+Version:%ack_version
+Release:0
+Summary:Run the ack search tool from Vim
+License:Vim
+Group:  Productivity/Text/Editors
+Requires:   ack = 2.0
+
+%description -n vim-plugin-ack
+Run the ack search tool from Vim, with enhanced results listing.
+
+%package -n vim-plugin-ag
+
+Version:%ag_version
+Release:0
+Summary:Run the ag (the_silver_search) search tool from Vim
+License:Vim
+Group:  Productivity/Text/Editors
+Requires:   the_silver_searcher
+
+%description -n vim-plugin-ag
+Run the ack search tool from Vim, with enhanced results listing.
+
 %prep
-%setup -q -c -n %{name} -a1 -a2 -a3 -a4 -a5 -a6 -a7 -a9 -a10 -a11 -a12 -a13 
-a14 -a15 -a16 -a17 -a18 -a19 -a20 -a21 -a22 -a23 -a24 -a25 -a26 -a27 -a28 -a29 
-a30 -a31
+%setup -q -c -n %{name} -a1 -a2 -a3 -a4 -a5 -a6 -a7 -a9 -a10 -a11 -a12 -a13 
-a14 -a15 -a16 -a17 -a18 -a19 -a20 -a21 -a22 -a23 -a24 -a25 -a26 -a27 -a28 -a29 
-a30 -a31 -a32 -a33
 # --- patch locateopen --
 pushd vimplugin-locateopen-%locateopen_version
 %patch1
@@ -552,6 +580,12 @@
 mkdir -p %{buildroot}%{_defaultdocdir}/vimplugin-NERDtree/
 mv %{buildroot}/%vimplugin_dir/nerdtree_plugin 
%{buildroot}%{_defaultdocdir}/vimplugin-NERDtree/
 
+# vim-plugin-ack
+pushd ack.vim-%{ack_version}
+cp -a autoload doc plugin %{buildroot}/%{vimplugin_dir}
+# vim-plugin-latext creates ftplugin
+cp -a ftplugin/qf.vim %{buildroot}%{vimplugin_dir}/ftplugin/
+
 cp %{SOURCE100} %{buildroot}/%vimplugin_dir/snippets/
 
 # delete unneeded files
@@ -765,6 +799,26 @@
   vim -u NONE -U NONE -X -n '+set nobackup nomore' '+helptags 
%vimplugin_dir/doc/' '+qa!'  /dev/null  /dev/null
 fi
 
+# documentation: vim-plugin-ack
+
+%post -n vim-plugin-ack
+vim -u NONE -U NONE -X -n '+set nobackup nomore' '+helptags 
%vimplugin_dir/doc/' '+qa!'  /dev/null  /dev/null
+
+%postun -n vim-plugin-ack
+if [ $1 == 0 ]; then
+  vim -u NONE -U NONE -X -n '+set nobackup nomore' '+helptags 
%vimplugin_dir/doc/' '+qa!'  /dev/null  /dev/null
+fi
+
+# documentation: vim-plugin-ag
+
+%post -n vim-plugin-ag

commit vim-plugins for openSUSE:Factory

2014-09-12 Thread h_root
Hello community,

here is the log from the commit of package vim-plugins for openSUSE:Factory 
checked in at 2014-09-12 17:04:12

Comparing /work/SRC/openSUSE:Factory/vim-plugins (Old)
 and  /work/SRC/openSUSE:Factory/.vim-plugins.new (New)


Package is vim-plugins

Changes:

--- /work/SRC/openSUSE:Factory/vim-plugins/vim-plugins.changes  2014-09-08 
21:29:47.0 +0200
+++ /work/SRC/openSUSE:Factory/.vim-plugins.new/vim-plugins.changes 
2014-09-12 17:05:55.0 +0200
@@ -1,0 +2,10 @@
+Fri Sep 12 11:25:56 UTC 2014 - mrueck...@suse.de
+
+- downgrade the requires to a recommends.
+
+---
+Fri Sep 12 11:21:50 UTC 2014 - mrueck...@suse.de
+
+- adapt requires in the -rails subpackage to the rubygem() syntax.
+
+---



Other differences:
--
++ vim-plugins.spec ++
--- /var/tmp/diff_new_pack.QnVYv4/_old  2014-09-12 17:05:57.0 +0200
+++ /var/tmp/diff_new_pack.QnVYv4/_new  2014-09-12 17:05:57.0 +0200
@@ -528,7 +528,7 @@
 Summary:Support for Ruby on Rails development
 License:Vim
 Group:  Productivity/Text/Editors
-Requires:   rubygem-rails
+Recommends: rubygem(rails)
 
 %description -n vim-plugin-rails
 This plugin offers the many features for Ruby on Rails application development.

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit vim-plugins for openSUSE:Factory

2014-09-08 Thread h_root
Hello community,

here is the log from the commit of package vim-plugins for openSUSE:Factory 
checked in at 2014-09-08 21:28:51

Comparing /work/SRC/openSUSE:Factory/vim-plugins (Old)
 and  /work/SRC/openSUSE:Factory/.vim-plugins.new (New)


Package is vim-plugins

Changes:

--- /work/SRC/openSUSE:Factory/vim-plugins/vim-plugins.changes  2014-02-20 
11:14:08.0 +0100
+++ /work/SRC/openSUSE:Factory/.vim-plugins.new/vim-plugins.changes 
2014-09-08 21:29:47.0 +0200
@@ -1,0 +2,5 @@
+Tue Sep  2 12:32:39 UTC 2014 - co...@suse.com
+
+- fix license for spdx 1.2
+
+---



Other differences:
--
++ vim-plugins.spec ++
--- /var/tmp/diff_new_pack.HuOoPi/_old  2014-09-08 21:29:49.0 +0200
+++ /var/tmp/diff_new_pack.HuOoPi/_new  2014-09-08 21:29:49.0 +0200
@@ -101,7 +101,7 @@
 Version:%align_version
 Release:0
 Summary:Plugin to produce aligned text, equations, declarations, etc
-License:SUSE-Vim
+License:Vim
 Group:  Productivity/Text/Editors
 Requires:   vim
 
@@ -181,7 +181,7 @@
 Version:%diffchanges_version
 Release:0
 Summary:Show changes since the last save
-License:SUSE-Vim
+License:Vim
 Group:  Productivity/Text/Editors
 Requires:   diffutils
 Requires:   vim
@@ -196,7 +196,7 @@
 Version:%locateopen_version
 Release:0
 Summary:Edit file without entering the whole path
-License:SUSE-Vim
+License:Vim
 Group:  Productivity/Text/Editors
 Requires:   findutils-locate
 Requires:   vim
@@ -241,7 +241,7 @@
 Version:%multiplesearch_version
 Release:0
 Summary:Display multiple searches at the same time
-License:SUSE-Vim
+License:Vim
 Group:  Productivity/Text/Editors
 Requires:   vim
 
@@ -417,7 +417,7 @@
 Version:%zoomwin_version
 Release:0
 Summary:Zoom in/out of windows (toggle between one window and 
multi-window)
-License:SUSE-Vim
+License:Vim
 Group:  Productivity/Text/Editors
 Requires:   vim
 
@@ -432,7 +432,7 @@
 Version:%latex_version
 Release:0
 Summary:A rich set of tools for editing LaTeX
-License:SUSE-Vim
+License:Vim
 Group:  Productivity/Text/Editors
 Requires:   texlive-latex
 Requires:   vim
@@ -526,7 +526,7 @@
 Version:%rails_version
 Release:0
 Summary:Support for Ruby on Rails development
-License:SUSE-Vim
+License:Vim
 Group:  Productivity/Text/Editors
 Requires:   rubygem-rails
 

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit vim-plugins for openSUSE:Factory

2014-02-20 Thread h_root
Hello community,

here is the log from the commit of package vim-plugins for openSUSE:Factory 
checked in at 2014-02-20 11:14:07

Comparing /work/SRC/openSUSE:Factory/vim-plugins (Old)
 and  /work/SRC/openSUSE:Factory/.vim-plugins.new (New)


Package is vim-plugins

Changes:

--- /work/SRC/openSUSE:Factory/vim-plugins/vim-plugins.changes  2014-02-18 
14:46:49.0 +0100
+++ /work/SRC/openSUSE:Factory/.vim-plugins.new/vim-plugins.changes 
2014-02-20 11:14:08.0 +0100
@@ -1,0 +2,11 @@
+Thu Feb 20 08:10:46 UTC 2014 - pu...@suse.com
+
+- update vimwiki plugin to 2.1 
+- most important changes:
+  - no more CamelCase links
+  - markdown support
+  - syntax changes
+- for full changelog visit:
+  http://www.vim.org/scripts/script.php?script_id=2226
+
+---

Old:

  vimplugin-vimwiki-1.1.1.tar.bz2

New:

  vimplugin-vimwiki-2.1.tar.bz2



Other differences:
--
++ vim-plugins.spec ++
--- /var/tmp/diff_new_pack.yB52fv/_old  2014-02-20 11:14:09.0 +0100
+++ /var/tmp/diff_new_pack.yB52fv/_new  2014-02-20 11:14:09.0 +0100
@@ -42,7 +42,7 @@
 %definezoomwin_version 24
 %definelatex_version   20120125
 %definequilt_version   0.9.7
-%definevimwiki_version 1.1.1
+%definevimwiki_version 2.1
 %definegnupg_version   3026
 %definegitdiff_version 2
 %definesnipmate_version0.83
@@ -936,7 +936,7 @@
 %dir %vimplugin_dir/ftplugin
 %vimplugin_dir/ftplugin/vimwiki.vim
 %dir %vimplugin_dir/indent
-%vimplugin_dir/autoload/vimwiki*.vim
+%vimplugin_dir/autoload/vimwiki
 %vimplugin_dir/syntax/vimwiki*.vim
 
 %files -n vim-plugin-gnupg

++ vimplugin-vimwiki-1.1.1.tar.bz2 - vimplugin-vimwiki-2.1.tar.bz2 ++
 14379 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit vim-plugins for openSUSE:Factory

2014-02-18 Thread h_root
Hello community,

here is the log from the commit of package vim-plugins for openSUSE:Factory 
checked in at 2014-02-18 14:46:48

Comparing /work/SRC/openSUSE:Factory/vim-plugins (Old)
 and  /work/SRC/openSUSE:Factory/.vim-plugins.new (New)


Package is vim-plugins

Changes:

--- /work/SRC/openSUSE:Factory/vim-plugins/vim-plugins.changes  2012-11-08 
21:54:31.0 +0100
+++ /work/SRC/openSUSE:Factory/.vim-plugins.new/vim-plugins.changes 
2014-02-18 14:46:49.0 +0100
@@ -1,0 +2,5 @@
+Tue Feb 11 08:50:56 UTC 2014 - co...@suse.com
+
+- change WTFPL license to new spdx.org spelling
+
+---



Other differences:
--
++ vim-plugins.spec ++
--- /var/tmp/diff_new_pack.pf51ed/_old  2014-02-18 14:46:50.0 +0100
+++ /var/tmp/diff_new_pack.pf51ed/_new  2014-02-18 14:46:50.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package vim-plugins
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -255,7 +255,7 @@
 Version:%NERDcommenter_version
 Release:0
 Summary:A plugin that allows for easy commenting of code for many 
filetypes
-License:SUSE-WTFPL-2.0
+License:WTFPL
 Group:  Productivity/Text/Editors
 Requires:   vim
 
@@ -268,7 +268,7 @@
 Version:%NERDtree_version
 Release:0
 Summary:A tree explorer plugin for navigating the filesystem
-License:SUSE-WTFPL-2.0
+License:WTFPL
 Group:  Productivity/Text/Editors
 Requires:   vim
 

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit vim-plugins for openSUSE:Factory

2012-11-08 Thread h_root
Hello community,

here is the log from the commit of package vim-plugins for openSUSE:Factory 
checked in at 2012-11-08 21:54:29

Comparing /work/SRC/openSUSE:Factory/vim-plugins (Old)
 and  /work/SRC/openSUSE:Factory/.vim-plugins.new (New)


Package is vim-plugins, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/vim-plugins/vim-plugins.changes  2012-11-06 
16:25:10.0 +0100
+++ /work/SRC/openSUSE:Factory/.vim-plugins.new/vim-plugins.changes 
2012-11-08 21:54:31.0 +0100
@@ -1,0 +2,7 @@
+Wed Nov  7 11:05:04 UTC 2012 - pu...@suse.com
+
+- Update quilt plugin to 0.9.7
+  - fix problem with line history
+- drop quilt-plugin-fix-autocmds.patch
+
+---

Old:

  quilt-plugin-fix-autocmds.patch
  vimplugin-quilt-0.9.6.tar.bz2

New:

  vimplugin-quilt-0.9.7.tar.bz2



Other differences:
--
++ vim-plugins.spec ++
--- /var/tmp/diff_new_pack.wg9AA3/_old  2012-11-08 21:54:32.0 +0100
+++ /var/tmp/diff_new_pack.wg9AA3/_new  2012-11-08 21:54:32.0 +0100
@@ -41,7 +41,7 @@
 %defineutl_version 2.0
 %definezoomwin_version 24
 %definelatex_version   20120125
-%definequilt_version   0.9.6
+%definequilt_version   0.9.7
 %definevimwiki_version 1.1.1
 %definegnupg_version   3026
 %definegitdiff_version 2
@@ -88,7 +88,6 @@
 Source31:   vimplugin-rails-%{rails_version}.tar.bz2
 Source100:  spec.snippets
 Patch1: locateopen-1.3-locate-support.patch
-Patch2: quilt-plugin-fix-autocmds.patch
 BuildRequires:  vim
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
@@ -541,11 +540,6 @@
 %patch1
 popd
 
-#  patch quilt ---
-pushd vimplugin-quilt-%quilt_version
-%patch2
-popd
-
 %build
 
 %install

++ vimplugin-quilt-0.9.6.tar.bz2 - vimplugin-quilt-0.9.7.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/vimplugin-quilt-0.9.6/doc/quilt.txt 
new/vimplugin-quilt-0.9.7/doc/quilt.txt
--- old/vimplugin-quilt-0.9.6/doc/quilt.txt 2007-09-24 05:58:25.0 
+0200
+++ new/vimplugin-quilt-0.9.7/doc/quilt.txt 2012-11-06 14:07:35.0 
+0100
@@ -641,6 +641,11 @@
 0.9.6 [2007/09/24]
 
 * Fixed files handling in patches/ directory (thanks to Jordan Crouse) 
+
+
+0.9.7 [2012/11/05]
+
+* Fixed viminfo ' filemark issue (thanks to Petr Uzel)
 
 
 ---
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/vimplugin-quilt-0.9.6/plugin/quilt.vim 
new/vimplugin-quilt-0.9.7/plugin/quilt.vim
--- old/vimplugin-quilt-0.9.6/plugin/quilt.vim  2007-09-24 05:56:31.0 
+0200
+++ new/vimplugin-quilt-0.9.7/plugin/quilt.vim  2012-11-05 12:16:22.0 
+0100
@@ -1,8 +1,8 @@
 --
  This plugin enables easy integration with quilt, to push/pop/refresh patch   
   
- Author: Florian Delizy florian.del...@unfreeze.net 
- Maintainer: Florian Delizy florian.del...@unfreeze.net 
+ Author: Florian Delizy florian.del...@gmail.com 
+ Maintainer: Florian Delizy florian.del...@gmail.com 
   
  Install: 
  uncompress in your .vim/ directory, then :helptag ~/.vim/doc to get the help 
@@ -20,7 +20,8 @@
 --
   
  TODO:
-  
+ ( if you see anything you'd like to be done, or need something else, 
mail/patch me :) 
+
  * an interface showing the current patch on the bottom   
- allow fold/unfold to see what files are included 
  * auto add the currently modified file   
@@ -31,6 +32,10 @@
  * quilt merge, import ... and stuffs (is somebody using it ??)   
 
 
+if exists(g:skip_loading_quiltplugin)  g:skip_loading_quiltplugin
+finish

commit vim-plugins for openSUSE:Factory

2012-11-06 Thread h_root
Hello community,

here is the log from the commit of package vim-plugins for openSUSE:Factory 
checked in at 2012-11-06 16:25:08

Comparing /work/SRC/openSUSE:Factory/vim-plugins (Old)
 and  /work/SRC/openSUSE:Factory/.vim-plugins.new (New)


Package is vim-plugins, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/vim-plugins/vim-plugins.changes  2012-10-22 
22:13:15.0 +0200
+++ /work/SRC/openSUSE:Factory/.vim-plugins.new/vim-plugins.changes 
2012-11-06 16:25:10.0 +0100
@@ -1,0 +2,5 @@
+Sat Nov  3 16:02:50 UTC 2012 - pu...@suse.com
+
+- quilt-plugin-fix-autocmds.patch (bnc#746971)
+
+---

New:

  quilt-plugin-fix-autocmds.patch



Other differences:
--
++ vim-plugins.spec ++
--- /var/tmp/diff_new_pack.8q8gPd/_old  2012-11-06 16:25:11.0 +0100
+++ /var/tmp/diff_new_pack.8q8gPd/_new  2012-11-06 16:25:11.0 +0100
@@ -88,6 +88,7 @@
 Source31:   vimplugin-rails-%{rails_version}.tar.bz2
 Source100:  spec.snippets
 Patch1: locateopen-1.3-locate-support.patch
+Patch2: quilt-plugin-fix-autocmds.patch
 BuildRequires:  vim
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
@@ -540,6 +541,11 @@
 %patch1
 popd
 
+#  patch quilt ---
+pushd vimplugin-quilt-%quilt_version
+%patch2
+popd
+
 %build
 
 %install

++ quilt-plugin-fix-autocmds.patch ++
--- plugin/quilt.vim
+++ plugin/quilt.vim
@@ -39,11 +39,12 @@
 command! QuiltCheckRej call SIDQuiltCheckRej()
 command! QuiltStatus call SIDQuiltStatus()
 
-autocmd! BufNewFile,BufReadPost,FileReadPost * QuiltStatus
-autocmd! BufReadPost,FileReadPost * QuiltCheckRej
+augroup QuiltPlug
+autocmd!
 
 autocmd BufNewFile,BufReadPost * QuiltStatus
 autocmd BufReadPost * QuiltCheckRej
+augroup END
 
 command! -nargs=? -complete=custom,QuiltCompleteInPatch
\ QuiltPatchEdit call SIDQuiltPatchEdit( f-args )
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit vim-plugins for openSUSE:Factory

2012-10-22 Thread h_root
Hello community,

here is the log from the commit of package vim-plugins for openSUSE:Factory 
checked in at 2012-10-22 22:13:14

Comparing /work/SRC/openSUSE:Factory/vim-plugins (Old)
 and  /work/SRC/openSUSE:Factory/.vim-plugins.new (New)


Package is vim-plugins, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/vim-plugins/vim-plugins.changes  2012-10-03 
10:13:29.0 +0200
+++ /work/SRC/openSUSE:Factory/.vim-plugins.new/vim-plugins.changes 
2012-10-22 22:13:15.0 +0200
@@ -1,0 +2,5 @@
+Wed Oct 10 13:55:06 UTC 2012 - pu...@suse.com
+
+- gitdiff plugin is GPLv2 - fix license string 
+
+---



Other differences:
--
++ vim-plugins.spec ++
--- /var/tmp/diff_new_pack.BSkIL0/_old  2012-10-22 22:13:17.0 +0200
+++ /var/tmp/diff_new_pack.BSkIL0/_new  2012-10-22 22:13:17.0 +0200
@@ -490,7 +490,7 @@
 Version:%gitdiff_version
 Release:0
 Summary:Show git diff in a split window
-License:MIT
+License:GPL-2.0
 Group:  Productivity/Text/Editors
 Requires:   git-core
 

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit vim-plugins for openSUSE:Factory

2012-10-03 Thread h_root
Hello community,

here is the log from the commit of package vim-plugins for openSUSE:Factory 
checked in at 2012-10-03 10:13:22

Comparing /work/SRC/openSUSE:Factory/vim-plugins (Old)
 and  /work/SRC/openSUSE:Factory/.vim-plugins.new (New)


Package is vim-plugins, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/vim-plugins/vim-plugins.changes  2012-09-26 
16:28:49.0 +0200
+++ /work/SRC/openSUSE:Factory/.vim-plugins.new/vim-plugins.changes 
2012-10-03 10:13:29.0 +0200
@@ -1,0 +2,5 @@
+Tue Oct  2 08:19:02 UTC 2012 - pu...@suse.com
+
+- drop matchit plugin - it's part of standard vim installation 
+
+---

Old:

  vimplugin-matchit-1.13.2.tar.bz2



Other differences:
--
++ vim-plugins.spec ++
--- /var/tmp/diff_new_pack.tBPeF0/_old  2012-10-03 10:13:32.0 +0200
+++ /var/tmp/diff_new_pack.tBPeF0/_new  2012-10-03 10:13:32.0 +0200
@@ -24,7 +24,6 @@
 %definecolorschemes_version1.0
 %definediffchanges_version 0.6.346dae2
 %definelocateopen_version  1.3
-%definematchit_version 1.13.2
 %definematrix_version  1.10
 %defineminibufexpl_version 6.3.2
 %definemultiplesearch_version  1.3
@@ -64,7 +63,6 @@
 Source5:vimplugin-colorschemes-%{colorschemes_version}.tar.bz2
 Source6:vimplugin-diffchanges-%{diffchanges_version}.tar.bz2
 Source7:vimplugin-locateopen-%{locateopen_version}.tar.bz2
-Source8:vimplugin-matchit-%{matchit_version}.tar.bz2
 Source9:vimplugin-matrix-%{matrix_version}.tar.bz2
 Source10:   vimplugin-minibufexpl-%{minibufexpl_version}.tar.bz2
 Source11:   vimplugin-multiplesearch-%{multiplesearch_version}.tar.bz2
@@ -214,22 +212,6 @@
   :LocateSource somefile.vim
   :LocateRead somefile.txt
 
-%package -n vim-plugin-matchit
-Version:%matchit_version
-Release:0
-Summary:Extended % matching for HTML, LaTeX, and many other languages
-License:SUSE-Vim
-Group:  Productivity/Text/Editors
-Requires:   vim
-
-%description -n vim-plugin-matchit
-The matchit.vim script allows you to configure % to match more than just single
-characters.  You can match words and even regular expressions.  Also, matching
-treats strings and comments (as recognized by the syntax highlighting
-mechanism) intelligently.  The default ftplugins include settings for several
-languages: Ada, ASP with VBS, Csh, DTD, Essbase, Fortran, HTML, JSP (same as
-HTML), LaTeX, Lua, Pascal, SGML, Shell, Tcsh, Vim, XML.
-
 %package -n vim-plugin-matrix
 Version:%matrix_version
 Release:0
@@ -552,7 +534,7 @@
 This plugin offers the many features for Ruby on Rails application development.
 
 %prep
-%setup -q -c -n %{name} -a1 -a2 -a3 -a4 -a5 -a6 -a7 -a8 -a9 -a10 -a11 -a12 
-a13 -a14 -a15 -a16 -a17 -a18 -a19 -a20 -a21 -a22 -a23 -a24 -a25 -a26 -a27 -a28 
-a29 -a30 -a31
+%setup -q -c -n %{name} -a1 -a2 -a3 -a4 -a5 -a6 -a7 -a9 -a10 -a11 -a12 -a13 
-a14 -a15 -a16 -a17 -a18 -a19 -a20 -a21 -a22 -a23 -a24 -a25 -a26 -a27 -a28 -a29 
-a30 -a31
 # --- patch locateopen --
 pushd vimplugin-locateopen-%locateopen_version
 %patch1
@@ -613,16 +595,6 @@
   vim -u NONE -U NONE -X -n '+set nobackup nomore' '+helptags 
%vimplugin_dir/doc/' '+qa!'  /dev/null  /dev/null
 fi
 
-# documentation: vim-plugin-matchit
-
-%post -n vim-plugin-matchit
-vim -u NONE -U NONE -X -n '+set nobackup nomore' '+helptags 
%vimplugin_dir/doc/' '+qa!'  /dev/null  /dev/null
-
-%postun -n vim-plugin-matchit
-if [ $1 == 0 ]; then
-  vim -u NONE -U NONE -X -n '+set nobackup nomore' '+helptags 
%vimplugin_dir/doc/' '+qa!'  /dev/null  /dev/null
-fi
-
 # documentation: vim-plugin-multiplesearch
 
 %post -n vim-plugin-multiplesearch
@@ -843,11 +815,6 @@
 %defattr(-,root,root,0755)
 %vimplugin_dir/plugin/locateopen.vim
 
-%files -n vim-plugin-matchit
-%defattr(-,root,root,0755)
-%vimplugin_dir/doc/matchit.txt
-%vimplugin_dir/plugin/matchit.vim
-
 %files -n vim-plugin-matrix
 %defattr(-,root,root,0755)
 %vimplugin_dir/plugin/matrix.vim

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit vim-plugins for openSUSE:Factory

2012-09-26 Thread h_root
Hello community,

here is the log from the commit of package vim-plugins for openSUSE:Factory 
checked in at 2012-09-26 16:28:47

Comparing /work/SRC/openSUSE:Factory/vim-plugins (Old)
 and  /work/SRC/openSUSE:Factory/.vim-plugins.new (New)


Package is vim-plugins, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/vim-plugins/vim-plugins.changes  2012-06-29 
10:45:39.0 +0200
+++ /work/SRC/openSUSE:Factory/.vim-plugins.new/vim-plugins.changes 
2012-09-26 16:28:49.0 +0200
@@ -1,0 +2,7 @@
+Wed Sep 26 08:38:03 UTC 2012 - pu...@suse.com
+
+- Fix licenses for calendar, snipmate, project, matchit and matrix
+  plugins (bnc#768672)
+- fix link to spec.snippets in _service
+
+---



Other differences:
--
++ vim-plugins.spec ++
--- /var/tmp/diff_new_pack.RWmGiI/_old  2012-09-26 16:28:50.0 +0200
+++ /var/tmp/diff_new_pack.RWmGiI/_new  2012-09-26 16:28:50.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package vim-plugins
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -51,11 +51,11 @@
 
 Name:   vim-plugins
 Version:7.2.22
-Release:7
-License:MIT
+Release:0
 Summary:Plug-ins pack for Vim
-Url:http://www.vim.org/
+License:MIT
 Group:  Productivity/Text/Editors
+Url:http://www.vim.org/
 Source0:vimplugin-align-%{align_version}.tar.bz2
 Source1:vimplugin-a-%{a_version}.tar.bz2
 Source2:vimplugin-bufexplorer-%{bufexplorer_version}.tar.bz2
@@ -101,9 +101,9 @@
 
 %package -n vim-plugin-align
 Version:%align_version
-Release:3
-License:SUSE-Vim
+Release:0
 Summary:Plugin to produce aligned text, equations, declarations, etc
+License:SUSE-Vim
 Group:  Productivity/Text/Editors
 Requires:   vim
 
@@ -115,9 +115,9 @@
 
 %package -n vim-plugin-a
 Version:%a_version
-Release:3
-License:ISC
+Release:0
 Summary:Alternate files quickly
+License:ISC
 Group:  Productivity/Text/Editors
 Requires:   vim
 
@@ -129,9 +129,9 @@
 
 %package -n vim-plugin-bufexplorer
 Version:%bufexplorer_version
-Release:3
-License:ISC
+Release:0
 Summary:Buffer Explorer / Browser
+License:ISC
 Group:  Productivity/Text/Editors
 Requires:   vim
 
@@ -145,9 +145,9 @@
 
 %package -n vim-plugin-calendar
 Version:%calendar_version
-Release:3
-License:MIT
+Release:0
 Summary:Calendar for vim
+License:BSD-3-Clause
 Group:  Productivity/Text/Editors
 Requires:   vim
 
@@ -156,9 +156,9 @@
 
 %package -n vim-plugin-colorsel
 Version:%colorsel_version
-Release:3
-License:SUSE-Public-Domain
+Release:0
 Summary:A RGB/HSV color selector
+License:SUSE-Public-Domain
 Group:  Productivity/Text/Editors
 Requires:   gvim
 Requires:   vim
@@ -169,9 +169,9 @@
 
 %package -n vim-plugin-colorschemes
 Version:%colorschemes_version
-Release:3
-License:GPL-2.0
+Release:0
 Summary:Vim color schemes selection
+License:GPL-2.0
 Group:  Productivity/Text/Editors
 Requires:   vim
 
@@ -181,9 +181,9 @@
 
 %package -n vim-plugin-diffchanges
 Version:%diffchanges_version
-Release:3
-License:SUSE-Vim
+Release:0
 Summary:Show changes since the last save
+License:SUSE-Vim
 Group:  Productivity/Text/Editors
 Requires:   diffutils
 Requires:   vim
@@ -196,9 +196,9 @@
 
 %package -n vim-plugin-locateopen
 Version:%locateopen_version
-Release:3
-License:SUSE-Vim
+Release:0
 Summary:Edit file without entering the whole path
+License:SUSE-Vim
 Group:  Productivity/Text/Editors
 Requires:   findutils-locate
 Requires:   vim
@@ -216,9 +216,9 @@
 
 %package -n vim-plugin-matchit
 Version:%matchit_version
-Release:3
-License:MIT
+Release:0
 Summary:Extended % matching for HTML, LaTeX, and many other languages
+License:SUSE-Vim
 Group:  Productivity/Text/Editors
 Requires:   vim
 
@@ -232,9 +232,9 @@
 
 %package -n vim-plugin-matrix
 Version:%matrix_version
-Release:3
-License:SUSE-Public-Domain
+Release:0
 Summary:

commit vim-plugins for openSUSE:Factory

2011-06-01 Thread h_root

Hello community,

here is the log from the commit of package vim-plugins for openSUSE:Factory
checked in at Wed Jun 1 10:16:38 CEST 2011.




--- vim-plugins/vim-plugins.changes 2011-01-15 19:32:20.0 +0100
+++ /mounts/work_src_done/STABLE/vim-plugins/vim-plugins.changes
2011-05-27 14:53:47.0 +0200
@@ -1,0 +2,11 @@
+Fri May 27 12:37:21 UTC 2011 - pu...@novell.com
+
+- update vimwiki-plugin (1.1.1) 
+
+---
+Thu May  5 09:50:31 UTC 2011 - pu...@novell.com
+
+- use spec-cleaner 
+- add rails plugin
+
+---

calling whatdependson for head-i586


Old:

  vimplugin-vimwiki-0.9.9.tar.bz2

New:

  vimplugin-rails-4.3.tar.bz2
  vimplugin-vimwiki-1.1.1.tar.bz2



Other differences:
--
++ vim-plugins.spec ++
 791 lines (skipped)
 between vim-plugins/vim-plugins.spec
 and /mounts/work_src_done/STABLE/vim-plugins/vim-plugins.spec

++ _service:download_url:spec.snippets ++
--- /var/tmp/diff_new_pack.UxGY0U/_old  2011-06-01 10:12:33.0 +0200
+++ /var/tmp/diff_new_pack.UxGY0U/_new  2011-06-01 10:12:33.0 +0200
@@ -120,4 +120,4 @@
%else
${3:# STUFF}
%endif
-   ${3}
+   ${4}

++ vimplugin-vimwiki-0.9.9.tar.bz2 - vimplugin-vimwiki-1.1.1.tar.bz2 ++
 4174 lines of diff (skipped)






Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit vim-plugins for openSUSE:Factory

2011-03-10 Thread h_root

Hello community,

here is the log from the commit of package vim-plugins for openSUSE:Factory
checked in at Thu Mar 10 12:00:24 CET 2011.




--- vim-plugins/vim-plugins.changes 2010-11-02 14:41:05.0 +0100
+++ /mounts/work_src_done/STABLE/vim-plugins/vim-plugins.changes
2011-01-15 19:32:20.0 +0100
@@ -1,0 +2,5 @@
+Sat Jan 15 18:29:53 UTC 2011 - ro...@priesol.net
+
+- added service for downloading spec.snippets for snipMate
+
+---

calling whatdependson for head-i586


New:

  _service
  _service:download_url:spec.snippets



Other differences:
--
++ vim-plugins.spec ++
--- /var/tmp/diff_new_pack.jDPmxK/_old  2011-03-10 11:58:46.0 +0100
+++ /var/tmp/diff_new_pack.jDPmxK/_new  2011-03-10 11:58:46.0 +0100
@@ -51,7 +51,7 @@
 
 Name:   vim-plugins
 Version:7.2.22
-Release:1
+Release:6
 Summary:Plug-ins pack for Vim
 Group:  Productivity/Text/Editors
 License:MIT
@@ -87,6 +87,7 @@
 Source28:   vimplugin-gnupg-%{gnupg_version}.tar.bz2
 Source29:   vimplugin-gitdiff-%{gitdiff_version}.tar.bz2
 Source30:   vimplugin-snipmate-%{snipmate_version}.tar.bz2
+Source31:   spec.snippets
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  vim
 BuildArch:  noarch
@@ -107,7 +108,7 @@
 %package -n vim-plugin-align
 License:MIT
 Version:%align_version
-Release:1
+Release:2
 Requires:   vim
 Group:  Productivity/Text/Editors
 Summary:Plugin to produce aligned text, equations, declarations, etc
@@ -126,7 +127,7 @@
 %package -n vim-plugin-a
 License:MIT
 Version:%a_version
-Release:1
+Release:2
 Requires:   vim
 Group:  Productivity/Text/Editors
 Summary:Alternate files quickly (.c -- .h etc)
@@ -144,7 +145,7 @@
 %package -n vim-plugin-bufexplorer
 License:MIT
 Version:%bufexplorer_version
-Release:1
+Release:2
 Requires:   vim
 Group:  Productivity/Text/Editors
 Summary:Buffer Explorer / Browser
@@ -164,7 +165,7 @@
 %package -n vim-plugin-calendar
 License:MIT
 Version:%calendar_version
-Release:1
+Release:2
 Requires:   vim
 Group:  Productivity/Text/Editors
 Summary:Calendar for vim
@@ -179,7 +180,7 @@
 %package -n vim-plugin-colorsel
 License:Public Domain
 Version:%colorsel_version
-Release:1
+Release:2
 Requires:   vim
 Requires:   gvim
 Group:  Productivity/Text/Editors
@@ -196,7 +197,7 @@
 %package -n vim-plugin-colorschemes
 License:Various - see contained files for details
 Version:%colorschemes_version
-Release:1
+Release:2
 Requires:   vim
 Group:  Productivity/Text/Editors
 Summary:Vim color schemes selection
@@ -212,7 +213,7 @@
 %package -n vim-plugin-diffchanges
 License:Public Domain
 Version:%diffchanges_version
-Release:1
+Release:2
 Requires:   vim
 Requires:   diffutils
 Group:  Productivity/Text/Editors
@@ -231,7 +232,7 @@
 %package -n vim-plugin-locateopen
 License:Other uncritical OpenSource License
 Version:%locateopen_version
-Release:1
+Release:2
 Requires:   vim
 Requires:   findutils-locate
 Group:  Productivity/Text/Editors
@@ -255,7 +256,7 @@
 %package -n vim-plugin-matchit
 License:MIT
 Version:%matchit_version
-Release:1
+Release:2
 Requires:   vim
 Group:  Productivity/Text/Editors
 Summary:Extended % matching for HTML, LaTeX, and many other languages
@@ -275,7 +276,7 @@
 %package -n vim-plugin-matrix
 License:Public Domain
 Version:%matrix_version
-Release:1
+Release:2
 Requires:   vim
 Group:  Productivity/Text/Editors
 Summary:Matrix screensaver for vim
@@ -290,7 +291,7 @@
 %package -n vim-plugin-minibufexpl
 License:MIT
 Version:%minibufexpl_version
-Release:1
+Release:2
 Requires:   vim
 Group:  Productivity/Text/Editors
 Summary:Elegant buffer explorer that takes very little screen space
@@ -308,7 +309,7 @@
 %package -n vim-plugin-multiplesearch
 License:Other uncritical OpenSource License
 Version:%multiplesearch_version
-Release:1
+Release:2
 Requires:   vim
 Group:  Productivity/Text/Editors
 Summary:Display multiple searches at the same time
@@ -326,7 +327,7 @@
 %package -n vim-plugin-NERDcommenter
 License:WTFPL
 Version:%NERDcommenter_version
-Release:1
+Release:2
 Requires:   vim
 Group:  Productivity/Text/Editors
 Summary:A