- patchlevel 1443
This commit is contained in:
parent
876f300e50
commit
5654b6cd07
1
.gitignore
vendored
1
.gitignore
vendored
@ -436,3 +436,4 @@
|
||||
/vim-9.0-1423.tar.bz2
|
||||
/vim-9.0-1429.tar.bz2
|
||||
/vim-9.0-1440.tar.bz2
|
||||
/vim-9.0-1443.tar.bz2
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (vim-9.0-1440.tar.bz2) = 3f80a5d56409f21be89a35462af635b37bee6c69ae0e0535f8e6884f8381bb361a0b844d86710d95294b7e887491dd1136adab04a19cf046fb18f13fa969d0a9
|
||||
SHA512 (vim-9.0-1443.tar.bz2) = 8a0f5c896ea6b0d56a3b603d67e2ed5434150ca09166537be1ebdc069452add0457736985f62f29521131d0ab6b97f07be800d089f59014f92bb25c790976aee
|
||||
|
7
vim.spec
7
vim.spec
@ -8,7 +8,7 @@
|
||||
%bcond_with libsodium_crypt
|
||||
%endif
|
||||
|
||||
%define patchlevel 1440
|
||||
%define patchlevel 1443
|
||||
|
||||
%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
|
||||
@ -1029,6 +1029,9 @@ touch %{buildroot}/%{_datadir}/%{name}/vimfiles/doc/tags
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Apr 11 2023 Zdenek Dohnal <zdohnal@redhat.com> - 2:9.0.1443-1
|
||||
- patchlevel 1443
|
||||
|
||||
* Tue Apr 11 2023 Zdenek Dohnal <zdohnal@redhat.com> - 2:9.0.1440-2
|
||||
- incorporate License tag changes based on legal team response
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user