diff --git a/.gitignore b/.gitignore index 511c4f2..dd74336 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ sass-3.2.3.gem/sass-3.2.6.gem /sass-3.3.8.gem /sass-3.4.4.gem /sass-3.4.19.gem +/sass-3.4.22.gem diff --git a/rubygem-sass.spec b/rubygem-sass.spec index fd53cb0..b8d8fbf 100644 --- a/rubygem-sass.spec +++ b/rubygem-sass.spec @@ -2,8 +2,8 @@ %global gem_name sass Name: rubygem-%{gem_name} -Version: 3.4.19 -Release: 3%{?dist} +Version: 3.4.22 +Release: 1%{?dist} Summary: A powerful but elegant CSS compiler that makes CSS fun again Group: Development/Languages License: MIT @@ -82,12 +82,10 @@ popd %{gem_instdir}/VERSION_DATE %{gem_instdir}/VERSION_NAME %{gem_instdir}/bin -%dir %{gem_instdir}/extra -%{gem_instdir}/extra/update_watch.rb +%{gem_instdir}/extra %{gem_instdir}/init.rb %{gem_libdir} -%dir %{gem_instdir}/rails -%{gem_instdir}/rails/init.rb +%{gem_instdir}/rails %exclude %{gem_cache} %{gem_spec} @@ -99,6 +97,10 @@ popd %{gem_instdir}/test %changelog +* Tue Apr 26 2016 Jun Aruga - 3.4.22-1 +- Update to 3.4.22. +- Fix test suite for Ruby 2.3 compatibility. (rhbz#1308082) + * Thu Feb 04 2016 Fedora Release Engineering - 3.4.19-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild diff --git a/sources b/sources index 4cca8b4..4077f1a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -cea73f17645693cddaed96959b95f680 sass-3.4.19.gem +857f0bc182b254271e3f03654ed5d2ab sass-3.4.22.gem