- patchlevel 1712

This commit is contained in:
Zdenek Dohnal 2023-08-14 11:52:40 +02:00
parent efdfc61e5d
commit 106e2f2581
3 changed files with 7 additions and 3 deletions

1
.gitignore vendored
View File

@ -449,3 +449,4 @@
/vim-9.0-1649.tar.bz2 /vim-9.0-1649.tar.bz2
/vim-9.0-1671.tar.bz2 /vim-9.0-1671.tar.bz2
/vim-9.0-1677.tar.bz2 /vim-9.0-1677.tar.bz2
/vim-9.0-1712.tar.bz2

View File

@ -1 +1 @@
SHA512 (vim-9.0-1677.tar.bz2) = b04b119c47e74197f1dba646f475488e838deff0acc0ab389746486368b797f2a7c5b0fc73cd383936b7a17072b1a9d9819deed58226e5da8330b1f762f8d089 SHA512 (vim-9.0-1712.tar.bz2) = c7e72946821edc1b576d11c431ee2a608cdb76aabed4422bd41b04551d06cb8666228d0d41286d46545144b8e3a19313e2f25cf90054c69bc56686c77af6e209

View File

@ -8,7 +8,7 @@
%bcond_with libsodium_crypt %bcond_with libsodium_crypt
%endif %endif
%define patchlevel 1677 %define patchlevel 1712
%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: 4%{?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
@ -1030,6 +1030,9 @@ touch %{buildroot}/%{_datadir}/%{name}/vimfiles/doc/tags
%changelog %changelog
* Mon Aug 14 2023 Zdenek Dohnal <zdohnal@redhat.com> - 2:9.0.1712-1
- patchlevel 1712
* Fri Aug 11 2023 Zdenek Dohnal <zdohnal@redhat.com> - 2:9.0.1677-4 * Fri Aug 11 2023 Zdenek Dohnal <zdohnal@redhat.com> - 2:9.0.1677-4
- fix test suite from python3 syntax warnings - fix test suite from python3 syntax warnings