update vim-update.sh - F27 EOL
This commit is contained in:
parent
acdbb8f6b8
commit
d195887cd8
@ -1,10 +1,10 @@
|
||||
#!/bin/bash
|
||||
debug=""
|
||||
#debug="echo "
|
||||
branches=( "master" "f29" "f28" "f27" )
|
||||
releases=( "fc30" "fc29" "fc28" "fc27" )
|
||||
regexps=( "fc30" "\|fc29" "\|fc28" "\|fc27" )
|
||||
bodhi_enabled=( "0" "1" "1" "1")
|
||||
branches=( "master" "f29" "f28" )
|
||||
releases=( "fc30" "fc29" "fc28" )
|
||||
regexps=( "fc30" "\|fc29" "\|fc28" )
|
||||
bodhi_enabled=( "0" "1" "1" )
|
||||
branches_count=3
|
||||
#releases_regexp=fc28\\\|fc27\\\|fc28
|
||||
|
||||
|
5
vim.spec
5
vim.spec
@ -24,7 +24,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
|
||||
@ -799,6 +799,9 @@ touch %{buildroot}/%{_datadir}/%{name}/vimfiles/doc/tags
|
||||
%{_datadir}/icons/locolor/*/apps/*
|
||||
|
||||
%changelog
|
||||
* Tue Nov 27 2018 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.1.527-2
|
||||
- update vim-update.sh - F27 EOL
|
||||
|
||||
* Fri Nov 16 2018 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.1.527-1
|
||||
- patchlevel 527
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user