F33 got branched, updates-testing isn't enabled for it yet

This commit is contained in:
Zdenek Dohnal 2020-08-18 08:28:47 +02:00
parent 8d0725b469
commit 8199cda9c1
2 changed files with 8 additions and 5 deletions

View File

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

View File

@ -21,7 +21,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: 1%{?dist} Release: 2%{?dist}
License: Vim and MIT License: Vim and MIT
Source0: ftp://ftp.vim.org/pub/vim/unix/vim-%{baseversion}-%{patchlevel}.tar.bz2 Source0: ftp://ftp.vim.org/pub/vim/unix/vim-%{baseversion}-%{patchlevel}.tar.bz2
Source1: vim.sh Source1: vim.sh
@ -781,6 +781,9 @@ touch %{buildroot}/%{_datadir}/%{name}/vimfiles/doc/tags
%{_datadir}/icons/locolor/*/apps/* %{_datadir}/icons/locolor/*/apps/*
%changelog %changelog
* Tue Aug 18 2020 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.2.1412-2
- F33 got branched, updates-testing isn't enabled for it yet
* Mon Aug 10 2020 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.2.1412-1 * Mon Aug 10 2020 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.2.1412-1
- patchlevel 1412 - patchlevel 1412