Compare commits

..

No commits in common. "rawhide" and "f39" have entirely different histories.

3 changed files with 4 additions and 5 deletions

2
.gitignore vendored
View file

@ -1 +1 @@
/ansible-vim-*.tar.gz
ansible-vim-*.tar.gz

View file

@ -1 +1 @@
SHA512 (ansible-vim-5.0.tar.gz) = aa818109c5647300d1efa7271de2089f734e4a0c3b4da8dcb07c163e16bd96cdb11c425cd99c8331b603ea5d3f60f5f58994a368b99d0657d54122a20abc44c5
SHA512 (ansible-vim-3.3.tar.gz) = 7848e91ebf43d9581773436eca4310c5a26f743f2384d9cfc2e430a7b84fd945c4cd65aeb54947c47e3903e1fccb275d94bcfa22f6660e3438cc9785c38ca10f

View file

@ -1,11 +1,11 @@
Name: vim-ansible
Version: 5.0
Version: 3.3
Release: %autorelease
BuildArch: noarch
Summary: Vim plugin for syntax highlighting ansible's common filetypes
License: MIT AND BSD-3-Clause
URL: https://github.com/pearofducks/ansible-vim
Source0: %{url}/archive/%{version}/ansible-vim-%{version}.tar.gz
BuildArch: noarch
# for %%vimfiles_root macro
BuildRequires: vim-filesystem
Requires: vim-filesystem
@ -35,7 +35,6 @@ cp -r --preserve=mode,timestamps ftdetect ftplugin indent syntax %{buildroot}%{v
%{vimfiles_root}/indent/ansible.vim
%{vimfiles_root}/syntax/ansible.vim
%{vimfiles_root}/syntax/ansible_hosts.vim
%{vimfiles_root}/syntax/builtin_modules.vim
%{vimfiles_root}/syntax/jinja2.vim