|
|
|
@ -2,7 +2,7 @@
|
|
|
|
|
%global gem_name sass
|
|
|
|
|
|
|
|
|
|
Name: rubygem-%{gem_name}
|
|
|
|
|
Version: 3.4.22
|
|
|
|
|
Version: 3.4.23
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: A powerful but elegant CSS compiler that makes CSS fun again
|
|
|
|
|
Group: Development/Languages
|
|
|
|
@ -97,6 +97,9 @@ popd
|
|
|
|
|
%{gem_instdir}/test
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Thu Jan 05 2017 Vít Ondruch <vondruch@redhat.com> - 3.4.23-1
|
|
|
|
|
- Update to Sass 3.4.23.
|
|
|
|
|
|
|
|
|
|
* Tue Apr 26 2016 Jun Aruga <jaruga@redhat.com> - 3.4.22-1
|
|
|
|
|
- Update to 3.4.22.
|
|
|
|
|
- Fix test suite for Ruby 2.3 compatibility. (rhbz#1308082)
|
|
|
|
|