[rubygem-compass] update to latest upstream release (0.10.6)

Mohammed Morsi mmorsi at fedoraproject.org
Wed Mar 30 01:44:44 UTC 2011


commit 7fac329d09dc7728a6c91e6f2885be3bdc0bf99b
Author: Mohammed Morsi <mmorsi at redhat.com>
Date:   Tue Mar 29 21:44:11 2011 -0400

    update to latest upstream release (0.10.6)

 .gitignore           |    1 +
 rubygem-compass.spec |   21 +++++++++++----------
 sources              |    2 +-
 3 files changed, 13 insertions(+), 11 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 3be791e..bc98a0d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 compass-0.8.17.gem
+/compass-0.10.6.gem
diff --git a/rubygem-compass.spec b/rubygem-compass.spec
index 814c975..aa65fe3 100644
--- a/rubygem-compass.spec
+++ b/rubygem-compass.spec
@@ -8,21 +8,21 @@
 
 Name: rubygem-%{gemname}
 Summary: A Sass-based CSS Meta-Framework
-Version: 0.8.17
-Release: 4%{?dist}
+Version: 0.10.6
+Release: 1%{?dist}
 Group: Development/Languages
 License: MIT
 URL: http://compass-style.org
 
-Source0: http://gemcutter.org/downloads/compass-0.8.17.gem
+Source0: http://gemcutter.org/downloads/compass-%{version}.gem
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires: rubygems
-BuildRequires(check): rubygem(rake)
-BuildRequires(check): rubygem(haml) >= 2.2.0
+BuildRequires: rubygem(rake)
+BuildRequires: rubygem(haml) >= 2.2.0
 Requires: ruby(abi) = %{rubyabi} 
 Requires: rubygems
-Requires: rubygem(haml) >= 2.2.0
+Requires: rubygem(haml) >= 3.0.4
 BuildArch: noarch
 Provides: rubygem(%{gemname}) = %{version}
 
@@ -46,7 +46,7 @@ rmdir %{buildroot}%{gemdir}/bin
 find %{buildroot}%{geminstdir}/bin -type f | xargs chmod a+x
 
 # rpmlint will complain about these files
-rm %{buildroot}%{geminstdir}/frameworks/compass/stylesheets/compass/utilities/general/_tabs.sass
+#rm %{buildroot}%{geminstdir}/frameworks/compass/stylesheets/compass/utilities/general/_tabs.sass
 
 %check
 pushd %{buildroot}/%{geminstdir}
@@ -68,18 +68,19 @@ rm -rf %{buildroot}
 %{geminstdir}/Rakefile
 %doc %{geminstdir}/LICENSE.markdown
 %doc %{geminstdir}/README.markdown
-%doc %{geminstdir}/CHANGELOG.markdown
 %doc %{geminstdir}/VERSION.yml
-%doc %{geminstdir}/REVISION
-%doc %{geminstdir}/deps.rip
 %doc %{geminstdir}/examples
 %doc %{geminstdir}/test
+%doc %{geminstdir}/features
 %doc %{gemdir}/doc/%{gemname}-%{version}
 %{gemdir}/cache/%{gemname}-%{version}.gem
 %{gemdir}/specifications/%{gemname}-%{version}.gemspec
 
 
 %changelog
+* Tue Mar 29 2011 Mo Morsi <mmorsi at redhat.com> - 0.10.6-1
+- update to latest upstream release
+
 * Wed Feb 09 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org>
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 
diff --git a/sources b/sources
index 593d037..86b06ec 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-55b917267e58342b6547866d6aaec2bc  compass-0.8.17.gem
+f4dcb895aefd5c8d1fb69a927c315e13  compass-0.10.6.gem


More information about the scm-commits mailing list