Hello community,

here is the log from the commit of package rubygem-sass for openSUSE:Factory 
checked in at 2013-08-05 20:54:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-sass (Old)
 and      /work/SRC/openSUSE:Factory/.rubygem-sass.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rubygem-sass"

Changes:
--------
--- /work/SRC/openSUSE:Factory/rubygem-sass/rubygem-sass.changes        
2013-05-27 10:00:53.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-sass.new/rubygem-sass.changes   
2013-08-05 20:54:24.000000000 +0200
@@ -1,0 +2,6 @@
+Tue Jul 30 16:11:23 UTC 2013 - co...@suse.com
+
+- updated to version 3.2.10
+  (they forgot to update SASS_CHANGLOG.html)
+
+-------------------------------------------------------------------

Old:
----
  sass-3.2.9.gem

New:
----
  sass-3.2.10.gem

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

Other differences:
------------------
++++++ rubygem-sass.spec ++++++
--- /var/tmp/diff_new_pack.W2uRPC/_old  2013-08-05 20:54:25.000000000 +0200
+++ /var/tmp/diff_new_pack.W2uRPC/_new  2013-08-05 20:54:25.000000000 +0200
@@ -17,22 +17,23 @@
 
 
 Name:           rubygem-sass
-Version:        3.2.9
+Version:        3.2.10
 Release:        0
 %define mod_name sass
 %define mod_full_name %{mod_name}-%{version}
+%define mod_branch -%{version}
+%define mod_weight 30210
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  ruby-macros >= 1
 Requires:       ruby >= 1.8.7
 BuildRequires:  ruby-devel >= 1.8.7
+BuildRequires:  update-alternatives
 Url:            http://sass-lang.com/
 Source:         http://rubygems.org/gems/%{mod_full_name}.gem
 Summary:        A powerful but elegant CSS compiler that makes CSS fun again
 License:        MIT
 Group:          Development/Languages/Ruby
-%define mod_branch -%{version}
-%define mod_weight 3
 PreReq:         update-alternatives
 
 %description
@@ -67,12 +68,19 @@
 
 %install
 %gem_install -f
+mkdir -p %{buildroot}%{_sysconfdir}/alternatives
 mv %{buildroot}%{_bindir}/sass{,%{mod_branch}}
-ln -s sass%{mod_branch} %{buildroot}%{_bindir}/sass
+touch %{buildroot}%{_sysconfdir}/alternatives/sass
+ln -s %{_sysconfdir}/alternatives/sass %{buildroot}%{_bindir}/sass
+
 mv %{buildroot}%{_bindir}/sass-convert{,%{mod_branch}}
-ln -s sass-convert%{mod_branch} %{buildroot}%{_bindir}/sass-convert
+touch %{buildroot}%{_sysconfdir}/alternatives/sass-convert
+ln -s %{_sysconfdir}/alternatives/sass-convert 
%{buildroot}%{_bindir}/sass-convert
+
 mv %{buildroot}%{_bindir}/scss{,%{mod_branch}}
-ln -s scss%{mod_branch} %{buildroot}%{_bindir}/scss
+touch %{buildroot}%{_sysconfdir}/alternatives/scss
+ln -s %{_sysconfdir}/alternatives/scss %{buildroot}%{_bindir}/scss
+
 mkdir -p %{buildroot}%{_docdir}/%{name}
 ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/README.md 
%buildroot/%{_docdir}/%{name}/README.md
 ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/MIT-LICENSE 
%buildroot/%{_docdir}/%{name}/MIT-LICENSE
@@ -100,11 +108,14 @@
 %defattr(-,root,root,-)
 %{_docdir}/%{name}
 %{_bindir}/sass%{mod_branch}
-%ghost %{_bindir}/sass
+%{_bindir}/sass
+%ghost %{_sysconfdir}/alternatives/sass
 %{_bindir}/sass-convert%{mod_branch}
-%ghost %{_bindir}/sass-convert
+%{_bindir}/sass-convert
+%ghost %{_sysconfdir}/alternatives/sass-convert
 %{_bindir}/scss%{mod_branch}
-%ghost %{_bindir}/scss
+%{_bindir}/scss
+%ghost %{_sysconfdir}/alternatives/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

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to