- patchlevel 2048
This commit is contained in:
parent
6f0c536c47
commit
6f47745cb1
1
.gitignore
vendored
1
.gitignore
vendored
@ -456,3 +456,4 @@
|
||||
/vim-9.0-1927.tar.bz2
|
||||
/vim-9.0-1968.tar.bz2
|
||||
/vim-9.0-1984.tar.bz2
|
||||
/vim-9.0-2048.tar.bz2
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (vim-9.0-1984.tar.bz2) = 8e39dc05258aa44ce2f8386cc2f217fe77c4a009f9087582b9cd47c0ab19c8336bbfad1506da08c7706ceca76b59a23eb2a7c2cba93e43070ea3b6b8bde6f6c0
|
||||
SHA512 (vim-9.0-2048.tar.bz2) = 7885c6890acc4cca3a4c8d196014e2ad15ba094b86afc1995b9879fc16c50685d30b49ca021ee87d8fb49d396ab84199a26021e86084450f00005d8a5d1c53f0
|
||||
|
7
vim.spec
7
vim.spec
@ -8,7 +8,7 @@
|
||||
%bcond_with libsodium_crypt
|
||||
%endif
|
||||
|
||||
%define patchlevel 1984
|
||||
%define patchlevel 2048
|
||||
|
||||
%if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
|
||||
%define WITH_SELINUX 1
|
||||
@ -50,7 +50,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
|
||||
@ -1033,6 +1033,9 @@ touch %{buildroot}/%{_datadir}/%{name}/vimfiles/doc/tags
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Oct 18 2023 Zdenek Dohnal <zdohnal@redhat.com> - 2:9.0.2048-1
|
||||
- patchlevel 2048
|
||||
|
||||
* Thu Oct 05 2023 Remi Collet <remi@remirepo.net> - 2:9.0.1984-2
|
||||
- rebuild for new libsodium
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user