vim-update.sh - add f29 branch

This commit is contained in:
Zdenek Dohnal 2018-08-15 12:01:03 +02:00
parent 7a096be39f
commit 7725dffc9a
2 changed files with 8 additions and 5 deletions

View File

@ -1,10 +1,10 @@
#!/bin/bash #!/bin/bash
debug="" debug=""
#debug="echo " #debug="echo "
branches=( "master" "f28" "f27" ) branches=( "master" "f29" "f28" "f27" )
releases=( "fc29" "fc28" "fc27" ) releases=( "fc30" "fc29" "fc28" "fc27" )
regexps=( "fc29" "\|fc28" "\|fc27" ) regexps=( "fc30" "\|fc29" "\|fc28" "\|fc27" )
bodhi_enabled=( "0" "1" "1") bodhi_enabled=( "0" "0" "1" "1")
branches_count=3 branches_count=3
#releases_regexp=fc28\\\|fc27\\\|fc28 #releases_regexp=fc28\\\|fc27\\\|fc28

View File

@ -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 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
@ -795,6 +795,9 @@ touch %{buildroot}/%{_datadir}/%{name}/vimfiles/doc/tags
%{_datadir}/icons/locolor/*/apps/* %{_datadir}/icons/locolor/*/apps/*
%changelog %changelog
* Wed Aug 15 2018 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.1.287-2
- vim-update.sh - add f29 branch
* Wed Aug 15 2018 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.1.287-1 * Wed Aug 15 2018 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.1.287-1
- patchlevel 287 - patchlevel 287