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

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