From f1ea9b87eb7dadb885520dfe7eedf2d2d17a6910 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADt=20Ondruch?= Date: Mon, 11 Aug 2014 14:45:58 +0200 Subject: [PATCH] Update to Command-T 1.10. --- .gitignore | 1 + sources | 2 +- vim-command-t.spec | 11 +++++++---- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 91b1ea8..108cc89 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /command-t-1.5.tar.gz /command-t-1.6.tar.gz /command-t-1.8.tar.gz +/command-t-1.10.tar.gz diff --git a/sources b/sources index f0962d1..0a15278 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -5ca34230eebbfae449c1399ba591591b command-t-1.8.tar.gz +f7ef747b3a8beae15b711079eb3aaa3c command-t-1.10.tar.gz diff --git a/vim-command-t.spec b/vim-command-t.spec index 870e512..8d77d3e 100644 --- a/vim-command-t.spec +++ b/vim-command-t.spec @@ -5,8 +5,8 @@ %global commandt_so_dir %{ruby_vendorarchdir}/command-t Name: vim-command-t -Version: 1.8 -Release: 2%{?dist} +Version: 1.10 +Release: 1%{?dist} Summary: An extremely fast, intuitive mechanism for opening files in VIM Group: Applications/Editors License: BSD @@ -14,7 +14,7 @@ URL: https://wincent.com/products/command-t # Officialy distributed only using vimball: # https://wincent.com/issues/1978 # git clone git://git.wincent.com/command-t.git && cd command-t/ -# git archive 1.6 -o command-t-1.6.tar.gz +# git archive 1.10 -o command-t-1.10.tar.gz Source0: command-t-%{version}.tar.gz Requires: ruby(release) # Although command-t does not depend on rubygems directly, the RubyGems are @@ -72,7 +72,7 @@ cp -pa doc/command-t.txt README.txt %check # Get rid of Bundler -sed -i '24,+5d' spec/spec_helper.rb +sed -i '/Bundler/,/^end$/ s/^/#/' spec/spec_helper.rb rspec -Iruby spec @@ -100,6 +100,9 @@ vim -c ":helptags %{vimfiles}/doc" -c :q &> /dev/null %changelog +* Mon Aug 11 2014 Vít Ondruch - 1.10-1 +- Update to Command-T 1.10. + * Sun Jun 08 2014 Fedora Release Engineering - 1.8-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild