[rubygem-commander] update to new version to keep up with highline dep

John Palmieri (J5) johnp at fedoraproject.org
Wed Jun 20 18:28:03 UTC 2012


commit 86405737403924f5033eac6d808827c512765c29
Author: John (J5) Palmieri <johnp at redhat.com>
Date:   Wed Jun 20 14:27:48 2012 -0400

    update to new version to keep up with highline dep

 .gitignore             |    1 +
 rubygem-commander.spec |   17 +++++++++++++----
 sources                |    2 +-
 3 files changed, 15 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 3959712..03d4617 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /commander-4.0.3.gem
 /commander-4.0.6.gem
+/commander-4.1.2.gem
diff --git a/rubygem-commander.spec b/rubygem-commander.spec
index 4542c5e..c0778f8 100644
--- a/rubygem-commander.spec
+++ b/rubygem-commander.spec
@@ -4,15 +4,16 @@
 
 Summary: The complete solution for Ruby command-line executable
 Name: rubygem-%{gem_name}
-Version: 4.0.6
-Release: 3%{?dist}
+Version: 4.1.2
+Release: 1%{?dist}
 Group: Development/Languages
 License: MIT
 URL: http://visionmedia.github.com/commander
 Source0: http://gems.rubyforge.org/gems/%{gem_name}-%{version}.gem
 Requires: ruby(abi) = %{rubyabi}
 Requires: ruby(rubygems)
-Requires: rubygem(highline)
+Requires: rubygem(highline) < 1.7
+Requires: rubygem(highline) >= 1.6.0
 BuildRequires: rubygems-devel
 # Use rspec-core until rspec are not migrated to RSpec 2.x
 # https://github.com/visionmedia/commander/issues/35
@@ -44,6 +45,8 @@ gem install --local --install-dir .%{gem_dir} \
 %install
 rm -rf %{buildroot}
 mkdir -p %{buildroot}%{gem_dir}
+rm .%{gem_instdir}/.gitignore
+rm .%{gem_instdir}/.travis.yml
 cp -a .%{gem_dir}/* \
         %{buildroot}%{gem_dir}/
 
@@ -66,11 +69,14 @@ popd
 %doc %{gem_instdir}/History.rdoc
 %doc %{gem_instdir}/Manifest
 %exclude %{gem_cache}
+%exclude %{gem_instdir}/.gitignore
+%exclude %{gem_instdir}/.travis.yml
+%exclude %{gem_instdir}/Gemfile
+
 %{gem_spec}
 
 %files doc
 %{gem_instdir}/DEVELOPMENT
-%{gem_instdir}/tasks
 %{gem_instdir}/spec
 %{gem_instdir}/Rakefile
 %{gem_instdir}/%{gem_name}.gemspec
@@ -78,6 +84,9 @@ popd
 
 
 %changelog
+* Wed Jun 20 2012 John (J5) Palmieri <johnp at redhat.com> - 4.1.2-1
+- update to 4.1.2 since the highline dep has been updated
+
 * Thu Feb 02 2012 Vít Ondruch <vondruch at redhat.com> - 4.0.6-3
 - Rebuilt for Ruby 1.9.3.
 
diff --git a/sources b/sources
index d66245f..1aaf873 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-7681948b5d6cb87974d844ea20593b9e  commander-4.0.6.gem
+d11b668f86528bd9170931d854fda8ba  commander-4.1.2.gem


More information about the scm-commits mailing list