From cc499fa8d80350cafec2d879c5422a0ac58cace0 Mon Sep 17 00:00:00 2001 From: Artem Polishchuk Date: Sat, 28 Mar 2020 12:30:09 +0200 Subject: [PATCH] Update to latest git snapshot --- .gitignore | 1 + sources | 2 +- vim-gitgutter.spec | 14 +++++++++----- 3 files changed, 11 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index b6596ab..9cd73cf 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /vim-gitgutter-0.20191207git1c53af9.tar.gz +/vim-gitgutter-0.20200328git7c48aa1.tar.gz diff --git a/sources b/sources index ae61940..46eb1f0 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (vim-gitgutter-0.20191207git1c53af9.tar.gz) = 413fa430f59d941304c98984a05abfcfc7af5947a35683b880d630f1872275edeff6f89bb542b7e42b1730082ec2d19d49f3285b5a9401e495820bddefa467f0 +SHA512 (vim-gitgutter-0.20200328git7c48aa1.tar.gz) = 67065225e6fa5b522a395bf86fc80764b09e23bb271fa85bd7219ae76c0d465832f7e3b180a4561849aabbb139549f80697b1bd5df56c98b426c01e7bfaf59e0 diff --git a/vim-gitgutter.spec b/vim-gitgutter.spec index cd8aea5..49ce033 100644 --- a/vim-gitgutter.spec +++ b/vim-gitgutter.spec @@ -1,6 +1,6 @@ -%global commit 1c53af9a0d3b622af5a62d69ddfc141c841a28c1 +%global commit 7c48aa1e726f73794fff99b4c03f9094565891d7 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global date 20191207 +%global date 20200328 Name: vim-gitgutter Version: 0 @@ -15,6 +15,7 @@ BuildArch: noarch BuildRequires: libappstream-glib BuildRequires: vim-filesystem + Requires: vim-enhanced %description @@ -31,9 +32,9 @@ The signs are always up to date and the plugin never saves your buffer. %install -mkdir -p %{buildroot}%{vimfiles_root} -cp -r {autoload,plugin,unplace.vim} %{buildroot}%{vimfiles_root} -install -m 0644 -Dp %{SOURCE1} %{buildroot}%{_metainfodir}/%{name}.metainfo.xml +mkdir -p %{buildroot}%{vimfiles_root} +cp -rp {autoload,plugin,unplace.vim} %{buildroot}%{vimfiles_root} +install -m 0644 -Dp %{SOURCE1} %{buildroot}%{_metainfodir}/%{name}.metainfo.xml %check @@ -50,6 +51,9 @@ appstream-util validate-relax --nonet %{buildroot}%{_metainfodir}/*.metainfo.xml %changelog +* Sat Mar 28 2020 Artem Polishchuk - 0-3.20200328git7c48aa1 +- Update to latest git snapshot + * Fri Jan 31 2020 Fedora Release Engineering - 0-3.20191207git1c53af9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild