typo in vim-update.sh

This commit is contained in:
Zdenek Dohnal 2020-08-25 13:51:48 +02:00
parent b63096676a
commit 22d6f1fede
2 changed files with 5 additions and 2 deletions

View File

@ -1,7 +1,7 @@
#!/bin/bash
debug=""
#debug="echo "
branches=( "master" "fc33" "f32" "f31" )
branches=( "master" "f33" "f32" "f31" )
releases=( "fc34" "fc33" "fc32" "fc31" )
regexps=( "fc34" "\|fc33" "\|fc32" "\|fc31" )
bodhi_enabled=( "0" "0" "1" "1" )

View File

@ -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
@ -786,6 +786,9 @@ touch %{buildroot}/%{_datadir}/%{name}/vimfiles/doc/tags
%{_datadir}/icons/locolor/*/apps/*
%changelog
* Tue Aug 25 2020 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.2.1522-2
- typo in vim-update.sh
* Tue Aug 25 2020 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.2.1522-1
- patchlevel 1522