chore(update): Latest git snapshot
This commit is contained in:
parent
6b0ed594d5
commit
bb2648b59c
3 changed files with 9 additions and 4 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1,2 +1,3 @@
|
|||
/vim-pathogen-0.20181213gite9fb091.tar.gz
|
||||
/vim-pathogen-2.4.20190625gitc6bc424.tar.gz
|
||||
/vim-pathogen-2.4.20210104gite0a3efb.tar.gz
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (vim-pathogen-2.4.20190625gitc6bc424.tar.gz) = 7e2db23db288dcd9bb1a74cc3c459999cc97eee88992cf530007ba1edd67cfd0a1612795b68e2e09a2ba0c45f549d7e89fe015dc3e81ac790ca0c07135f2a934
|
||||
SHA512 (vim-pathogen-2.4.20210104gite0a3efb.tar.gz) = 07460cfa331ac2173dc13fb469c69cfaf674f3d76abcfbc28ff83e3d053c5d06d0cee2887beba5b180c09f02494b359ba648517b8041932d0c3093edc6d4757f
|
||||
|
|
|
|||
|
|
@ -1,16 +1,17 @@
|
|||
%global commit c6bc42404597c718e4a032a98e21e63321cbb05a
|
||||
%global commit e0a3efbda5ea8e5b181b2b232ef6453c05d07732
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
%global date 20190625
|
||||
%global date 20210104
|
||||
|
||||
Name: vim-pathogen
|
||||
Version: 2.4
|
||||
Release: 4.%{date}git%{shortcommit}%{?dist}
|
||||
Release: 5.%{date}git%{shortcommit}%{?dist}
|
||||
Summary: Manage your runtimepath
|
||||
|
||||
License: Vim
|
||||
URL: https://github.com/tpope/vim-pathogen
|
||||
Source0: %{url}/archive/%{commit}/%{name}-%{version}.%{date}git%{shortcommit}.tar.gz
|
||||
Source1: %{name}.metainfo.xml
|
||||
|
||||
BuildArch: noarch
|
||||
|
||||
BuildRequires: libappstream-glib
|
||||
|
|
@ -50,6 +51,9 @@ appstream-util validate-relax --nonet %{buildroot}%{_metainfodir}/*.metainfo.xml
|
|||
|
||||
|
||||
%changelog
|
||||
* Wed Oct 20 2021 Artem Polishchuk <ego.cordatus@gmail.com> - 2.4-5.20210104gite0a3efb
|
||||
- chore(update): Latest git snapshot
|
||||
|
||||
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.4-4.20190625gitc6bc424
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue