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 <[email protected]>
+
+- 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_version        0.3.3
 %define     fugitive_version    2.2
 %define     neomutt_version         20180104
+%define     salt_version        0.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


Reply via email to