- patchlevel 83
This commit is contained in:
parent
1d02e6e582
commit
ebe2433680
1
.gitignore
vendored
1
.gitignore
vendored
@ -466,3 +466,4 @@
|
||||
/vim-9.1-016.tar.bz2
|
||||
/vim-9.1-031.tar.bz2
|
||||
/vim-9.1-076.tar.bz2
|
||||
/vim-9.1-083.tar.bz2
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (vim-9.1-076.tar.bz2) = 1a2f21592ea560796bd209dbc12b79cc6cccb9e26d8718cdcdec4e38f463b70245f8592a549621a0af5ff34447936fd3f8d7f86c984566d3163e348403f44309
|
||||
SHA512 (vim-9.1-083.tar.bz2) = bf76375164fb930f91dc3bd91ca7d5cb1d051ae59697f8a3a5f2713530b8198c669c1763e76e6c240ba0b20ad935c7ad7deb60d1fdfcb60439c17b0e58d9ebd1
|
||||
|
||||
7
vim.spec
7
vim.spec
@ -10,7 +10,7 @@
|
||||
%bcond_with libsodium_crypt
|
||||
%endif
|
||||
|
||||
%define patchlevel 076
|
||||
%define patchlevel 083
|
||||
|
||||
%if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
|
||||
%define WITH_SELINUX 1
|
||||
@ -51,7 +51,7 @@ Summary: The VIM editor
|
||||
URL: http://www.vim.org/
|
||||
Name: vim
|
||||
Version: %{baseversion}.%{patchlevel}
|
||||
Release: 2%{?dist}
|
||||
Release: 1%{?dist}
|
||||
Epoch: 2
|
||||
# swift.vim contains Apache 2.0 with runtime library exception:
|
||||
# which is taken as Apache-2.0 WITH Swift-exception - reported to legal as https://gitlab.com/fedora/legal/fedora-license-data/-/issues/188
|
||||
@ -1057,6 +1057,9 @@ touch %{buildroot}/%{_datadir}/%{name}/vimfiles/doc/tags
|
||||
|
||||
|
||||
%changelog
|
||||
* Fri Feb 09 2024 Zdenek Dohnal <zdohnal@redhat.com> - 2:9.1.083-1
|
||||
- patchlevel 083
|
||||
|
||||
* Mon Feb 05 2024 Zdenek Dohnal <zdohnal@redhat.com> - 2:9.1.076-2
|
||||
- enable building without GPM support - build with GPM in Fedora
|
||||
- 2262371 - gvim: symbol lookup error: gvim: undefined symbol: g_once_init_enter_pointer
|
||||
|
||||
Loading…
Reference in New Issue
Block a user