fix regexp in vim-update.sh
This commit is contained in:
parent
52b9aef735
commit
8e6b0e0550
@ -3,7 +3,7 @@ debug=""
|
|||||||
#debug="echo "
|
#debug="echo "
|
||||||
branches=( "master" "f27" "f26" )
|
branches=( "master" "f27" "f26" )
|
||||||
releases=( "fc28" "fc27" "fc26" )
|
releases=( "fc28" "fc27" "fc26" )
|
||||||
regexps=( "fc28" "\\\|fc27" "\\\|fc26" )
|
regexps=( "fc28" "\|fc27" "\|fc26" )
|
||||||
branches_count=4
|
branches_count=4
|
||||||
#releases_regexp=fc28\\\|fc27\\\|fc28
|
#releases_regexp=fc28\\\|fc27\\\|fc28
|
||||||
|
|
||||||
|
5
vim.spec
5
vim.spec
@ -24,7 +24,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
|
License: Vim
|
||||||
Group: Applications/Editors
|
Group: Applications/Editors
|
||||||
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
|
||||||
@ -766,6 +766,9 @@ update-desktop-database &> /dev/null ||:
|
|||||||
%{_datadir}/icons/locolor/*/apps/*
|
%{_datadir}/icons/locolor/*/apps/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Dec 04 2017 Zdenek Dohnal <zdohnal@redhat.com> - 8.0.1367-2
|
||||||
|
- fix regexp in vim-update.sh
|
||||||
|
|
||||||
* Mon Dec 04 2017 Karsten Hopp <karsten@redhat.com> 8.0.1367-1
|
* Mon Dec 04 2017 Karsten Hopp <karsten@redhat.com> 8.0.1367-1
|
||||||
- patchlevel 1367
|
- patchlevel 1367
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user