From b81069bea73a235c2fad535ce33d7f36665d1a1c Mon Sep 17 00:00:00 2001 From: Zdenek Dohnal Date: Nov 28 2019 11:58:46 +0000 Subject: leave out f29, will be soon EOL --- diff --git a/vim-update.sh b/vim-update.sh index f2c3b2f..baf53e8 100755 --- a/vim-update.sh +++ b/vim-update.sh @@ -1,10 +1,10 @@ #!/bin/bash debug="" #debug="echo " -branches=( "master" "f31" "f30" "f29" ) -releases=( "fc32" "fc31" "fc30" "fc29" ) -regexps=( "fc32" "\|fc31" "\|fc30" "\|fc29" ) -bodhi_enabled=( "0" "1" "1" "1" ) +branches=( "master" "f31" "f30" ) +releases=( "fc32" "fc31" "fc30" ) +regexps=( "fc32" "\|fc31" "\|fc30" ) +bodhi_enabled=( "0" "1" "1" ) branches_count=4 #releases_regexp=fc28\\\|fc27\\\|fc28 diff --git a/vim.spec b/vim.spec index df3d3f0..789c089 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 @@ -797,6 +797,9 @@ touch %{buildroot}/%{_datadir}/%{name}/vimfiles/doc/tags %{_datadir}/icons/locolor/*/apps/* %changelog +* Thu Nov 28 2019 Zdenek Dohnal - 2:8.1.2267-2 +- leave out f29, will be soon EOL + * Thu Nov 07 2019 Zdenek Dohnal - 2:8.1.2267-1 - patchlevel 2267