[vim-perl-support] update to 4.14

Iain Arnell iarnell at fedoraproject.org
Wed Oct 26 03:16:04 UTC 2011


commit 85225986365fe5b266e99a0b626621ad3247b3f8
Author: Iain Arnell <iarnell at gmail.com>
Date:   Wed Oct 26 05:15:53 2011 +0200

    update to 4.14

 .gitignore                            |    1 +
 sources                               |    2 +-
 vim-perl-support-4.13-templates.patch |   80 ---------------------------------
 vim-perl-support.spec                 |   16 +++----
 4 files changed, 9 insertions(+), 90 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index eaa3f81..b3e3be0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@ perl-support-4.8.zip
 /perl-support-4.11.zip
 /perl-support-4.12.zip
 /perl-support-4.13.zip
+/perl-support-4.14.zip
diff --git a/sources b/sources
index a58bd23..c9bf1aa 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d0d7a1b96e8553c34fc2daa1998a88a0  perl-support-4.13.zip
+e907ef6d4770d097c99ff5028af981b1  perl-support-4.14.zip
diff --git a/vim-perl-support.spec b/vim-perl-support.spec
index cde4b1e..613cd22 100644
--- a/vim-perl-support.spec
+++ b/vim-perl-support.spec
@@ -1,19 +1,14 @@
 Name:           vim-perl-support
-Version:        4.13
-Release:        2%{?dist}
+Version:        4.14
+Release:        1%{?dist}
 Summary:        Perl-IDE for VIM
 
 Group:          Applications/Editors
 # according to plugin/perl-support.vim
 License:        GPLv2
 URL:            http://www.vim.org/scripts/script.php?script_id=556
-# curl -o perl-support-4.13.zip 'http://vim.sourceforge.net/scripts/download_script.php?src_id=16507'
+# curl -o perl-support-4.14.zip 'http://vim.sourceforge.net/scripts/download_script.php?src_id=16741'
 Source0:        perl-support-%{version}.zip
-# fixes several problems with templates
-# see http://lug.fh-swf.de/cgi-bin/mailman/private/vim-plugins-list/2011-August/000189.html
-# and http://lug.fh-swf.de/cgi-bin/mailman/private/vim-plugins-list/2011-September/000205.html
-# (list subscribers only)
-Patch0:         vim-perl-support-4.13-templates.patch
 
 BuildArch:      noarch
 
@@ -61,7 +56,6 @@ profiler can be done with a keystroke.
 
 %prep
 %setup -q -c
-%patch0 -p1
 
 
 %build
@@ -122,6 +116,10 @@ exit 0
 
 
 %changelog
+* Wed Oct 26 2011 Iain Arnell <iarnell at gmail.com> 4.14-1
+- update to latest upstream
+- drop templates patch
+
 * Fri Sep 16 2011 Iain Arnell <iarnell at gmail.com> 4.13-2
 - update patch to fix more template problems
 


More information about the scm-commits mailing list