[rubygem-compass-rails] Really fix sprockets dependency

tdawson tdawson at fedoraproject.org
Tue Jul 8 19:05:08 UTC 2014


commit c70d2f081d3957d15482f4ec5175f96ab82f23a5
Author: Troy Dawson <tdawson at redhat.com>
Date:   Tue Jul 8 14:05:21 2014 -0500

    Really fix sprockets dependency

 rubygem-compass-rails.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/rubygem-compass-rails.spec b/rubygem-compass-rails.spec
index 3622cb2..d22338c 100644
--- a/rubygem-compass-rails.spec
+++ b/rubygem-compass-rails.spec
@@ -4,7 +4,7 @@
 Summary:       Integrate Compass into Rails 2.3 and up
 Name:          rubygem-%{gem_name}
 Version:       1.1.7
-Release:       3%{?dist}
+Release:       4%{?dist}
 Group:         Development/Languages
 License:       MIT
 URL:           https://github.com/Compass/compass-rails
@@ -47,7 +47,7 @@ gem unpack %{SOURCE0}
 gem spec %{SOURCE0} -l --ruby > %{gem_name}.gemspec
 
 # fix sprockets dependency
-sed -i "s|2.11.0|2|" compass-rails.gemspec
+sed -i "s|2.11.0|2.99.0|" compass-rails.gemspec
 
 %build
 gem build %{gem_name}.gemspec
@@ -91,6 +91,9 @@ chmod 0755 %{buildroot}%{gem_instdir}/Rakefile
 %{gem_instdir}/gemfiles
 
 %changelog
+* Tue Jul 08 2014 Troy Dawson <tdawson at redhat.com> - 1.1.7-4
+- Really fix sprockets dependency
+
 * Mon Jul 07 2014 Troy Dawson <tdawson at redhat.com> - 1.1.7-3
 - Fix sprockets dependency
 


More information about the scm-commits mailing list