Update to latest git snapshot
This commit is contained in:
parent
d63675719a
commit
cc499fa8d8
3 changed files with 11 additions and 6 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1 +1,2 @@
|
|||
/vim-gitgutter-0.20191207git1c53af9.tar.gz
|
||||
/vim-gitgutter-0.20200328git7c48aa1.tar.gz
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (vim-gitgutter-0.20191207git1c53af9.tar.gz) = 413fa430f59d941304c98984a05abfcfc7af5947a35683b880d630f1872275edeff6f89bb542b7e42b1730082ec2d19d49f3285b5a9401e495820bddefa467f0
|
||||
SHA512 (vim-gitgutter-0.20200328git7c48aa1.tar.gz) = 67065225e6fa5b522a395bf86fc80764b09e23bb271fa85bd7219ae76c0d465832f7e3b180a4561849aabbb139549f80697b1bd5df56c98b426c01e7bfaf59e0
|
||||
|
|
|
|||
|
|
@ -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 <ego.cordatus@gmail.com> - 0-3.20200328git7c48aa1
|
||||
- Update to latest git snapshot
|
||||
|
||||
* Fri Jan 31 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0-3.20191207git1c53af9
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue