diff --git a/vim-update.sh b/vim-update.sh index 3f6e84c..b53e6fb 100755 --- a/vim-update.sh +++ b/vim-update.sh @@ -4,7 +4,7 @@ debug="" branches=( "master" "f29" "f28" "f27" ) releases=( "fc30" "fc29" "fc28" "fc27" ) regexps=( "fc30" "\|fc29" "\|fc28" "\|fc27" ) -bodhi_enabled=( "0" "0" "1" "1") +bodhi_enabled=( "0" "1" "1" "1") branches_count=3 #releases_regexp=fc28\\\|fc27\\\|fc28 diff --git a/vim.spec b/vim.spec index 8c49265..c2d0927 100644 --- a/vim.spec +++ b/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 @@ -795,6 +795,9 @@ touch %{buildroot}/%{_datadir}/%{name}/vimfiles/doc/tags %{_datadir}/icons/locolor/*/apps/* %changelog +* Fri Aug 31 2018 Zdenek Dohnal - 2:8.1.328-2 +- vim-update.sh - F29 got enabled in bodhi + * Mon Aug 27 2018 Zdenek Dohnal - 2:8.1.328-1 - patchlevel 328