Hello community,

here is the log from the commit of package rubygem-sass for openSUSE:Factory 
checked in at 2012-02-16 10:10:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-sass (Old)
 and      /work/SRC/openSUSE:Factory/.rubygem-sass.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rubygem-sass", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/rubygem-sass/rubygem-sass.changes        
2011-09-23 12:45:01.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-sass.new/rubygem-sass.changes   
2012-02-16 10:10:27.000000000 +0100
@@ -1,0 +2,21 @@
+Mon Feb 13 10:55:15 UTC 2012 - [email protected]
+
+- patch license to follow spdx.org standard
+
+-------------------------------------------------------------------
+Mon Oct 17 12:49:22 UTC 2011 - [email protected]
+
+- update to 3.1.10
+
+-------------------------------------------------------------------
+Fri Aug 26 15:24:38 UTC 2011 - [email protected]
+
+- update to 3.1.7
+- add 'Provides' macros
+
+-------------------------------------------------------------------
+Thu Jul 21 13:10:38 UTC 2011 - [email protected]
+
+- updated to 3.1.4
+
+-------------------------------------------------------------------

Old:
----
  sass-3.1.2.gem

New:
----
  sass-3.1.10.gem

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ rubygem-sass.spec ++++++
--- /var/tmp/diff_new_pack.O5pmNN/_old  2012-02-16 10:10:28.000000000 +0100
+++ /var/tmp/diff_new_pack.O5pmNN/_new  2012-02-16 10:10:28.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-sass
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,25 +15,29 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:           rubygem-sass
-Version:        3.1.2
-Release:        1
+Version:        3.1.10
+Release:        0
 %define mod_name sass
+%define mod_full_name %{mod_name}-%{version}
 #
-Group:          Development/Languages/Ruby
-License:        X11 MIT
 #
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  rubygems_with_buildroot_patch
+Provides:       rubygem-%{mod_name}-3   = %{version}
+Provides:       rubygem-%{mod_name}-3_1 = %{version}
 %rubygems_requires
+
+Requires:       ruby >= 1.8.7
+BuildRequires:  ruby-devel >= 1.8.7
 #
 Url:            http://sass-lang.com/
-Source:         %{mod_name}-%{version}.gem
+Source:         %{mod_full_name}.gem
 #
 Summary:        A powerful but elegant CSS compiler that makes CSS fun again
+License:        MIT
+Group:          Development/Languages/Ruby
 
 %description
       Sass makes CSS fun again. Sass is an extension of CSS3, adding
@@ -41,6 +45,23 @@
       It's translated to well-formatted, standard CSS using the
       command line tool or a web-framework plugin.
 
+%package doc
+Summary:        RDoc documentation for %{mod_name}
+Group:          Development/Languages/Ruby
+Requires:       %{name} = %{version}
+
+%description doc
+Documentation generated at gem installation time.
+Usually in RDoc and RI formats.
+
+%package testsuite
+Summary:        Test suite for %{mod_name}
+Group:          Development/Languages/Ruby
+Requires:       %{name} = %{version}
+
+%description testsuite
+Test::Unit or RSpec files, useful for developers.
+
 %prep
 
 %build
@@ -55,9 +76,18 @@
 %defattr(-,root,root,-)
 %{_bindir}/sass
 %{_bindir}/sass-convert
-%{_libdir}/ruby/gems/%{rb_ver}/cache/%{mod_name}-%{version}.gem
-%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_name}-%{version}/
-%{_libdir}/ruby/gems/%{rb_ver}/specifications/%{mod_name}-%{version}.gemspec
-%doc %{_libdir}/ruby/gems/%{rb_ver}/doc/%{mod_name}-%{version}/
+%{_bindir}/scss
+%{_libdir}/ruby/gems/%{rb_ver}/cache/%{mod_full_name}.gem
+%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/
+%exclude %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/test
+%{_libdir}/ruby/gems/%{rb_ver}/specifications/%{mod_full_name}.gemspec
+
+%files doc
+%defattr(-,root,root,-)
+%doc %{_libdir}/ruby/gems/%{rb_ver}/doc/%{mod_full_name}/
+
+%files testsuite
+%defattr(-,root,root,-)
+%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/test
 
 %changelog

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to