From 8e6b0e0550c402b0145b389e3881f209b6992ccf Mon Sep 17 00:00:00 2001 From: Zdenek Dohnal Date: Dec 04 2017 15:23:25 +0000 Subject: fix regexp in vim-update.sh --- diff --git a/vim-update.sh b/vim-update.sh index 68e27d3..47c665f 100755 --- a/vim-update.sh +++ b/vim-update.sh @@ -3,7 +3,7 @@ debug="" #debug="echo " branches=( "master" "f27" "f26" ) releases=( "fc28" "fc27" "fc26" ) -regexps=( "fc28" "\\\|fc27" "\\\|fc26" ) +regexps=( "fc28" "\|fc27" "\|fc26" ) branches_count=4 #releases_regexp=fc28\\\|fc27\\\|fc28 diff --git a/vim.spec b/vim.spec index 703165b..91f1180 100644 --- a/vim.spec +++ b/vim.spec @@ -24,7 +24,7 @@ Summary: The VIM editor URL: http://www.vim.org/ Name: vim Version: %{baseversion}.%{patchlevel} -Release: 1%{?dist} +Release: 2%{?dist} License: Vim Group: Applications/Editors Source0: ftp://ftp.vim.org/pub/vim/unix/vim-%{baseversion}-%{patchlevel}.tar.bz2 @@ -766,6 +766,9 @@ update-desktop-database &> /dev/null ||: %{_datadir}/icons/locolor/*/apps/* %changelog +* Mon Dec 04 2017 Zdenek Dohnal - 8.0.1367-2 +- fix regexp in vim-update.sh + * Mon Dec 04 2017 Karsten Hopp 8.0.1367-1 - patchlevel 1367