Merged update from upstream sources
This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/vim.git#fd9785cccbf7804a46092532d5888349f614b888
This commit is contained in:
parent
04e3586ed2
commit
39d881b77a
1
.gitignore
vendored
1
.gitignore
vendored
@ -343,3 +343,4 @@
|
||||
/vim-8.2-2465.tar.bz2
|
||||
/vim-8.2-2488.tar.bz2
|
||||
/vim-8.2-2529.tar.bz2
|
||||
/vim-8.2-2541.tar.bz2
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (vim-8.2-2529.tar.bz2) = 154405302e8790d4f972011e5679a755d9f2d9334e9e5e3dd3c38b13753a21cbf32766b61185c9b76a9b88124eef6fd1c85a11b2451522536ba15345f826c902
|
||||
SHA512 (vim-8.2-2541.tar.bz2) = dbe254c609dac6fecd96ab8347f04bc6260efe0bf6703cc835dc46d952186db58508b5810adedc2e05ddccc663e67a14353f21ec8b712aded9921953af54be80
|
||||
|
@ -197,4 +197,8 @@ fi
|
||||
#go back to rawhide
|
||||
$debug fedpkg switch-branch rawhide
|
||||
|
||||
# clean up the downloaded vim-upstream repo - to prevent changes in it and breaking update process
|
||||
# prevents #1931099
|
||||
$debug rm -rf vim-upstream
|
||||
|
||||
exit 0
|
||||
|
6
vim.spec
6
vim.spec
@ -1,4 +1,4 @@
|
||||
%define patchlevel 2529
|
||||
%define patchlevel 2541
|
||||
%if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
|
||||
%define WITH_SELINUX 1
|
||||
%endif
|
||||
@ -820,6 +820,10 @@ touch %{buildroot}/%{_datadir}/%{name}/vimfiles/doc/tags
|
||||
%config(noreplace) %{_sysconfdir}/profile.d/vim-default-editor.*
|
||||
|
||||
%changelog
|
||||
* Mon Feb 22 2021 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.2.2541-1
|
||||
- patchlevel 2541
|
||||
- 1931099 - Build version numbers don't match the actual build patchlevel
|
||||
|
||||
* Thu Feb 18 2021 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.2.2529-1
|
||||
- patchlevel 2529
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user