From ebd72f504c1d0e334fee070356e42874c81b7285 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 31 Jan 2020 03:09:33 +0000 Subject: [PATCH 1/2] - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- vim-devicons.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vim-devicons.spec b/vim-devicons.spec index 624133c..296ab7d 100644 --- a/vim-devicons.spec +++ b/vim-devicons.spec @@ -4,7 +4,7 @@ Name: vim-devicons Version: 0.11.0 -Release: 1.%{date}git%{shortcommit}%{?dist} +Release: 2.%{date}git%{shortcommit}%{?dist} Summary: Adds file type icons to Vim plugins License: MIT @@ -62,6 +62,9 @@ appstream-util validate-relax --nonet %{buildroot}%{_metainfodir}/*.metainfo.xml %changelog +* Fri Jan 31 2020 Fedora Release Engineering - 0.11.0-2.20191110gite3e6aa1 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + * Sat Dec 07 2019 Artem Polishchuk - 0.11.0-1.20191110gite3e6aa1 - Update to latest git snapshot From e9d248ce92e9cd6bd033950934e8f337bb3b4aba Mon Sep 17 00:00:00 2001 From: Artem Polishchuk Date: Sat, 23 May 2020 15:18:42 +0300 Subject: [PATCH 2/2] Update to latest git snapshot --- .gitignore | 1 + sources | 2 +- vim-devicons.spec | 16 ++++++++++------ 3 files changed, 12 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index 1a6018e..cd91c31 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /vim-devicons-0.11.0.20191110gite3e6aa1.tar.gz +/vim-devicons-0.11.0.20200509gitd12c9b4.tar.gz diff --git a/sources b/sources index e55a224..b98051b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (vim-devicons-0.11.0.20191110gite3e6aa1.tar.gz) = 1ef77fb6a8003a119e50de584458a24adfb829275c59eed4c5b954f0643105aaff6f0136fc19fc96d99352824011fc7d1c86666bf61e23ffdc642c9809484ee3 +SHA512 (vim-devicons-0.11.0.20200509gitd12c9b4.tar.gz) = d048e47121e3c0edd5202af971c6d5ec72e95252cf712c95ed2c29f7e77a1155924da6e61d07db5297840921cf0a8e7addf062a0f3d16f7ab49b70a61a21db9c diff --git a/vim-devicons.spec b/vim-devicons.spec index 296ab7d..34a8d83 100644 --- a/vim-devicons.spec +++ b/vim-devicons.spec @@ -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: 2.%{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,9 @@ appstream-util validate-relax --nonet %{buildroot}%{_metainfodir}/*.metainfo.xml %changelog +* Sat May 23 2020 Artem Polishchuk - 0.11.0-3.20200509gitd12c9b4 +- Update to latest git snapshot + * Fri Jan 31 2020 Fedora Release Engineering - 0.11.0-2.20191110gite3e6aa1 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild