Compare commits
11 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f9e59acab0 | ||
|
|
e83b175699 | ||
|
|
781e832982 | ||
|
|
eb13a3cdf2 | ||
|
|
ea0114dc21 | ||
|
|
8d8f482e1e | ||
|
|
7bfc51ba6e | ||
|
|
e1277c8ce8 | ||
|
|
1f33f1afb2 | ||
|
|
83de00dd15 | ||
|
|
59bf47b3c6 |
10 changed files with 499 additions and 2034 deletions
32
.gitignore
vendored
32
.gitignore
vendored
|
|
@ -3,34 +3,4 @@
|
|||
/series
|
||||
/x86_64/
|
||||
/results_neovim/
|
||||
/neovim-0.1.7.tar.gz
|
||||
/neovim-0.2.0.tar.gz
|
||||
/neovim-0.2.1.tar.gz
|
||||
/neovim-0.2.2.tar.gz
|
||||
/neovim-0.3.0.tar.gz
|
||||
/neovim-0.3.1.tar.gz
|
||||
/neovim-0.3.2.tar.gz
|
||||
/neovim-0.3.3.tar.gz
|
||||
/neovim-0.3.4.tar.gz
|
||||
/neovim-0.3.5.tar.gz
|
||||
/neovim-0.3.6.tar.gz
|
||||
/neovim-0.3.7.tar.gz
|
||||
/neovim-0.3.8.tar.gz
|
||||
/neovim-0.4.2.tar.gz
|
||||
/neovim-0.4.3.tar.gz
|
||||
/neovim-0.4.4.tar.gz
|
||||
/neovim-0.5.0.tar.gz
|
||||
/neovim-0.5.1.tar.gz
|
||||
/neovim-0.6.0.tar.gz
|
||||
/neovim-0.6.1.tar.gz
|
||||
/neovim-0.7.0.tar.gz
|
||||
/neovim-0.7.2.tar.gz
|
||||
/neovim-0.8.0.tar.gz
|
||||
/neovim-0.8.1.tar.gz
|
||||
/neovim-0.8.2.tar.gz
|
||||
/neovim-0.8.3.tar.gz
|
||||
/neovim-0.9.0.tar.gz
|
||||
/neovim-0.9.1.tar.gz
|
||||
/neovim-0.9.2.tar.gz
|
||||
/neovim-0.9.4.tar.gz
|
||||
/neovim-0.9.5.tar.gz
|
||||
/neovim-*.tar.gz
|
||||
|
|
|
|||
11
README.md
Normal file
11
README.md
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
# neovim
|
||||
|
||||
The hyper-extensible Vim-based text editor
|
||||
|
||||
## Updating the package
|
||||
|
||||
* Update the version in the spec file
|
||||
* Download the new tarball
|
||||
* Add the tarball with `fedpkg new-sources neovim-<version>.tar.gz`
|
||||
* Run `bash mkvendor.sh`
|
||||
* Run `bash mkvendor-treesitter.sh`
|
||||
294
changelog
Normal file
294
changelog
Normal file
|
|
@ -0,0 +1,294 @@
|
|||
* Mon Mar 04 2024 Andreas Schneider <asn@redhat.com> - 0.9.5-4
|
||||
- resolves: #2222911 - Build with luajit on s390x
|
||||
|
||||
* Thu Jan 25 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.5-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||
|
||||
* Sun Jan 21 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.5-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||
|
||||
* Tue Jan 02 2024 Andreas Schneider <asn@redhat.com> - 0.9.5-1
|
||||
- Update to version 0.9.5
|
||||
* https://github.com/neovim/neovim/releases/tag/v0.9.5
|
||||
* For bigger version bump changelog see `:help news`
|
||||
* resolves: rhbz#2256278
|
||||
|
||||
* Fri Oct 20 2023 Andreas Schneider <asn@redhat.com> - 0.9.4-1
|
||||
- Update to version 0.9.4
|
||||
* https://github.com/neovim/neovim/releases/tag/v0.9.4
|
||||
* For bigger version bump changelog see `:help news`
|
||||
* resolves: rhbz#2243010
|
||||
|
||||
* Thu Sep 07 2023 Andreas Schneider <asn@redhat.com> - 0.9.2-1
|
||||
- Update to version 0.9.2
|
||||
* For changelog see `:help news`
|
||||
|
||||
* Mon Aug 28 2023 LuK1337 <priv.luk@gmail.com> - 0.9.1-4
|
||||
- Improve spec template
|
||||
|
||||
* Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.9.1-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
||||
|
||||
* Tue Jun 06 2023 Andreas Schneider <asn@redhat.com> - 0.9.1-2
|
||||
- Build with new libluv-devel
|
||||
|
||||
* Wed May 31 2023 Andreas Schneider <asn@redhat.com> - 0.9.1-1
|
||||
- Update to version 0.9.1
|
||||
* For changelog see `:help news`
|
||||
|
||||
* Tue May 02 2023 Andreas Schneider <asn@redhat.com> - 0.9.0-3
|
||||
- Improve semantic token performance
|
||||
- related: rhbz#2188229 - Fix applying patches
|
||||
|
||||
* Fri Apr 21 2023 Andreas Schneider <asn@redhat.com> - 0.9.0-2
|
||||
- resolves: rhbz#2188229 - Fix buffer overflow for user command
|
||||
|
||||
* Fri Apr 07 2023 Andreas Schneider <asn@redhat.com> - 0.9.0-1
|
||||
- Update to version 0.9.0
|
||||
* For changelog see `:help news`
|
||||
|
||||
* Mon Mar 27 2023 Andreas Schneider <asn@redhat.com> - 0.8.3-4
|
||||
- resolves: rhbz#2181836 - Fix snprintf buffer overflow with tags
|
||||
|
||||
* Sat Mar 25 2023 Andreas Schneider <asn@redhat.com> - 0.8.3-3
|
||||
- resolves: rhbz#2165805 - Fix snprintf buffer overflow
|
||||
|
||||
* Sun Mar 05 2023 Andreas Schneider <asn@redhat.com> - 0.8.3-2
|
||||
- Update License to SPDX expression
|
||||
- Update spec template for auto(release|changelog)
|
||||
|
||||
* Thu Feb 02 2023 Andreas Schneider <asn@redhat.com> - 0.8.3-1
|
||||
- Update to version 0.8.3
|
||||
* https://github.com/neovim/neovim/releases/tag/v0.8.3
|
||||
|
||||
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.2-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
||||
|
||||
* Fri Dec 30 2022 Andreas Schneider <asn@redhat.com> - 0.8.2-1
|
||||
- Update to version 0.8.2
|
||||
* https://github.com/neovim/neovim/releases/tag/v0.8.2
|
||||
|
||||
* Mon Nov 14 2022 Andreas Schneider <asn@redhat.com> - 0.8.1-1
|
||||
- Update to version 0.8.1
|
||||
* https://github.com/neovim/neovim/releases/tag/v0.8.1
|
||||
|
||||
* Fri Sep 30 2022 Andreas Schneider <asn@redhat.com> - 0.8.0-1
|
||||
- Update to version 0.8.0
|
||||
* https://github.com/neovim/neovim/releases/tag/v0.8.0
|
||||
|
||||
* Wed Sep 21 2022 Andreas Schneider <asn@redhat.com> - 0.7.2-4
|
||||
- Build with libvterm 0.3
|
||||
|
||||
* Thu Aug 25 2022 Michel Alexandre Salim <salimma@fedoraproject.org> - 0.7.2-3
|
||||
- Enforce the minimum tree-sitter version at runtime (Fixes: rhbz#2100577)
|
||||
|
||||
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.2-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||
|
||||
* Sun Jun 26 2022 Andreas Schneider <asn@redhat.com> - 0.7.2-1
|
||||
- Update to version 0.7.2
|
||||
|
||||
* Fri Apr 15 2022 Andreas Schneider <asn@redhat.com> - 0.7.0-1
|
||||
- Update to version 0.7.0
|
||||
|
||||
* Thu Mar 17 2022 Michel Alexandre Salim <salimma@fedoraproject.org> - 0.6.1-4
|
||||
- Support building on EPEL 8
|
||||
|
||||
* Wed Feb 09 2022 Andreas Schneider <asn@redhat.com> - 0.6.1-3
|
||||
- Fix libvterm 0.2 support
|
||||
|
||||
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.1-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
||||
|
||||
* Sat Jan 01 2022 Andreas Schneider <asn@redhat.com> - 0.6.1-1
|
||||
- Update to version 0.6.1
|
||||
|
||||
* Wed Dec 01 2021 Andreas Schneider <asn@redhat.com> - 0.6.0-1
|
||||
- Update to version 0.6.0
|
||||
|
||||
* Thu Oct 28 2021 Andreas Schneider <asn@redhat.com> - 0.5.1-2
|
||||
- Use luajit also on aarch64
|
||||
|
||||
* Mon Sep 27 2021 Andreas Schneider <asn@redhat.com> - 0.5.1-1
|
||||
- Update to version 0.5.1
|
||||
|
||||
* Fri Jul 30 2021 Andreas Schneider <asn@redhat.com> - 0.5.0-5
|
||||
- Build with luajit2.1-luv when we use luajit
|
||||
|
||||
* Fri Jul 30 2021 Andreas Schneider <asn@redhat.com> - 0.5.0-4
|
||||
- resolves: rhbz#1983288 - Build with lua-5.1 on platforms where luajit is not
|
||||
available
|
||||
|
||||
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.0-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
||||
|
||||
* Thu Jul 08 2021 Andreas Schneider <asn@redhat.com> - 0.5.0-2
|
||||
- Fixed execute bits of bat and awk files
|
||||
|
||||
* Mon Jul 05 2021 Andreas Schneider <asn@redhat.com> - 0.5.0-1
|
||||
- Raise BuildRequires for some libraries
|
||||
|
||||
* Sat Jul 03 2021 Andreas Schneider <asn@redhat.com> - 0.5.0-0
|
||||
- Update to version 0.5.0
|
||||
* https://github.com/neovim/neovim/releases/tag/v0.5.0
|
||||
|
||||
* Mon Apr 19 2021 Andreas Schneider <asn@redhat.com> - 0.4.4-5
|
||||
- resolves: #1909495 - Load installed vim plugins
|
||||
- Make build reproducible
|
||||
|
||||
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.4-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||
|
||||
* Tue Sep 1 2020 Michel Alexandre Salim <salimma@fedoraproject.org> - 0.4.4-3
|
||||
- When using Lua 5.4, also pull in lua-bit32 at installation
|
||||
|
||||
* Mon Aug 31 2020 Michel Alexandre Salim <salimma@fedoraproject.org> - 0.4.4-2
|
||||
- Do not hardcode Lua version
|
||||
- Patch to support detecting Lua 5.4
|
||||
- Pull in lua-bit32 when built against Lua 5.4
|
||||
|
||||
* Wed Aug 05 2020 Andreas Schneider <asn@redhat.com> - 0.4.4-1
|
||||
- Update to version 0.4.4
|
||||
- Use new cmake macros
|
||||
|
||||
* Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.3-8
|
||||
- Second attempt - Rebuilt for
|
||||
https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||
|
||||
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.3-7
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||
|
||||
* Sun Mar 22 2020 Michel Alexandre Salim <salimma@fedoraproject.org> - 0.4.3-6
|
||||
- Update build requirements
|
||||
|
||||
* 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
|
||||
|
||||
* Thu Nov 07 2019 Andreas Schneider <asn@redhat.com> - 0.4.3-1
|
||||
- Update to version 0.4.3
|
||||
|
||||
* Mon Oct 28 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.4.2-2
|
||||
- Fix glitches for terminals sayin xterm but not xterm
|
||||
|
||||
* Thu Oct 03 2019 Andreas Schneider <asn@redhat.com> - 0.4.2-1
|
||||
- Update to version 0.4.2
|
||||
|
||||
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.8-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||
|
||||
* Fri Jul 05 2019 Andreas Schneider <asn@redhat.com> - 0.3.8-1
|
||||
- Update to version 0.3.8
|
||||
|
||||
* Wed May 29 2019 Andreas Schneider <asn@redhat.com> - 0.3.7-1
|
||||
- Update to version 0.3.7
|
||||
|
||||
* Wed May 29 2019 Andreas Schneider <asn@redhat.com> - 0.3.6-1
|
||||
- resolves: #1714849 - Update to version 0.3.6
|
||||
|
||||
* Tue May 07 2019 Andreas Schneider <asn@redhat.com> - 0.3.5-1
|
||||
- resolves: #1703867 - Update to version 0.3.5
|
||||
|
||||
* Wed Mar 06 2019 Aron Griffis <aron@scampersand.com> - 0.3.4-1
|
||||
- Update to version 0.3.4 with luajit, rhbz #1685781
|
||||
|
||||
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.3-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||
|
||||
* Mon Jan 07 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.3.3-2
|
||||
- Remove Recommends: xterm
|
||||
|
||||
* Sun Jan 06 2019 Andreas Schneider <asn@redhat.com> - 0.3.3-1
|
||||
- Update to version 0.3.3
|
||||
|
||||
* Wed Jan 02 2019 Andreas Schneider <asn@redhat.com> - 0.3.2-1
|
||||
- Update to version 0.3.2
|
||||
|
||||
* Fri Aug 10 2018 Andreas Schneider <asn@redhat.com> - 0.3.1-1
|
||||
- Update to version 0.3.1
|
||||
|
||||
* Tue Jul 31 2018 Florian Weimer <fweimer@redhat.com> - 0.3.0-6
|
||||
- Rebuild with fixed binutils
|
||||
|
||||
* Fri Jul 27 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.3.0-5
|
||||
- Rebuild for new binutils
|
||||
|
||||
* Fri Jul 27 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.3.0-4
|
||||
- Disable jemalloc
|
||||
|
||||
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.0-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||
|
||||
* Tue Jun 19 2018 Andreas Schneider <asn@redhat.com> - 0.3.0-2
|
||||
- resolves: #1592474 - Add jemalloc as a requirement
|
||||
|
||||
* Mon Jun 11 2018 Andreas Schneider <asn@redhat.com> - 0.3.0-1
|
||||
- Update to version 0.3.0
|
||||
- resolves: #1450624 - Set default python_host_prog
|
||||
|
||||
* Sat May 26 2018 Andreas Schneider <asn@redhat.com> - 0.2.2-3
|
||||
- Rebuild against unibilium-2.0.0
|
||||
|
||||
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.2-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||
|
||||
* Sat Dec 23 2017 Andreas Schneider <asn@redhat.com> - 0.2.2-1
|
||||
- resolves: #1510899 - Update to version 0.2.2
|
||||
|
||||
* Wed Nov 08 2017 Andreas Schneider <asn@redhat.com> - 0.2.1-1
|
||||
- resolves: #1510762 - Update to version 0.2.1
|
||||
|
||||
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.0-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
||||
|
||||
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.0-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
||||
|
||||
* Wed May 31 2017 Than Ngo <than@redhat.com> 0.2.0-3
|
||||
- fixed bz#1451143, ppc64/le build failure
|
||||
|
||||
* Mon May 15 2017 Michel Alexandre Salim <salimma@fedoraproject.org> - 0.2.0-2
|
||||
- Adjust spec for building on epel7
|
||||
|
||||
* Mon May 08 2017 Andreas Schneider <asn@redhat.com> - 0.2.0-1
|
||||
- resolves: #1447481 - Update to 0.2.0
|
||||
|
||||
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.7-7
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
||||
|
||||
* Thu Dec 29 2016 Filip Szymański <fszymanski at, fedoraproject.org> - 0.1.7-6
|
||||
- Add RPM spec file template
|
||||
|
||||
* Thu Dec 08 2016 Filip Szymański <fszymanski at, fedoraproject.org> - 0.1.7-5
|
||||
- Add recommends for python2-neovim and xsel
|
||||
- Remove unused CMake options
|
||||
- Use %%make_build and %%make_install macros
|
||||
- Remove unnecessary %%defattr directive
|
||||
|
||||
* Mon Dec 05 2016 Andreas Schneider <asn@redhat.com> - 0.1.7-4
|
||||
- Set license file correctly
|
||||
|
||||
* Mon Dec 05 2016 Andreas Schneider <asn@redhat.com> - 0.1.7-3
|
||||
- Update build requires
|
||||
|
||||
* Mon Dec 05 2016 Andreas Schneider <asn@redhat.com> - 0.1.7-2
|
||||
- Add Recommends for python3-neovim
|
||||
- Use 'bit32' from lua 5.3
|
||||
|
||||
* Mon Nov 28 2016 Andreas Schneider <asn@redhat.com> - 0.1.7-1
|
||||
- Update to version 0.1.7
|
||||
|
||||
* Tue Nov 15 2016 Andreas Schneider <asn@redhat.com> - 0.1.6-2
|
||||
- Removed Group:
|
||||
- Removed BuildRoot:
|
||||
|
||||
* Thu Nov 10 2016 Andreas Schneider <asn@redhat.com> - 0.1.6-1
|
||||
- Initial version 0.1.6
|
||||
28
mkvendor.sh
Normal file
28
mkvendor.sh
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
#!/usr/bin/bash -x
|
||||
|
||||
set -euo pipefail
|
||||
|
||||
url=$(rpmspec -P neovim.spec | sed -En 's/^Source0:[[:space:]]+//p')
|
||||
archive=$(basename "$url")
|
||||
tmp=$(mktemp -d)
|
||||
trap "rm -rf $tmp" EXIT
|
||||
|
||||
curl -Lo "${tmp}/${archive}" "${url}"
|
||||
grep -F "${archive}" sources | (cd "${tmp}" && cksum -c)
|
||||
mkdir -p "${tmp}/src"
|
||||
tar -zxf "${tmp}/${archive}" -C "${tmp}/src" --strip-components=1
|
||||
|
||||
cmake -S "${tmp}/src/cmake.deps" -B "${tmp}/deps" -G Ninja \
|
||||
-DUSE_BUNDLED=OFF -DUSE_BUNDLED_TS_PARSERS=ON
|
||||
targets=$(basename -a "${tmp}/deps"/build/downloads/treesitter_* | \
|
||||
xargs -I {} echo build/src/{}-stamp/{}-download)
|
||||
ninja -C "${tmp}/deps" ${targets}
|
||||
|
||||
mv "${tmp}/${archive}" .
|
||||
vendor="${archive%.tar.gz}-vendor"
|
||||
tar -zcf "${vendor}.tar.gz" -H pax --numeric-owner --owner=0:0 \
|
||||
-C "${tmp}/deps/build/downloads" . --transform="s/^\\./${vendor}/"
|
||||
|
||||
cksum -a sha512 "${archive}" "${vendor}.tar.gz" | tee sources
|
||||
echo
|
||||
echo "Run: fedpkg new-sources ${archive} ${vendor}.tar.gz"
|
||||
2
neovim-bundled-licenses.txt
Normal file
2
neovim-bundled-licenses.txt
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
"ASL 2.0"
|
||||
"MIT"
|
||||
|
|
@ -1,15 +0,0 @@
|
|||
Index: neovim-0.9.4/src/nvim/CMakeLists.txt
|
||||
===================================================================
|
||||
--- neovim-0.9.4.orig/src/nvim/CMakeLists.txt 2023-10-09 22:38:17.000000000 +0200
|
||||
+++ neovim-0.9.4/src/nvim/CMakeLists.txt 2023-10-20 22:49:27.287874311 +0200
|
||||
@@ -3,8 +3,8 @@ add_executable(nvim main.c)
|
||||
|
||||
add_library(libuv INTERFACE)
|
||||
find_package(libuv CONFIG)
|
||||
-if(TARGET libuv::uv_a)
|
||||
- target_link_libraries(libuv INTERFACE libuv::uv_a)
|
||||
+if(TARGET libuv::uv)
|
||||
+ target_link_libraries(libuv INTERFACE libuv::uv)
|
||||
mark_as_advanced(libuv_DIR)
|
||||
else()
|
||||
# Fall back to find module for older libuv versions that don't provide config file
|
||||
|
|
@ -1,31 +1,18 @@
|
|||
Index: neovim-0.9.0/CMakeLists.txt
|
||||
Index: neovim-0.10.0/src/nvim/ex_cmds.lua
|
||||
===================================================================
|
||||
--- neovim-0.9.0.orig/CMakeLists.txt 2023-04-07 18:47:09.146841186 +0200
|
||||
+++ neovim-0.9.0/CMakeLists.txt 2023-04-07 18:47:39.100006585 +0200
|
||||
@@ -163,7 +163,7 @@ foreach(CFGNAME ${CMAKE_CONFIGURATION_TY
|
||||
set(CMAKE_ARCHIVE_OUTPUT_DIRECTORY_${CFGNAME} ${CMAKE_BINARY_DIR}/lib)
|
||||
endforeach()
|
||||
|
||||
-set(LUA_DEPENDENCIES lpeg mpack bit)
|
||||
+set(LUA_DEPENDENCIES lpeg mpack bit32)
|
||||
if(NOT LUA_PRG)
|
||||
foreach(CURRENT_LUA_PRG luajit lua5.1 lua5.2 lua)
|
||||
unset(_CHECK_LUA_PRG CACHE)
|
||||
Index: neovim-0.9.0/src/nvim/ex_cmds.lua
|
||||
===================================================================
|
||||
--- neovim-0.9.0.orig/src/nvim/ex_cmds.lua 2023-04-07 18:47:05.066818656 +0200
|
||||
+++ neovim-0.9.0/src/nvim/ex_cmds.lua 2023-04-07 18:47:09.147841191 +0200
|
||||
--- neovim-0.10.0.orig/src/nvim/ex_cmds.lua 2024-05-16 17:22:58.176811996 +0200
|
||||
+++ neovim-0.10.0/src/nvim/ex_cmds.lua 2024-05-16 17:23:05.255828571 +0200
|
||||
@@ -1,4 +1,4 @@
|
||||
-local bit = require 'bit'
|
||||
+local bit = require 'bit32'
|
||||
|
||||
local module = {}
|
||||
local M = {}
|
||||
|
||||
Index: neovim-0.9.0/src/nvim/generators/gen_ex_cmds.lua
|
||||
Index: neovim-0.10.0/src/nvim/generators/gen_ex_cmds.lua
|
||||
===================================================================
|
||||
--- neovim-0.9.0.orig/src/nvim/generators/gen_ex_cmds.lua 2023-04-07 18:47:05.066818656 +0200
|
||||
+++ neovim-0.9.0/src/nvim/generators/gen_ex_cmds.lua 2023-04-07 18:47:09.147841191 +0200
|
||||
@@ -22,7 +22,7 @@ local defsfname = autodir .. '/ex_cmds_d
|
||||
--- neovim-0.10.0.orig/src/nvim/generators/gen_ex_cmds.lua 2024-05-16 17:22:58.177811999 +0200
|
||||
+++ neovim-0.10.0/src/nvim/generators/gen_ex_cmds.lua 2024-05-16 17:23:05.256828573 +0200
|
||||
@@ -10,7 +10,7 @@ local defsfname = autodir .. '/ex_cmds_d
|
||||
local enumfile = io.open(enumfname, 'w')
|
||||
local defsfile = io.open(defsfname, 'w')
|
||||
|
||||
|
|
|
|||
2116
neovim.spec
2116
neovim.spec
File diff suppressed because it is too large
Load diff
3
sources
3
sources
|
|
@ -1 +1,2 @@
|
|||
SHA512 (neovim-0.9.5.tar.gz) = 6e20d0a1d506dc292dd68dabe4b5635f86c019ca832f9927e907377e6d21fe7765b3010f5bba644bb2d7a76c178d55b290af24856a7e3c4083a1aa60bc496775
|
||||
SHA512 (neovim-0.10.2.tar.gz) = 6478c53bddff0bf042388464fa1c5114e8fe75c7c41b22e5426783bd2f8406bd3297ffd4bc895ea13e573f0cd28a64755c1f5c063531bb8de477c4e439384418
|
||||
SHA512 (neovim-0.10.2-vendor.tar.gz) = 59047ccbc4e66e5d706709997350fdf591105bd12440edaf883646f83145b94ee691eaff4dac1e557c19dd09886ba4c155a8abc3cc4e18260cf1fcc61b1a3bac
|
||||
|
|
|
|||
|
|
@ -1,9 +1,6 @@
|
|||
let g:python_host_prog = '/usr/bin/python2'
|
||||
let g:python3_host_prog = '/usr/bin/python3'
|
||||
|
||||
" In order for neovim to use installed plugins shared with vim
|
||||
set runtimepath+=/usr/share/vim/vimfiles/
|
||||
|
||||
augroup Fedora
|
||||
autocmd!
|
||||
" RPM spec file template
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue