vondruch pushed to rubygem-sass-rails (master). "Update to sass-rails 5.0.3."

notifications at fedoraproject.org notifications at fedoraproject.org
Tue Jun 9 14:23:43 UTC 2015


From 397688eaf6215af7160a1a8a0db072bbc1dfd06c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?V=C3=ADt=20Ondruch?= <vondruch at redhat.com>
Date: Tue, 9 Jun 2015 16:19:43 +0200
Subject: Update to sass-rails 5.0.3.


diff --git a/.gitignore b/.gitignore
index e20688b..47e2365 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,5 @@
 /sass-rails-4.0.3.gem
 /sass-rails-5.0.1-tests.tgz
 /sass-rails-5.0.1.gem
+/sass-rails-5.0.3-tests.tgz
+/sass-rails-5.0.3.gem
diff --git a/rubygem-sass-rails.spec b/rubygem-sass-rails.spec
index 10d569a..fa6e627 100644
--- a/rubygem-sass-rails.spec
+++ b/rubygem-sass-rails.spec
@@ -3,14 +3,14 @@
 
 Summary: Sass adapter for the Rails asset pipeline
 Name: rubygem-%{gem_name}
-Version: 5.0.1
+Version: 5.0.3
 Release: 1%{?dist}
 Group: Development/Languages
 License: MIT
 URL: https://github.com/rails/sass-rails
 Source0: http://rubygems.org/gems/%{gem_name}-%{version}.gem
 # git clone https://github.com/rails/sass-rails.git && cd sass-rails
-# git checkout v5.0.1 && tar czvf sass-rails-5.0.1-tests.tgz ./test
+# git checkout v5.0.3 && tar czvf sass-rails-5.0.3-tests.tgz ./test
 Source1: sass-rails-%{version}-tests.tgz
 BuildRequires: ruby(release)
 BuildRequires: rubygems-devel
@@ -20,7 +20,6 @@ BuildRequires: rubygem(sqlite3)
 BuildRequires: rubygem(tilt)
 BuildRequires: rubygem(rails)
 BuildRequires: rubygem(sass)
-BuildRequires: rubygem(sprockets)
 BuildArch: noarch
 
 %description
@@ -57,26 +56,17 @@ cp -a .%{gem_dir}/* \
 %check
 pushd .%{gem_instdir}
 tar xf %{SOURCE1}
-# Use just locally available gems.
-sed -i -r 's/runcmd "bundle install --verbose/\0 --local/' test/support/sass_rails_test_case.rb
-
-# Explicitly depend on RDoc.
-echo 'gem "rdoc"' >> Gemfile
-echo 'gem "rails"' >> Gemfile
-echo 'gem "sass"' >> Gemfile
 
 # Copy in .gemspec and use the sass-rails sources
 cp %{buildroot}%{gem_spec} sass-rails.gemspec
 echo 'gem "sass-rails", :path => "."' >> Gemfile
-echo 'gem "sprockets-rails"' >> Gemfile
-sed -i '/possible_dev_dependencies/ s/%w(/%w(rdoc /' test/test_helper.rb
+
 ruby -I.:test -e 'Dir.glob "test/**/*_test.rb", &method(:require)'
 popd
 
 
 %files
 %dir %{gem_instdir}
-%exclude %{gem_instdir}/.*
 %{gem_instdir}/MIT-LICENSE
 %{gem_libdir}
 %exclude %{gem_cache}
@@ -85,12 +75,11 @@ popd
 %files doc
 %doc %{gem_docdir}
 %doc %{gem_instdir}/README.md
-%doc %{gem_instdir}/CHANGELOG.md
-# Leave out the test suite, since rpmlint complains a lot about dot and
-# empty files.
-%exclude %{gem_instdir}/test
 
 %changelog
+* Tue Jun 09 2015 Vít Ondruch <vondruch at redhat.com> - 5.0.3-1
+- Update to sass-rails 5.0.3.
+
 * Mon Feb 16 2015 Josef Stribny <jstribny at redhat.com> - 5.0.1-1
 - Update to 5.0.1
 
diff --git a/sources b/sources
index 34a7d04..a1d10ed 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-9cd0021ac0095fa9cd427b6e313609e8  sass-rails-5.0.1-tests.tgz
-e758a8458fc06b25acb7c37d0ee0ddd4  sass-rails-5.0.1.gem
+d5417a26c67db0cf9a52aae2f3767e8a  sass-rails-5.0.3-tests.tgz
+e89dc8285e9a808f91341e3d00ae7db4  sass-rails-5.0.3.gem
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/rubygem-sass-rails.git/commit/?h=master&id=397688eaf6215af7160a1a8a0db072bbc1dfd06c


More information about the scm-commits mailing list