[vim-command-t/f20] Update to Command-T 1.10.

Vít Ondruch vondruch at fedoraproject.org
Mon Aug 11 14:56:45 UTC 2014


commit 1005d22be8286fddc96c107889c0ad384ce759a2
Author: Vít Ondruch <vondruch at redhat.com>
Date:   Mon Aug 11 14:45:58 2014 +0200

    Update to Command-T 1.10.

 .gitignore         |    1 +
 sources            |    2 +-
 vim-command-t.spec |   14 +++++++++-----
 3 files changed, 11 insertions(+), 6 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 2e6519c..eb950d0 100644
--- a/vim-command-t.spec
+++ b/vim-command-t.spec
@@ -5,7 +5,7 @@
 %global commandt_so_dir %{ruby_vendorarchdir}/command-t
 
 Name: vim-command-t
-Version: 1.8
+Version: 1.10
 Release: 1%{?dist}
 Summary: An extremely fast, intuitive mechanism for opening files in VIM
 Group: Applications/Editors
@@ -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
@@ -57,7 +57,7 @@ popd
 
 %install
 mkdir -p %{buildroot}%{vimfiles}
-cp -par {doc,plugin,ruby} %{buildroot}%{vimfiles}
+cp -par {autoload,doc,plugin,ruby} %{buildroot}%{vimfiles}
 
 mkdir -p %{buildroot}%{commandt_so_dir}
 chmod 0755 %{buildroot}%{vimfiles}/ruby/command-t/ext.so
@@ -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
 
@@ -87,6 +87,7 @@ vim -c ":helptags %{vimfiles}/doc" -c :q &> /dev/null
 %doc LICENSE
 %doc README.txt
 %{commandt_so_dir}
+%{vimfiles}/autoload/*
 %{vimfiles}/doc/*
 %{vimfiles}/plugin/*
 %exclude %{vimfiles}/ruby/command-t/ext*
@@ -96,10 +97,13 @@ vim -c ":helptags %{vimfiles}/doc" -c :q &> /dev/null
 %exclude %{vimfiles}/ruby/command-t/Makefile
 %exclude %{vimfiles}/ruby/command-t/mkmf.log
 %exclude %{vimfiles}/ruby/command-t/depend
-%{vimfiles}/ruby/*
+%{vimfiles}/ruby
 
 
 %changelog
+* Mon Aug 11 2014 Vít Ondruch <vondruch at redhat.com> - 1.10-1
+- Update to Command-T 1.10.
+
 * Tue Apr 29 2014 Vít Ondruch <vondruch at redhat.com> - 1.8-1
 - Update to Command-T 1.8.
 


More information about the scm-commits mailing list