SHA256
1
0
forked from pool/vim-plugins

- fixed some license strings (bnc#768672)

- updated following plugins to latest versions:
  o align
  o bufexplorer
  o calendar
  o colorsel 
  o diffchanges
  o nerdcommenter
  o nerdtree
  o tlib
  o tselectbuffer
  o zoomwin
  o latex
  o rails
- drop colorsel-disable-nogui-warning-error.patch (upstream)

OBS-URL: https://build.opensuse.org/package/show/editors/vim-plugins?expand=0&rev=13
This commit is contained in:
Petr Uzel 2012-06-27 13:36:58 +00:00 committed by Git OBS Bridge
parent d68a571ceb
commit 3630b616b7
27 changed files with 126 additions and 90 deletions

View File

@ -1,10 +0,0 @@
--- vimplugin-colorsel-20051121/plugin/colorsel.vim 2008-07-30 17:53:04.000000000 +0200
+++ vimplugin-colorsel-20051121/plugin/colorsel.vim 2008-07-30 17:53:25.000000000 +0200
@@ -21,7 +21,6 @@
" TODO: Mouse support
if !has('gui_running')
- echoerr 'Color selector needs GUI'
finish
endif

View File

@ -1,3 +1,22 @@
-------------------------------------------------------------------
Wed Jun 27 12:35:19 UTC 2012 - puzel@suse.com
- fixed some license strings (bnc#768672)
- updated following plugins to latest versions:
o align
o bufexplorer
o calendar
o colorsel
o diffchanges
o nerdcommenter
o nerdtree
o tlib
o tselectbuffer
o zoomwin
o latex
o rails
- drop colorsel-disable-nogui-warning-error.patch (upstream)
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Oct 18 07:35:54 UTC 2011 - coolo@suse.com Tue Oct 18 07:35:54 UTC 2011 - coolo@suse.com

View File

@ -16,38 +16,38 @@
# #
%define align_version 35.41 %define align_version 36.42
%define a_version 2.18 %define a_version 2.18
%define bufexplorer_version 7.2.6 %define bufexplorer_version 7.2.8
%define calendar_version 2.1 %define calendar_version 2.4
%define colorsel_version 20051121 %define colorsel_version 20110107
%define colorschemes_version 1.0 %define colorschemes_version 1.0
%define diffchanges_version 0.2.6 %define diffchanges_version 0.6.346dae2
%define locateopen_version 1.3 %define locateopen_version 1.3
%define matchit_version 1.13.2 %define matchit_version 1.13.2
%define matrix_version 1.10 %define matrix_version 1.10
%define minibufexpl_version 6.3.2 %define minibufexpl_version 6.3.2
%define multiplesearch_version 1.3 %define multiplesearch_version 1.3
%define NERDcommenter_version 2.2.2 %define NERDcommenter_version 2.3.0
%define NERDtree_version 4.1.0 %define NERDtree_version 4.2.0
%define project_version 1.4.1 %define project_version 1.4.1
%define searchcomplete_version 1.1 %define searchcomplete_version 1.1
%define showmarks_version 2.2 %define showmarks_version 2.2
%define supertab_version 1.0 %define supertab_version 1.0
%define taglist_version 4.5 %define taglist_version 4.5
%define tlib_version 0.36 %define tlib_version 0.42
%define tregisters_version 0.2 %define tregisters_version 0.2
%define tselectbuffer_version 0.6 %define tselectbuffer_version 0.7
%define tselectfiles_version 0.10 %define tselectfiles_version 0.10
%define utl_version 2.0 %define utl_version 2.0
%define zoomwin_version 23 %define zoomwin_version 24
%define latex_version 20100129 %define latex_version 20120125
%define quilt_version 0.9.6 %define quilt_version 0.9.6
%define vimwiki_version 1.1.1 %define vimwiki_version 1.1.1
%define gnupg_version 3026 %define gnupg_version 3026
%define gitdiff_version 2 %define gitdiff_version 2
%define snipmate_version 0.83 %define snipmate_version 0.83
%define rails_version 4.3 %define rails_version 4.4
Name: vim-plugins Name: vim-plugins
Version: 7.2.22 Version: 7.2.22
@ -89,7 +89,6 @@ Source29: vimplugin-gitdiff-%{gitdiff_version}.tar.bz2
Source30: vimplugin-snipmate-%{snipmate_version}.tar.bz2 Source30: vimplugin-snipmate-%{snipmate_version}.tar.bz2
Source31: vimplugin-rails-%{rails_version}.tar.bz2 Source31: vimplugin-rails-%{rails_version}.tar.bz2
Source100: spec.snippets Source100: spec.snippets
Patch0: colorsel-disable-nogui-warning-error.patch
Patch1: locateopen-1.3-locate-support.patch Patch1: locateopen-1.3-locate-support.patch
BuildRequires: vim BuildRequires: vim
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
@ -103,7 +102,7 @@ Subpackages of this packages contains some plugins for Vi iMproved text editor.
%package -n vim-plugin-align %package -n vim-plugin-align
Version: %align_version Version: %align_version
Release: 3 Release: 3
License: MIT License: SUSE-Vim
Summary: Plugin to produce aligned text, equations, declarations, etc Summary: Plugin to produce aligned text, equations, declarations, etc
Group: Productivity/Text/Editors Group: Productivity/Text/Editors
Requires: vim Requires: vim
@ -117,7 +116,7 @@ different.
%package -n vim-plugin-a %package -n vim-plugin-a
Version: %a_version Version: %a_version
Release: 3 Release: 3
License: MIT License: ISC
Summary: Alternate files quickly Summary: Alternate files quickly
Group: Productivity/Text/Editors Group: Productivity/Text/Editors
Requires: vim Requires: vim
@ -131,7 +130,7 @@ C++ and ADA95 and can be configured to support a variety of languages.
%package -n vim-plugin-bufexplorer %package -n vim-plugin-bufexplorer
Version: %bufexplorer_version Version: %bufexplorer_version
Release: 3 Release: 3
License: MIT License: ISC
Summary: Buffer Explorer / Browser Summary: Buffer Explorer / Browser
Group: Productivity/Text/Editors Group: Productivity/Text/Editors
Requires: vim Requires: vim
@ -158,7 +157,7 @@ Plugin for vim that displays simple calendar in the side window.
%package -n vim-plugin-colorsel %package -n vim-plugin-colorsel
Version: %colorsel_version Version: %colorsel_version
Release: 3 Release: 3
License: Public Domain License: SUSE-Public-Domain
Summary: A RGB/HSV color selector Summary: A RGB/HSV color selector
Group: Productivity/Text/Editors Group: Productivity/Text/Editors
Requires: gvim Requires: gvim
@ -171,7 +170,7 @@ selector.
%package -n vim-plugin-colorschemes %package -n vim-plugin-colorschemes
Version: %colorschemes_version Version: %colorschemes_version
Release: 3 Release: 3
License: Various - see contained files for details License: GPL-2.0
Summary: Vim color schemes selection Summary: Vim color schemes selection
Group: Productivity/Text/Editors Group: Productivity/Text/Editors
Requires: vim Requires: vim
@ -183,7 +182,7 @@ http://www.vim.org/scripts/script.php?script_id=625.
%package -n vim-plugin-diffchanges %package -n vim-plugin-diffchanges
Version: %diffchanges_version Version: %diffchanges_version
Release: 3 Release: 3
License: Public Domain License: SUSE-Vim
Summary: Show changes since the last save Summary: Show changes since the last save
Group: Productivity/Text/Editors Group: Productivity/Text/Editors
Requires: diffutils Requires: diffutils
@ -198,7 +197,7 @@ toggled.
%package -n vim-plugin-locateopen %package -n vim-plugin-locateopen
Version: %locateopen_version Version: %locateopen_version
Release: 3 Release: 3
License: Other uncritical OpenSource License License: SUSE-Vim
Summary: Edit file without entering the whole path Summary: Edit file without entering the whole path
Group: Productivity/Text/Editors Group: Productivity/Text/Editors
Requires: findutils-locate Requires: findutils-locate
@ -234,7 +233,7 @@ HTML), LaTeX, Lua, Pascal, SGML, Shell, Tcsh, Vim, XML.
%package -n vim-plugin-matrix %package -n vim-plugin-matrix
Version: %matrix_version Version: %matrix_version
Release: 3 Release: 3
License: Public Domain License: SUSE-Public-Domain
Summary: Matrix screensaver for vim Summary: Matrix screensaver for vim
Group: Productivity/Text/Editors Group: Productivity/Text/Editors
Requires: vim Requires: vim
@ -245,7 +244,7 @@ Matrix screensaver for VIM, inspired by Chris Allegretta's cmatrix.
%package -n vim-plugin-minibufexpl %package -n vim-plugin-minibufexpl
Version: %minibufexpl_version Version: %minibufexpl_version
Release: 3 Release: 3
License: MIT License: ISC
Summary: Elegant buffer explorer that takes very little screen space Summary: Elegant buffer explorer that takes very little screen space
Group: Productivity/Text/Editors Group: Productivity/Text/Editors
Requires: vim Requires: vim
@ -259,7 +258,7 @@ window get visually marked.
%package -n vim-plugin-multiplesearch %package -n vim-plugin-multiplesearch
Version: %multiplesearch_version Version: %multiplesearch_version
Release: 3 Release: 3
License: Other uncritical OpenSource License License: SUSE-Vim
Summary: Display multiple searches at the same time Summary: Display multiple searches at the same time
Group: Productivity/Text/Editors Group: Productivity/Text/Editors
Requires: vim Requires: vim
@ -273,7 +272,7 @@ number of colors is used, the script starts over with the first color.
%package -n vim-plugin-NERDcommenter %package -n vim-plugin-NERDcommenter
Version: %NERDcommenter_version Version: %NERDcommenter_version
Release: 3 Release: 3
License: WTFPL License: SUSE-WTFPL-2.0
Summary: A plugin that allows for easy commenting of code for many filetypes Summary: A plugin that allows for easy commenting of code for many filetypes
Group: Productivity/Text/Editors Group: Productivity/Text/Editors
Requires: vim Requires: vim
@ -286,7 +285,7 @@ are available for most filetypes.
%package -n vim-plugin-NERDtree %package -n vim-plugin-NERDtree
Version: %NERDtree_version Version: %NERDtree_version
Release: 3 Release: 3
License: WTFPL License: SUSE-WTFPL-2.0
Summary: A tree explorer plugin for navigating the filesystem Summary: A tree explorer plugin for navigating the filesystem
Group: Productivity/Text/Editors Group: Productivity/Text/Editors
Requires: vim Requires: vim
@ -318,7 +317,7 @@ the vim window.
%package -n vim-plugin-searchcomplete %package -n vim-plugin-searchcomplete
Version: %searchcomplete_version Version: %searchcomplete_version
Release: 3 Release: 3
License: GPLv2 License: GPL-2.0
Summary: Tab completion of words inside of a search Summary: Tab completion of words inside of a search
Group: Productivity/Text/Editors Group: Productivity/Text/Editors
Requires: vim Requires: vim
@ -330,7 +329,7 @@ search ('/').
%package -n vim-plugin-showmarks %package -n vim-plugin-showmarks
Version: %showmarks_version Version: %showmarks_version
Release: 3 Release: 3
License: Public Domain License: SUSE-Public-Domain
Summary: Visually shows the location of marks Summary: Visually shows the location of marks
Group: Productivity/Text/Editors Group: Productivity/Text/Editors
Requires: vim Requires: vim
@ -346,7 +345,7 @@ can be toggled on and off and individual marks can be hidden.
%package -n vim-plugin-supertab %package -n vim-plugin-supertab
Version: %supertab_version Version: %supertab_version
Release: 3 Release: 3
License: BSD License: BSD-3-Clause
Summary: Visually shows the location of marks Summary: Visually shows the location of marks
Group: Productivity/Text/Editors Group: Productivity/Text/Editors
Requires: vim Requires: vim
@ -357,7 +356,7 @@ This script allows you to use the tab key to do all your insert completion.
%package -n vim-plugin-taglist %package -n vim-plugin-taglist
Version: %taglist_version Version: %taglist_version
Release: 3 Release: 3
License: MIT License: ISC
Summary: Source code browser with support for many languages Summary: Source code browser with support for many languages
Group: Productivity/Text/Editors Group: Productivity/Text/Editors
Requires: ctags Requires: ctags
@ -371,7 +370,7 @@ browse through source code files for different programming languages.
%package -n vim-plugin-tlib %package -n vim-plugin-tlib
Version: %tlib_version Version: %tlib_version
Release: 3 Release: 3
License: GPL License: GPL-3.0
Summary: Utility functions for vim Summary: Utility functions for vim
Group: Productivity/Text/Editors Group: Productivity/Text/Editors
Requires: vim Requires: vim
@ -383,7 +382,7 @@ it unless another plugin requires you to do so.
%package -n vim-plugin-tregisters %package -n vim-plugin-tregisters
Version: %tregisters_version Version: %tregisters_version
Release: 3 Release: 3
License: GPL License: GPL-3.0
Summary: List, edit, and run/execute registers/clipboards Summary: List, edit, and run/execute registers/clipboards
Group: Productivity/Text/Editors Group: Productivity/Text/Editors
Requires: vim Requires: vim
@ -395,7 +394,7 @@ List, edit, and run or execute registers and/or clipboards
%package -n vim-plugin-tselectbuffer %package -n vim-plugin-tselectbuffer
Version: %tselectbuffer_version Version: %tselectbuffer_version
Release: 3 Release: 3
License: GPL License: GPL-3.0
Summary: A quick buffer selector/switcher Summary: A quick buffer selector/switcher
Group: Productivity/Text/Editors Group: Productivity/Text/Editors
Requires: vim Requires: vim
@ -408,7 +407,7 @@ different buffer or for deleting buffers.
%package -n vim-plugin-tselectfiles %package -n vim-plugin-tselectfiles
Version: %tselectfiles_version Version: %tselectfiles_version
Release: 3 Release: 3
License: GPL License: GPL-3.0
Summary: A quick file selector/browser/explorer Summary: A quick file selector/browser/explorer
Group: Productivity/Text/Editors Group: Productivity/Text/Editors
Requires: vim Requires: vim
@ -422,7 +421,7 @@ them.
%package -n vim-plugin-utl %package -n vim-plugin-utl
Version: %utl_version Version: %utl_version
Release: 3 Release: 3
License: MIT License: GPL-3.0
Summary: Universal text linking for vim Summary: Universal text linking for vim
Group: Productivity/Text/Editors Group: Productivity/Text/Editors
Requires: vim Requires: vim
@ -435,7 +434,7 @@ bookmark parts of your text document.
%package -n vim-plugin-zoomwin %package -n vim-plugin-zoomwin
Version: %zoomwin_version Version: %zoomwin_version
Release: 3 Release: 3
License: Other uncritical OpenSource License License: SUSE-Vim
Summary: Zoom in/out of windows (toggle between one window and multi-window) Summary: Zoom in/out of windows (toggle between one window and multi-window)
Group: Productivity/Text/Editors Group: Productivity/Text/Editors
Requires: vim Requires: vim
@ -450,7 +449,7 @@ Usage:
%package -n vim-plugin-latex %package -n vim-plugin-latex
Version: %latex_version Version: %latex_version
Release: 3 Release: 3
License: Other uncritical OpenSource License License: SUSE-Vim
Summary: A rich set of tools for editing LaTeX Summary: A rich set of tools for editing LaTeX
Group: Productivity/Text/Editors Group: Productivity/Text/Editors
Requires: texlive-latex Requires: texlive-latex
@ -465,7 +464,7 @@ which enable you to do all your LaTeX-ing without needing to quit Vim.
%package -n vim-plugin-quilt %package -n vim-plugin-quilt
Version: %quilt_version Version: %quilt_version
Release: 3 Release: 3
License: GPL License: GPL-2.0
Summary: Quilt support for vim Summary: Quilt support for vim
Group: Productivity/Text/Editors Group: Productivity/Text/Editors
Requires: quilt Requires: quilt
@ -477,7 +476,7 @@ Vim plugin that helps with quilt operations from inside vim.
%package -n vim-plugin-vimwiki %package -n vim-plugin-vimwiki
Version: %vimwiki_version Version: %vimwiki_version
Release: 1 Release: 1
License: GPL v2 License: GPL-2.0
Summary: Personal wiki for vim Summary: Personal wiki for vim
Group: Productivity/Text/Editors Group: Productivity/Text/Editors
Requires: vim Requires: vim
@ -491,7 +490,7 @@ You do not have to create it manually - vimwiki can make it for you.
%package -n vim-plugin-gnupg %package -n vim-plugin-gnupg
Version: %gnupg_version Version: %gnupg_version
Release: 3 Release: 3
License: GPL License: GPL-3.0
Summary: Plugin for transparent editing of gpg encrypted files Summary: Plugin for transparent editing of gpg encrypted files
Group: Productivity/Text/Editors Group: Productivity/Text/Editors
Requires: gpg2 Requires: gpg2
@ -542,6 +541,7 @@ for (i = 0; i < count; i++) {
Version: %rails_version Version: %rails_version
Release: 1 Release: 1
License: SUSE-Vim
Summary: Support for Ruby on Rails development Summary: Support for Ruby on Rails development
Group: Productivity/Text/Editors Group: Productivity/Text/Editors
Requires: rubygem-rails Requires: rubygem-rails
@ -556,11 +556,6 @@ pushd vimplugin-locateopen-%locateopen_version
%patch1 %patch1
popd popd
# -------- patch colorsel -------
pushd vimplugin-colorsel-%colorsel_version
%patch0 -p1
popd
%build %build
%install %install
@ -575,6 +570,11 @@ mv %{buildroot}/%vimplugin_dir/nerdtree_plugin %{buildroot}%{_defaultdocdir}/vim
cp %{SOURCE100} %{buildroot}/%vimplugin_dir/snippets/ cp %{SOURCE100} %{buildroot}/%vimplugin_dir/snippets/
# delete unneeded files
rm -rf %{buildroot}/%vimplugin_dir/doc/Makefile*
rm -rf %{buildroot}/%vimplugin_dir/doc/README*
rm -rf %{buildroot}/%vimplugin_dir/doc/*.{xml,xsl,css}
%clean %clean
rm -rf %{buildroot} rm -rf %{buildroot}
@ -771,6 +771,26 @@ if [ $1 == 0 ]; then
vim -u NONE -U NONE -X -n '+set nobackup nomore' '+helptags %vimplugin_dir/doc/' '+qa!' < /dev/null &> /dev/null vim -u NONE -U NONE -X -n '+set nobackup nomore' '+helptags %vimplugin_dir/doc/' '+qa!' < /dev/null &> /dev/null
fi fi
# documentation: vim-plugin-colorsel
%post -n vim-plugin-colorsel
vim -u NONE -U NONE -X -n '+set nobackup nomore' '+helptags %vimplugin_dir/doc/' '+qa!' < /dev/null &> /dev/null
%postun -n vim-plugin-colorsel
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-diffchanges
%post -n vim-plugin-diffchanges
vim -u NONE -U NONE -X -n '+set nobackup nomore' '+helptags %vimplugin_dir/doc/' '+qa!' < /dev/null &> /dev/null
%postun -n vim-plugin-diffchanges
if [ $1 == 0 ]; then
vim -u NONE -U NONE -X -n '+set nobackup nomore' '+helptags %vimplugin_dir/doc/' '+qa!' < /dev/null &> /dev/null
fi
%post %post
vim -u NONE -U NONE -X -n '+set nobackup nomore' '+helptags %vimplugin_dir/doc/' '+qa!' < /dev/null &> /dev/null vim -u NONE -U NONE -X -n '+set nobackup nomore' '+helptags %vimplugin_dir/doc/' '+qa!' < /dev/null &> /dev/null
@ -805,6 +825,8 @@ fi
%files -n vim-plugin-colorsel %files -n vim-plugin-colorsel
%defattr(-,root,root,0755) %defattr(-,root,root,0755)
%vimplugin_dir/plugin/colorsel.vim %vimplugin_dir/plugin/colorsel.vim
%vimplugin_dir/autoload/colorsel.vim
%vimplugin_dir/doc/colorsel.txt
%files -n vim-plugin-colorschemes %files -n vim-plugin-colorschemes
%defattr(-,root,root,0755) %defattr(-,root,root,0755)
@ -813,6 +835,7 @@ fi
%files -n vim-plugin-diffchanges %files -n vim-plugin-diffchanges
%defattr(-,root,root,0755) %defattr(-,root,root,0755)
%vimplugin_dir/plugin/diffchanges.vim %vimplugin_dir/plugin/diffchanges.vim
%vimplugin_dir/doc/diffchanges.txt
%files -n vim-plugin-locateopen %files -n vim-plugin-locateopen
%defattr(-,root,root,0755) %defattr(-,root,root,0755)
@ -846,6 +869,7 @@ fi
%defattr(-,root,root,0755) %defattr(-,root,root,0755)
%vimplugin_dir/doc/NERD_tree.txt %vimplugin_dir/doc/NERD_tree.txt
%vimplugin_dir/plugin/NERD_tree.vim %vimplugin_dir/plugin/NERD_tree.vim
%vimplugin_dir/syntax/nerdtree.vim
%doc %{_defaultdocdir}/vimplugin-NERDtree %doc %{_defaultdocdir}/vimplugin-NERDtree
%files -n vim-plugin-project %files -n vim-plugin-project
@ -886,6 +910,8 @@ fi
%files -n vim-plugin-tselectbuffer %files -n vim-plugin-tselectbuffer
%defattr(-,root,root,0755) %defattr(-,root,root,0755)
%vimplugin_dir/plugin/tselectbuffer.vim %vimplugin_dir/plugin/tselectbuffer.vim
%vimplugin_dir/autoload/tselectbuffer.vim
%vimplugin_dir/doc/tselectbuffer.txt
%files -n vim-plugin-tselectfiles %files -n vim-plugin-tselectfiles
%defattr(-,root,root,0755) %defattr(-,root,root,0755)
@ -927,6 +953,7 @@ fi
%vimplugin_dir/ftplugin/tex_latexSuite.vim %vimplugin_dir/ftplugin/tex_latexSuite.vim
%vimplugin_dir/ftplugin/bib_latexSuite.vim %vimplugin_dir/ftplugin/bib_latexSuite.vim
%vimplugin_dir/ltags %vimplugin_dir/ltags
%vimplugin_dir/latextags
%files -n vim-plugin-quilt %files -n vim-plugin-quilt
%defattr(-,root,root,0755) %defattr(-,root,root,0755)

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c15460857d764147816ff3faf0890b1dd7c9094d76694602c29c67f86c31915b
size 28341

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e5b9d4bafc7574ffc4178f1a5496b01d3b9d3b8997c753001e9927495c58eb05
size 27473

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5f533c11f258f78b36496e1eedcaba2681f9e44dc2c059ee9161cbf8f45a08bf
size 35603

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:98b6ad3ef19b716bff98e38cae66d90cbcf2244ee8fc42e1441d1cafa43755ac
size 37128

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f6447999c53e5ce6fef4f9c4320b386c9267c3136c1cc0407acc7342899232f9
size 35156

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e11cb626bc1b8b3d1a74430caa0e1836fd72566e21e61f6f054423160eb36798
size 38374

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4cc26fd5f2d25ef5954851f6c87cd7a2ec3fd3ec726797f61b0a470eae01bb0f
size 16285

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d3faf0d9215da31c59b0259c942238b7ee1bdcb6383255a0c6ce3ba4d9eb3081
size 16861

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3210b746c4e185a7966705399e84817f32c710710bbbd6d7d580983d81bcde7c
size 9285

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:28b349dfc27303132fab141023d11fb6e130227fd9ba927e688ed573d7fdebc7
size 9805

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:41b0f4c24460cdb87ddae72e8aac04ef3006f041e15934b5dec45db559012fda
size 3528

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:af7e22f0ceb947cf7d3763ca5977d8e5fa6fc5777d6da35606f3fc7291a715b6
size 10523

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5011a9cbf804dbd766e81c3474f71b266ba15fdd9f8cdfe1a2060591930506f1
size 1553

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:456d7e10819e4f4e565b66d071c71c03763db97de80fbf6ba457a0fe8f516aec
size 2074

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1afd6b8bb4e0c85508ea794ccb445b07cb9f2b86f2b5a2e0cc7b558494c93954
size 176779

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1300a4436d6e541ea2719f19a46fe964735feeb68040513eea84f2ade5d81b3a
size 214149

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b00d4ee4bc82530648cc5fc83574b2f44f2e4df4eed3cef47390cd6dab82e536
size 54258

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f780bef755c7843668de4849e88a1a4d5b085576fff24d58adef9f374e25d0f7
size 51516

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a9a66aa678db6e350255835167693f98d7aea313294f174d58e84ca307ed18c1
size 41747

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5c358be153f4a5e33444450b7fd6f4267c434677c9645cb477d6e372d4eac9c2
size 45311

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:dfa9a177f03b4f89438c1868e45c45c8169941fb57ed93509c5b595eafe70e37
size 3216

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:572dc1fe9f574ab24a7874a18c8277927c9a7b386a85c711660f3e40b368f51c
size 4016

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:fdaf344bdccc1e045cdc90eff22919ea8571749c979f5103a4e2d5e788cbc7de
size 6176

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4e99fe194360a7f73889319d507a3666ab4e052cc0ae82f7a782945b0035bcf8
size 7965