From ae8b9a14f9f98bdffaf9b46c28a25914610d0278 Mon Sep 17 00:00:00 2001 From: Zdenek Dohnal Date: Jul 24 2020 05:03:12 +0000 Subject: vim-update.sh: bodhi no longer sets a default automatic time to stable --- diff --git a/vim-update.sh b/vim-update.sh index a85d75f..21004ea 100755 --- a/vim-update.sh +++ b/vim-update.sh @@ -168,7 +168,7 @@ if [ $CHANGES -ne 0 ]; then if [ $? -eq 0 ]; then # if branch isn't master or branch is enabled in bodhi, create update if [ $branch != "master" ] || [ ${bodhi_enabled[@]: $bodhi_enabled_index: 1} -eq 1 ]; then - $debug bodhi updates new --user zdohnal --type enhancement --notes "The newest upstream commit" --request testing --autokarma --stable-karma 3 --unstable-karma -3 vim-${UPSTREAMMAJOR}.${LASTPLFILLED}-1.${releases[@]: $release_index: 1} + $debug bodhi updates new --user zdohnal --type enhancement --notes "The newest upstream commit" --request testing --autotime --autokarma --stable-karma 3 --unstable-karma -3 vim-${UPSTREAMMAJOR}.${LASTPLFILLED}-1.${releases[@]: $release_index: 1} fi else echo "Error when building package for $branch" diff --git a/vim.spec b/vim.spec index aa87d5b..a86105f 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 @@ -772,6 +772,9 @@ touch %{buildroot}/%{_datadir}/%{name}/vimfiles/doc/tags %{_datadir}/icons/locolor/*/apps/* %changelog +* Fri Jul 24 2020 Zdenek Dohnal - 2:8.2.1273-2 +- vim-update.sh: bodhi no longer sets a default automatic time to stable + * Thu Jul 23 2020 Zdenek Dohnal - 2:8.2.1273-1 - patchlevel 1273