Compare commits
No commits in common. "rawhide" and "f32" have entirely different histories.
4 changed files with 28 additions and 53 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1,4 +1,3 @@
|
||||||
/vim-gitgutter-0.20191207git1c53af9.tar.gz
|
/vim-gitgutter-0.20191207git1c53af9.tar.gz
|
||||||
/vim-gitgutter-0.20200328git7c48aa1.tar.gz
|
/vim-gitgutter-0.20200328git7c48aa1.tar.gz
|
||||||
/vim-gitgutter-0.20200501gitb356cc9.tar.gz
|
/vim-gitgutter-0.20200501gitb356cc9.tar.gz
|
||||||
/vim-gitgutter-0.20230901gitf7b9766.tar.gz
|
|
||||||
|
|
|
||||||
38
changelog
38
changelog
|
|
@ -1,38 +0,0 @@
|
||||||
* Sat Jul 22 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0-11.20200501gitb356cc9
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
|
||||||
|
|
||||||
* Sat Jan 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0-10.20200501gitb356cc9
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
|
||||||
|
|
||||||
* Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0-9.20200501gitb356cc9
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
|
||||||
|
|
||||||
* Sat Jan 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0-8.20200501gitb356cc9
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
||||||
|
|
||||||
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0-7.20200501gitb356cc9
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
||||||
|
|
||||||
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0-6.20200501gitb356cc9
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
||||||
|
|
||||||
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0-5.20200501gitb356cc9
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
||||||
|
|
||||||
* 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
|
|
||||||
|
|
||||||
* Fri Jan 31 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0-3.20191207git1c53af9
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
||||||
|
|
||||||
* Sat Dec 07 2019 Artem Polishchuk <ego.cordatus@gmail.com> - 0-2.20191207git1c53af9
|
|
||||||
- Update to latest git snapshot
|
|
||||||
|
|
||||||
* Thu Oct 17 2019 Artem Polishchuk <ego.cordatus@gmail.com> - 0-2.20191015git5c73edb
|
|
||||||
- Update to latest git snapshot
|
|
||||||
|
|
||||||
* Thu Oct 03 2019 Artem Polishchuk <ego.cordatus@gmail.com> - 0-1.20191001git1725c13
|
|
||||||
- Initial package
|
|
||||||
2
sources
2
sources
|
|
@ -1 +1 @@
|
||||||
SHA512 (vim-gitgutter-0.20230901gitf7b9766.tar.gz) = 156399d3d9c781d63362eece5bdbf6a847ae4e2c41c3e2208ffed290c4bfaa2e0feb3f71d82a631f5629af919227b510d5e4d87baca039062cd0e4ed9cbafe6c
|
SHA512 (vim-gitgutter-0.20200501gitb356cc9.tar.gz) = 825e9a5534d20f54866bda2621f4a0d0dadee409d65274fd20738381dff2ad1521015984983585a2a94eaa9ae0bb959a1f30a3543a268e255beff363c56c628b
|
||||||
|
|
|
||||||
|
|
@ -1,11 +1,11 @@
|
||||||
%global commit f7b97666ae36c7b3f262f3190dbcd7033845d985
|
%global commit b356cc9a7da08ebeb919cd04b2831dad71a34d38
|
||||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||||
%global date 20230901
|
%global date 20200501
|
||||||
|
|
||||||
Name: vim-gitgutter
|
Name: vim-gitgutter
|
||||||
Version: 0
|
Version: 0
|
||||||
Release: 12.%{date}git%{shortcommit}.%autorelease
|
Release: 4.%{date}git%{shortcommit}%{?dist}
|
||||||
Summary: Shows git diff markers in the sign column and stages/previews/undoes hunks
|
Summary: Shows a git diff in the gutter and stages/undoes hunks and partial hunks
|
||||||
|
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: https://github.com/airblade/vim-gitgutter
|
URL: https://github.com/airblade/vim-gitgutter
|
||||||
|
|
@ -19,16 +19,13 @@ BuildRequires: vim-filesystem
|
||||||
Requires: vim-enhanced
|
Requires: vim-enhanced
|
||||||
|
|
||||||
%description
|
%description
|
||||||
A Vim plugin which shows a git diff in the sign column. It shows which lines
|
A Vim plugin which shows a git diff in the 'gutter' (sign column). It shows
|
||||||
have been added, modified, or removed. You can also preview, stage, and undo
|
which lines have been added, modified, or removed. You can also preview, stage,
|
||||||
individual hunks; and stage partial hunks. The plugin also provides a hunk
|
and undo individual hunks; and stage partial hunks. The plugin also provides a
|
||||||
text object.
|
hunk text object.
|
||||||
|
|
||||||
The signs are always up to date and the plugin never saves your buffer.
|
The signs are always up to date and the plugin never saves your buffer.
|
||||||
|
|
||||||
The name "gitgutter" comes from the Sublime Text 3 plugin which inspired this
|
|
||||||
in 2013.
|
|
||||||
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n %{name}-%{commit} -p1
|
%autosetup -n %{name}-%{commit} -p1
|
||||||
|
|
@ -36,7 +33,7 @@ in 2013.
|
||||||
|
|
||||||
%install
|
%install
|
||||||
mkdir -p %{buildroot}%{vimfiles_root}
|
mkdir -p %{buildroot}%{vimfiles_root}
|
||||||
cp -rp {autoload,plugin} %{buildroot}%{vimfiles_root}
|
cp -rp {autoload,plugin,unplace.vim} %{buildroot}%{vimfiles_root}
|
||||||
install -m 0644 -Dp %{SOURCE1} %{buildroot}%{_metainfodir}/%{name}.metainfo.xml
|
install -m 0644 -Dp %{SOURCE1} %{buildroot}%{_metainfodir}/%{name}.metainfo.xml
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -49,8 +46,25 @@ appstream-util validate-relax --nonet %{buildroot}%{_metainfodir}/*.metainfo.xml
|
||||||
%doc README.mkd doc/* test
|
%doc README.mkd doc/* test
|
||||||
%{vimfiles_root}/autoload/*
|
%{vimfiles_root}/autoload/*
|
||||||
%{vimfiles_root}/plugin/*
|
%{vimfiles_root}/plugin/*
|
||||||
|
%{vimfiles_root}/unplace.vim
|
||||||
%{_metainfodir}/*.xml
|
%{_metainfodir}/*.xml
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
%autochangelog
|
* 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
|
||||||
|
|
||||||
|
* Fri Jan 31 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0-3.20191207git1c53af9
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||||
|
|
||||||
|
* Sat Dec 07 2019 Artem Polishchuk <ego.cordatus@gmail.com> - 0-2.20191207git1c53af9
|
||||||
|
- Update to latest git snapshot
|
||||||
|
|
||||||
|
* Thu Oct 17 2019 Artem Polishchuk <ego.cordatus@gmail.com> - 0-2.20191015git5c73edb
|
||||||
|
- Update to latest git snapshot
|
||||||
|
|
||||||
|
* Thu Oct 03 2019 Artem Polishchuk <ego.cordatus@gmail.com> - 0-1.20191001git1725c13
|
||||||
|
- Initial package
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue