|
|
|
@ -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 <jaruga@redhat.com> - 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 <releng@fedoraproject.org> - 3.4.19-3
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|