diff --git a/.gitignore b/.gitignore index 9cd73cf..1ea6946 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /vim-gitgutter-0.20191207git1c53af9.tar.gz /vim-gitgutter-0.20200328git7c48aa1.tar.gz +/vim-gitgutter-0.20200501gitb356cc9.tar.gz diff --git a/sources b/sources index 46eb1f0..7aa42b5 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (vim-gitgutter-0.20200328git7c48aa1.tar.gz) = 67065225e6fa5b522a395bf86fc80764b09e23bb271fa85bd7219ae76c0d465832f7e3b180a4561849aabbb139549f80697b1bd5df56c98b426c01e7bfaf59e0 +SHA512 (vim-gitgutter-0.20200501gitb356cc9.tar.gz) = 825e9a5534d20f54866bda2621f4a0d0dadee409d65274fd20738381dff2ad1521015984983585a2a94eaa9ae0bb959a1f30a3543a268e255beff363c56c628b diff --git a/vim-gitgutter.spec b/vim-gitgutter.spec index 49ce033..b3f194f 100644 --- a/vim-gitgutter.spec +++ b/vim-gitgutter.spec @@ -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 - 0-4.20200501gitb356cc9 +- Update to latest git snapshot + * Sat Mar 28 2020 Artem Polishchuk - 0-3.20200328git7c48aa1 - Update to latest git snapshot