Compare commits
5 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
fd689959a7 | ||
|
|
f905df2e96 | ||
|
|
447876641a | ||
|
|
490b8c69f1 | ||
|
|
30c506ec5e |
3 changed files with 19 additions and 5 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -13,3 +13,4 @@
|
|||
/neovim-0.3.8.tar.gz
|
||||
/neovim-0.4.2.tar.gz
|
||||
/neovim-0.4.3.tar.gz
|
||||
/neovim-0.4.4.tar.gz
|
||||
|
|
|
|||
21
neovim.spec
21
neovim.spec
|
|
@ -12,8 +12,8 @@
|
|||
%endif
|
||||
|
||||
Name: neovim
|
||||
Version: 0.4.3
|
||||
Release: 2%{?dist}
|
||||
Version: 0.4.4
|
||||
Release: 1%{?dist}
|
||||
|
||||
License: ASL 2.0
|
||||
Summary: Vim-fork focused on extensibility and agility
|
||||
|
|
@ -22,7 +22,8 @@ Url: https://neovim.io
|
|||
Source0: https://github.com/neovim/neovim/archive/v%{version}/%{name}-%{version}.tar.gz
|
||||
Source1: sysinit.vim
|
||||
Source2: spec-template
|
||||
Patch0: neovim-0.1.7-bitop.patch
|
||||
|
||||
Patch1000: neovim-0.1.7-bitop.patch
|
||||
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: cmake
|
||||
|
|
@ -78,7 +79,7 @@ parts of Vim, without compromise, and more.
|
|||
%setup -q
|
||||
|
||||
%if %{without luajit}
|
||||
%patch0 -p1 -b .bitop
|
||||
%patch1000 -p1 -b .bitop
|
||||
%endif
|
||||
|
||||
%build
|
||||
|
|
@ -1587,6 +1588,18 @@ install -m0644 runtime/nvim.png %{buildroot}%{_datadir}/pixmaps/nvim.png
|
|||
%{_datadir}/nvim/runtime/tutor/en/vim-01-beginner.tutor.json
|
||||
|
||||
%changelog
|
||||
* Wed Aug 05 2020 Andreas Schneider <asn@redhat.com> - 0.4.4-1
|
||||
- resolves: #1769329 - Update to version 0.4.4
|
||||
|
||||
* Sun Feb 23 2020 Andreas Schneider <asn@redhat.com> - 0.4.3-5
|
||||
- Update to upstream patchset for -fno-common
|
||||
|
||||
* Mon Feb 17 2020 Andreas Schneider <asn@redhat.com> - 0.4.3-4
|
||||
- Update patchset for -fno-common
|
||||
|
||||
* Mon Feb 17 2020 Andreas Schneider <asn@redhat.com> - 0.4.3-3
|
||||
- resolves: #1799680 - Fix -fno-common issues
|
||||
|
||||
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.3-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (neovim-0.4.3.tar.gz) = e13853fa296eda8618f389c71b6cbbd6f01d561615e80cc92959131dd10e395b1c6732a7d9ef6dbb9fe3ea9da4c11485b464547e2d46b22e59b8a20214e861f5
|
||||
SHA512 (neovim-0.4.4.tar.gz) = ca5c2fe1784ac7b0d2117948ba2e9ae5d94e36d22ff9e0967047e1e03e605537672d85543897af335103215ad462c86962f25267d352a77d61bc3d1cafb3c183
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue