Update to latest git snapshot

This commit is contained in:
Artem Polishchuk 2020-05-23 18:22:48 +03:00
commit 3feda6fc9f
3 changed files with 8 additions and 4 deletions

1
.gitignore vendored
View file

@ -1,2 +1,3 @@
/vim-gitgutter-0.20191207git1c53af9.tar.gz
/vim-gitgutter-0.20200328git7c48aa1.tar.gz
/vim-gitgutter-0.20200501gitb356cc9.tar.gz

View file

@ -1 +1 @@
SHA512 (vim-gitgutter-0.20200328git7c48aa1.tar.gz) = 67065225e6fa5b522a395bf86fc80764b09e23bb271fa85bd7219ae76c0d465832f7e3b180a4561849aabbb139549f80697b1bd5df56c98b426c01e7bfaf59e0
SHA512 (vim-gitgutter-0.20200501gitb356cc9.tar.gz) = 825e9a5534d20f54866bda2621f4a0d0dadee409d65274fd20738381dff2ad1521015984983585a2a94eaa9ae0bb959a1f30a3543a268e255beff363c56c628b

View file

@ -1,10 +1,10 @@
%global commit 7c48aa1e726f73794fff99b4c03f9094565891d7
%global commit b356cc9a7da08ebeb919cd04b2831dad71a34d38
%global shortcommit %(c=%{commit}; echo ${c:0:7})
%global date 20200328
%global date 20200501
Name: vim-gitgutter
Version: 0
Release: 3.%{date}git%{shortcommit}%{?dist}
Release: 4.%{date}git%{shortcommit}%{?dist}
Summary: Shows a git diff in the gutter and stages/undoes hunks and partial hunks
License: MIT
@ -51,6 +51,9 @@ appstream-util validate-relax --nonet %{buildroot}%{_metainfodir}/*.metainfo.xml
%changelog
* Sat May 23 2020 Artem Polishchuk <ego.cordatus@gmail.com> - 0-4.20200501gitb356cc9
- Update to latest git snapshot
* Sat Mar 28 2020 Artem Polishchuk <ego.cordatus@gmail.com> - 0-3.20200328git7c48aa1
- Update to latest git snapshot