Update to sass 3.4.4

epel9
Mo Morsi 11 years ago
parent c599fcffa6
commit aafca7ab22

@ -4,16 +4,13 @@
Summary: A powerful but elegant CSS compiler that makes CSS fun again
Name: rubygem-%{gem_name}
Version: 3.3.8
Version: 3.4.4
Release: 1%{?dist}
Group: Development/Languages
License: MIT
URL: http://sass-lang.com/
Source0: http://rubygems.org/gems/%{gem_name}-%{version}.gem
# Patch for PR: https://github.com/sass/sass/pull/1282
Patch0: Update-to-minitest5.patch
Requires: ruby(release)
Requires: ruby(rubygems)
Requires: rubygem(listen)
@ -47,8 +44,6 @@ gem unpack %{SOURCE0}
gem spec %{SOURCE0} -l --ruby > %{gem_name}.gemspec
%patch0 -p1
%build
gem build %{gem_name}.gemspec
@ -107,6 +102,10 @@ find %{buildroot}%{gem_instdir}/bin -type f | xargs chmod a+x
%changelog
* Tue Sep 16 2014 Mo Morsi <mmorsi@redhat.com> - 3.4.4-1
- Update to 3.4.4
- Remove patch now included in upstream release
* Thu Jun 12 2014 Mo Morsi <mmorsi@redhat.com> - 3.3.8-1
- Update to latest upstream release
- Include patch updating test suite to minitest 5

Loading…
Cancel
Save