- patchlevel 2048

This commit is contained in:
Zdenek Dohnal 2023-10-18 16:49:18 +02:00
parent 6f0c536c47
commit 6f47745cb1
3 changed files with 7 additions and 3 deletions

1
.gitignore vendored
View File

@ -456,3 +456,4 @@
/vim-9.0-1927.tar.bz2 /vim-9.0-1927.tar.bz2
/vim-9.0-1968.tar.bz2 /vim-9.0-1968.tar.bz2
/vim-9.0-1984.tar.bz2 /vim-9.0-1984.tar.bz2
/vim-9.0-2048.tar.bz2

View File

@ -1 +1 @@
SHA512 (vim-9.0-1984.tar.bz2) = 8e39dc05258aa44ce2f8386cc2f217fe77c4a009f9087582b9cd47c0ab19c8336bbfad1506da08c7706ceca76b59a23eb2a7c2cba93e43070ea3b6b8bde6f6c0 SHA512 (vim-9.0-2048.tar.bz2) = 7885c6890acc4cca3a4c8d196014e2ad15ba094b86afc1995b9879fc16c50685d30b49ca021ee87d8fb49d396ab84199a26021e86084450f00005d8a5d1c53f0

View File

@ -8,7 +8,7 @@
%bcond_with libsodium_crypt %bcond_with libsodium_crypt
%endif %endif
%define patchlevel 1984 %define patchlevel 2048
%if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1} %if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
%define WITH_SELINUX 1 %define WITH_SELINUX 1
@ -50,7 +50,7 @@ Summary: The VIM editor
URL: http://www.vim.org/ URL: http://www.vim.org/
Name: vim Name: vim
Version: %{baseversion}.%{patchlevel} Version: %{baseversion}.%{patchlevel}
Release: 2%{?dist} Release: 1%{?dist}
Epoch: 2 Epoch: 2
# swift.vim contains Apache 2.0 with runtime library exception: # 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 # 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 %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 * Thu Oct 05 2023 Remi Collet <remi@remirepo.net> - 2:9.0.1984-2
- rebuild for new libsodium - rebuild for new libsodium