From d755431f35b59ea11d7629e2b6087731243c23e1 Mon Sep 17 00:00:00 2001 From: Zdenek Dohnal Date: Thu, 14 May 2020 08:35:54 +0200 Subject: [PATCH] F30 will be EOL in less than 14 days, remove it from automatic updates --- vim-update.sh | 8 ++++---- vim.spec | 5 ++++- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/vim-update.sh b/vim-update.sh index ca33c9e8..a85d75fe 100755 --- a/vim-update.sh +++ b/vim-update.sh @@ -1,10 +1,10 @@ #!/bin/bash debug="" #debug="echo " -branches=( "master" "f32" "f31" "f30" ) -releases=( "fc33" "fc32" "fc31" "fc30" ) -regexps=( "fc33" "\|fc32" "\|fc31" "\|fc30" ) -bodhi_enabled=( "0" "1" "1" "1" ) +branches=( "master" "f32" "f31" ) +releases=( "fc33" "fc32" "fc31" ) +regexps=( "fc33" "\|fc32" "\|fc31" ) +bodhi_enabled=( "0" "1" "1" ) #releases_regexp=fc28\\\|fc27\\\|fc28 branches_index=0 diff --git a/vim.spec b/vim.spec index 9b8ed3eb..09025464 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 @@ -783,6 +783,9 @@ touch %{buildroot}/%{_datadir}/%{name}/vimfiles/doc/tags %{_datadir}/icons/locolor/*/apps/* %changelog +* Thu May 14 2020 Zdenek Dohnal - 2:8.2.752-2 +- F30 will be EOL in less than 14 days, remove it from automatic updates + * Thu May 14 2020 Zdenek Dohnal - 2:8.2.752-1 - patchlevel 752