commit rubygem-sprockets for openSUSE:Factory

Hello community, here is the log from the commit of package rubygem-sprockets for openSUSE:Factory checked in at 2013-11-30 14:24:21 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/rubygem-sprockets (Old) and /work/SRC/openSUSE:Factory/.rubygem-sprockets.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "rubygem-sprockets" Changes: -------- --- /work/SRC/openSUSE:Factory/rubygem-sprockets/rubygem-sprockets.changes 2013-06-05 19:34:18.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.rubygem-sprockets.new/rubygem-sprockets.changes 2013-11-30 16:22:28.000000000 +0100 @@ -1,0 +2,8 @@ +Sat Nov 23 09:32:22 UTC 2013 - coolo@suse.com + +- updated to version 2.10.1 + `depend_on_asset` *path* works like `depend_on`, but operates + recursively reading the file and following the directives found. +- fix usage of update-alternatives + +------------------------------------------------------------------- Old: ---- sprockets-2.10.0.gem New: ---- sprockets-2.10.1.gem ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ rubygem-sprockets.spec ++++++ --- /var/tmp/diff_new_pack.swCJFO/_old 2013-11-30 16:22:28.000000000 +0100 +++ /var/tmp/diff_new_pack.swCJFO/_new 2013-11-30 16:22:28.000000000 +0100 @@ -17,20 +17,21 @@ Name: rubygem-sprockets -Version: 2.10.0 +Version: 2.10.1 Release: 0 %define mod_name sprockets %define mod_full_name %{mod_name}-%{version} +%define mod_branch -%{version} +%define mod_weight 21001 BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: ruby-macros >= 1 +BuildRequires: update-alternatives Url: http://getsprockets.org/ Source: http://rubygems.org/gems/%{mod_full_name}.gem Summary: Rack-based asset packaging system License: MIT Group: Development/Languages/Ruby -%define mod_branch -%{version} -%define mod_weight 2 PreReq: update-alternatives %description @@ -55,8 +56,11 @@ %install %gem_install -f +mkdir -p %{buildroot}%{_sysconfdir}/alternatives mv %{buildroot}%{_bindir}/sprockets{,%{mod_branch}} -ln -s sprockets%{mod_branch} %{buildroot}%{_bindir}/sprockets +touch %{buildroot}%{_sysconfdir}/alternatives/sprockets +ln -s %{_sysconfdir}/alternatives/sprockets %{buildroot}%{_bindir}/sprockets + 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}/LICENSE %buildroot/%{_docdir}/%{name}/LICENSE @@ -74,7 +78,8 @@ %defattr(-,root,root,-) %{_docdir}/%{name} %{_bindir}/sprockets%{mod_branch} -%ghost %{_bindir}/sprockets +%{_bindir}/sprockets +%ghost %{_sysconfdir}/alternatives/sprockets %{_libdir}/ruby/gems/%{rb_ver}/cache/%{mod_full_name}.gem %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/ %{_libdir}/ruby/gems/%{rb_ver}/specifications/%{mod_full_name}.gemspec -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@hilbert.suse.de