we have Fedora 30 branch now, enable updates for it in vim-update.sh
This commit is contained in:
parent
bd661aab3a
commit
ab054cef25
@ -1,11 +1,11 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
debug=""
|
debug=""
|
||||||
#debug="echo "
|
#debug="echo "
|
||||||
branches=( "master" "f29" "f28" )
|
branches=( "master" "f30" "f29" "f28" )
|
||||||
releases=( "fc30" "fc29" "fc28" )
|
releases=( "fc31" "fc30" "fc29" "fc28" )
|
||||||
regexps=( "fc30" "\|fc29" "\|fc28" )
|
regexps=( "fc31" "\|fc30" "\|fc29" "\|fc28" )
|
||||||
bodhi_enabled=( "0" "1" "1" )
|
bodhi_enabled=( "0" "0" "1" "1" )
|
||||||
branches_count=3
|
branches_count=4
|
||||||
#releases_regexp=fc28\\\|fc27\\\|fc28
|
#releases_regexp=fc28\\\|fc27\\\|fc28
|
||||||
|
|
||||||
branches_index=0
|
branches_index=0
|
||||||
|
5
vim.spec
5
vim.spec
@ -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
|
||||||
@ -796,6 +796,9 @@ touch %{buildroot}/%{_datadir}/%{name}/vimfiles/doc/tags
|
|||||||
%{_datadir}/icons/locolor/*/apps/*
|
%{_datadir}/icons/locolor/*/apps/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Feb 20 2019 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.1.918-2
|
||||||
|
- we have Fedora 30 branch now, enable updates for it in vim-update.sh
|
||||||
|
|
||||||
* Thu Feb 14 2019 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.1.918-1
|
* Thu Feb 14 2019 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.1.918-1
|
||||||
- patchlevel 918
|
- patchlevel 918
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user