leave out f29, will be soon EOL
This commit is contained in:
parent
649bcbec08
commit
b81069bea7
@ -1,10 +1,10 @@
|
||||
#!/bin/bash
|
||||
debug=""
|
||||
#debug="echo "
|
||||
branches=( "master" "f31" "f30" "f29" )
|
||||
releases=( "fc32" "fc31" "fc30" "fc29" )
|
||||
regexps=( "fc32" "\|fc31" "\|fc30" "\|fc29" )
|
||||
bodhi_enabled=( "0" "1" "1" "1" )
|
||||
branches=( "master" "f31" "f30" )
|
||||
releases=( "fc32" "fc31" "fc30" )
|
||||
regexps=( "fc32" "\|fc31" "\|fc30" )
|
||||
bodhi_enabled=( "0" "1" "1" )
|
||||
branches_count=4
|
||||
#releases_regexp=fc28\\\|fc27\\\|fc28
|
||||
|
||||
|
5
vim.spec
5
vim.spec
@ -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
|
||||
@ -797,6 +797,9 @@ touch %{buildroot}/%{_datadir}/%{name}/vimfiles/doc/tags
|
||||
%{_datadir}/icons/locolor/*/apps/*
|
||||
|
||||
%changelog
|
||||
* Thu Nov 28 2019 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.1.2267-2
|
||||
- leave out f29, will be soon EOL
|
||||
|
||||
* Thu Nov 07 2019 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.1.2267-1
|
||||
- patchlevel 2267
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user