Merge branch 'master' into epel8
This commit is contained in:
commit
a3ed8a61cf
3 changed files with 15 additions and 7 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1 +1,2 @@
|
|||
/vim-devicons-0.11.0.20191110gite3e6aa1.tar.gz
|
||||
/vim-devicons-0.11.0.20200509gitd12c9b4.tar.gz
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (vim-devicons-0.11.0.20191110gite3e6aa1.tar.gz) = 1ef77fb6a8003a119e50de584458a24adfb829275c59eed4c5b954f0643105aaff6f0136fc19fc96d99352824011fc7d1c86666bf61e23ffdc642c9809484ee3
|
||||
SHA512 (vim-devicons-0.11.0.20200509gitd12c9b4.tar.gz) = d048e47121e3c0edd5202af971c6d5ec72e95252cf712c95ed2c29f7e77a1155924da6e61d07db5297840921cf0a8e7addf062a0f3d16f7ab49b70a61a21db9c
|
||||
|
|
|
|||
|
|
@ -1,10 +1,10 @@
|
|||
%global commit e3e6aa16bfce255e9bca3d117c11f18f36f5c1b3
|
||||
%global commit d12c9b468ab67e8ea57b1f31cb43c43118b15e34
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
%global date 20191110
|
||||
%global date 20200509
|
||||
|
||||
Name: vim-devicons
|
||||
Version: 0.11.0
|
||||
Release: 1.%{date}git%{shortcommit}%{?dist}
|
||||
Release: 3.%{date}git%{shortcommit}%{?dist}
|
||||
Summary: Adds file type icons to Vim plugins
|
||||
|
||||
License: MIT
|
||||
|
|
@ -15,11 +15,12 @@ BuildArch: noarch
|
|||
|
||||
BuildRequires: libappstream-glib
|
||||
BuildRequires: vim-filesystem
|
||||
|
||||
Requires: vim-enhanced
|
||||
|
||||
### Not available in repos
|
||||
### https://github.com/ryanoasis/nerd-fonts#font-installation
|
||||
# Requires: nerd-fonts
|
||||
# Not available in repos
|
||||
# * https://github.com/ryanoasis/nerd-fonts#font-installation
|
||||
#Requires: nerd-fonts
|
||||
|
||||
%description
|
||||
Supports plugins such as NERDTree, vim-airline, CtrlP, powerline, denite,
|
||||
|
|
@ -62,6 +63,12 @@ appstream-util validate-relax --nonet %{buildroot}%{_metainfodir}/*.metainfo.xml
|
|||
|
||||
|
||||
%changelog
|
||||
* Sat May 23 2020 Artem Polishchuk <ego.cordatus@gmail.com> - 0.11.0-3.20200509gitd12c9b4
|
||||
- Update to latest git snapshot
|
||||
|
||||
* Fri Jan 31 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.11.0-2.20191110gite3e6aa1
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||
|
||||
* Sat Dec 07 2019 Artem Polishchuk <ego.cordatus@gmail.com> - 0.11.0-1.20191110gite3e6aa1
|
||||
- Update to latest git snapshot
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue