From 6689e80eb4f10a852628b0f29c63df99a184b35b Mon Sep 17 00:00:00 2001 From: Zdenek Dohnal Date: Fri, 8 Mar 2019 09:22:54 +0100 Subject: [PATCH] F30 is already active in bodhi --- vim-update.sh | 2 +- vim.spec | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/vim-update.sh b/vim-update.sh index 94bfd043..4bc08c12 100755 --- a/vim-update.sh +++ b/vim-update.sh @@ -4,7 +4,7 @@ debug="" branches=( "master" "f30" "f29" "f28" ) releases=( "fc31" "fc30" "fc29" "fc28" ) regexps=( "fc31" "\|fc30" "\|fc29" "\|fc28" ) -bodhi_enabled=( "0" "0" "1" "1" ) +bodhi_enabled=( "0" "1" "1" "1" ) branches_count=4 #releases_regexp=fc28\\\|fc27\\\|fc28 diff --git a/vim.spec b/vim.spec index 0f2817c9..a345e004 100644 --- a/vim.spec +++ b/vim.spec @@ -21,7 +21,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 @@ -794,6 +794,9 @@ touch %{buildroot}/%{_datadir}/%{name}/vimfiles/doc/tags %{_datadir}/icons/locolor/*/apps/* %changelog +* Fri Mar 08 2019 Zdenek Dohnal - 2:8.1.994-2 +- F30 is already active in bodhi + * Mon Mar 04 2019 Zdenek Dohnal - 2:8.1.994-1 - patchlevel 994