F32 got branched - do separate update for it

This commit is contained in:
Zdenek Dohnal 2020-02-13 08:49:25 +01:00
parent 8ccdc33db2
commit 4eae277422
2 changed files with 8 additions and 6 deletions

View File

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

View File

@ -21,7 +21,7 @@ Summary: The VIM editor
URL: http://www.vim.org/
Name: vim
Version: %{baseversion}.%{patchlevel}
Release: 1%{?dist}
Release: 2%{?dist}
License: Vim and MIT
Source0: ftp://ftp.vim.org/pub/vim/unix/vim-%{baseversion}-%{patchlevel}.tar.bz2
Source1: vim.sh
@ -787,6 +787,9 @@ touch %{buildroot}/%{_datadir}/%{name}/vimfiles/doc/tags
%{_datadir}/icons/locolor/*/apps/*
%changelog
* Thu Feb 13 2020 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.2.236-2
- F32 got branched - do separate update for it
* Mon Feb 10 2020 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.2.236-1
- patchlevel 236