Update to Command-T 1.10.

This commit is contained in:
Vít Ondruch 2014-08-11 14:45:58 +02:00
commit f1ea9b87eb
3 changed files with 9 additions and 5 deletions

1
.gitignore vendored
View file

@ -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

View file

@ -1 +1 @@
5ca34230eebbfae449c1399ba591591b command-t-1.8.tar.gz
f7ef747b3a8beae15b711079eb3aaa3c command-t-1.10.tar.gz

View file

@ -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 <vondruch@redhat.com> - 1.10-1
- Update to Command-T 1.10.
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.8-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild