From fbc32dc54c2c2250e174f9bf995ae9331e163cd7 Mon Sep 17 00:00:00 2001 From: Mo Morsi Date: Tue, 20 Dec 2011 16:05:04 -0500 Subject: [PATCH] remove fssm dependency --- rubygem-haml.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/rubygem-haml.spec b/rubygem-haml.spec index 01f2a33..e418c95 100644 --- a/rubygem-haml.spec +++ b/rubygem-haml.spec @@ -6,7 +6,7 @@ Summary: An elegant, structured XHTML/XML templating engine Name: rubygem-%{gemname} Version: 3.1.2 -Release: 2%{?dist} +Release: 3%{?dist} Group: Development/Languages License: MIT and WTFPL URL: http://haml-lang.com/ @@ -21,7 +21,6 @@ Requires: ruby(abi) = 1.8 Requires: rubygem(hpricot) Requires: rubygem(yard) >= 0.5.3 Requires: rubygem(maruku) >= 0.5.9 -Requires: rubygem(fssm) Requires: rubygem(sass) BuildRequires: rubygems @@ -124,6 +123,10 @@ find %{buildroot}%{geminstdir}/bin -type f | \ %changelog +* Tue Dec 20 2011 Mo Morsi - 3.1.2-3 +- remove fssm dependency as upstream project no longer bundles it + (sass, which is vendored by haml upstream, still depends on it) + * Fri Jul 22 2011 Chris Lalancette - 3.1.2-2 - Fix up the sass includes