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#5a0f56b7292dfdf970e486b7dfe784a9a9a6407d
This commit is contained in:
DistroBaker 2021-02-18 07:40:37 +00:00
parent 9bd1da6079
commit 04e3586ed2
4 changed files with 10 additions and 6 deletions

1
.gitignore vendored
View File

@ -342,3 +342,4 @@
/vim-8.2-2451.tar.bz2
/vim-8.2-2465.tar.bz2
/vim-8.2-2488.tar.bz2
/vim-8.2-2529.tar.bz2

View File

@ -1 +1 @@
SHA512 (vim-8.2-2488.tar.bz2) = 84fec937ac5c1bb3c9f98500973df3454bd76b5b42318676cfe5cec592e8b4210d1b652c8b9824b734cda220ec5fdfd800ecea51a87b5b3cdb6efcaa11e89859
SHA512 (vim-8.2-2529.tar.bz2) = 154405302e8790d4f972011e5679a755d9f2d9334e9e5e3dd3c38b13753a21cbf32766b61185c9b76a9b88124eef6fd1c85a11b2451522536ba15345f826c902

View File

@ -1,10 +1,10 @@
#!/bin/bash
debug=""
#debug="echo "
branches=( "rawhide" "f33" "f32" )
releases=( "fc34" "fc33" "fc32" )
regexps=( "fc34" "\|fc33" "\|fc32" )
bodhi_enabled=( "0" "1" "1" )
branches=( "rawhide" "f34" "f33" "f32" )
releases=( "fc35" "fc34" "fc33" "fc32" )
regexps=( "fc35" "\|fc34" "\|fc33" "\|fc32" )
bodhi_enabled=( "0" "0" "1" "1" )
#releases_regexp=fc28\\\|fc27\\\|fc28
branches_index=0

View File

@ -1,4 +1,4 @@
%define patchlevel 2488
%define patchlevel 2529
%if %{?WITH_SELINUX:0}%{!?WITH_SELINUX:1}
%define WITH_SELINUX 1
%endif
@ -820,6 +820,9 @@ touch %{buildroot}/%{_datadir}/%{name}/vimfiles/doc/tags
%config(noreplace) %{_sysconfdir}/profile.d/vim-default-editor.*
%changelog
* Thu Feb 18 2021 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.2.2529-1
- patchlevel 2529
* Tue Feb 09 2021 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.2.2488-1
- patchlevel 2488