[rubygem-sass] - Update to sass 3.1.20. - Removed rubygem-sass-3.1.4-fix-cache_stores-require.patch and rubygem-s

Vít Ondruch vondruch at fedoraproject.org
Tue Jul 24 14:45:30 UTC 2012


commit 0ff6737f0264fd4f26e44fc2db567b1c278e6839
Author: Vít Ondruch <vondruch at redhat.com>
Date:   Tue Jul 24 16:43:55 2012 +0200

    - Update to sass 3.1.20.
    - Removed rubygem-sass-3.1.4-fix-cache_stores-require.patch and
      rubygem-sass-3.1.4-fix-util-require.patch patches. Not sure what they
      were good for :/

 .gitignore                                        |    1 +
 rubygem-sass-3.1.4-fix-cache_stores-require.patch |   11 --------
 rubygem-sass-3.1.4-fix-util-require.patch         |   10 -------
 rubygem-sass.spec                                 |   28 ++++++++++----------
 sass-3.1.7-tests-fix.patch                        |   17 ------------
 sources                                           |    2 +-
 6 files changed, 16 insertions(+), 53 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index f37c077..965edff 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /sass-3.1.4.gem
 /sass-3.1.7.gem
+/sass-3.1.20.gem
diff --git a/rubygem-sass.spec b/rubygem-sass.spec
index 5eca3a8..22dd3f2 100644
--- a/rubygem-sass.spec
+++ b/rubygem-sass.spec
@@ -5,15 +5,12 @@
 
 Summary: A powerful but elegant CSS compiler that makes CSS fun again
 Name: rubygem-%{gem_name}
-Version: 3.1.7
-Release: 7%{?dist}
+Version: 3.1.20
+Release: 1%{?dist}
 Group: Development/Languages
 License: MIT
 URL: http://sass-lang.com/
 Source0: http://rubygems.org/gems/%{gem_name}-%{version}.gem
-Patch1: rubygem-sass-3.1.4-fix-util-require.patch
-Patch2: rubygem-sass-3.1.4-fix-cache_stores-require.patch
-Patch3: sass-3.1.7-tests-fix.patch
 Requires: ruby(abi) = %{rubyabi}
 Requires: ruby(rubygems)
 Requires: rubygem(fssm)
@@ -49,11 +46,10 @@ gem install --local --install-dir .%{gem_dir} --bindir .%{_bindir} \
             --force %{SOURCE0}
 
 pushd .%{gem_instdir}
-rm .yardopts
+# Remove bundled rubygem-listener:
+# https://github.com/nex3/sass/issues/458
 rm -rf vendor
-%patch1
-%patch2
-%patch3
+popd
 
 %build
 
@@ -67,18 +63,19 @@ cp -a .%{_bindir}/* %{buildroot}%{_bindir}/
 find %{buildroot}%{gem_instdir}/bin -type f | xargs chmod a+x
 
 %check
-pushd %{buildroot}%{gem_instdir}
+pushd .%{gem_instdir}
 export LANG=en_US.utf8
 find -type f -name *_test.rb | xargs testrb -Itest
-rm -rf .sass-cache
 popd
 
 %files
 %dir %{gem_instdir}
 %{_bindir}/sass
 %{_bindir}/sass-convert
+%{_bindir}/scss
 %{gem_instdir}/bin
 %{gem_libdir}
+%exclude %{gem_instdir}/.*
 %{gem_instdir}/init.rb
 %{gem_instdir}/rails/init.rb
 %{gem_instdir}/extra/update_watch.rb
@@ -87,17 +84,20 @@ popd
 %doc %{gem_instdir}/MIT-LICENSE
 %doc %{gem_instdir}/CONTRIBUTING
 %doc %{gem_instdir}/README.md
-%doc %{gem_instdir}/test
-%doc %{gem_instdir}/Rakefile
 %doc %{gem_instdir}/REVISION
-%{gem_cache}
+%exclude %{gem_cache}
 %{gem_spec}
 
 %files doc
 %doc %{gem_docdir}
+%{gem_instdir}/Rakefile
+%{gem_instdir}/test
 
 
 %changelog
+* Mon Jul 23 2012 Vít Ondruch <vondruch at redhat.com> - 3.1.20-1
+- Update to sass 3.1.20.
+
 * Sat Jul 21 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 3.1.7-7
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 
diff --git a/sources b/sources
index e872a90..3a109ab 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-2ddaa60fae07996b82d562df87104f4f  sass-3.1.7.gem
+8d6733500d0c34b7e1d7c20e1c581fcc  sass-3.1.20.gem


More information about the scm-commits mailing list