Hello community, here is the log from the commit of package rubygem-sprockets for openSUSE:Factory checked in at 2014-02-25 07:42:00 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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-11-30 16:22:28.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.rubygem-sprockets.new/rubygem-sprockets.changes 2014-02-25 07:42:01.000000000 +0100 @@ -1,0 +2,6 @@ +Sat Feb 22 06:25:42 UTC 2014 - [email protected] + +- updated to version 2.11.0 + * Support for `.bower.json` + +------------------------------------------------------------------- Old: ---- sprockets-2.10.1.gem New: ---- sprockets-2.11.0.gem ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ rubygem-sprockets.spec ++++++ --- /var/tmp/diff_new_pack.OkTLJ1/_old 2014-02-25 07:42:01.000000000 +0100 +++ /var/tmp/diff_new_pack.OkTLJ1/_new 2014-02-25 07:42:02.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package rubygem-sprockets # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2014 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 @@ -17,15 +17,15 @@ Name: rubygem-sprockets -Version: 2.10.1 +Version: 2.11.0 Release: 0 %define mod_name sprockets %define mod_full_name %{mod_name}-%{version} %define mod_branch -%{version} -%define mod_weight 21001 +%define mod_weight 21100 BuildRoot: %{_tmppath}/%{name}-%{version}-build -BuildRequires: ruby-macros >= 1 +BuildRequires: ruby-macros >= 3 BuildRequires: update-alternatives Url: http://getsprockets.org/ Source: http://rubygems.org/gems/%{mod_full_name}.gem @@ -62,8 +62,8 @@ 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 +ln -s %{gem_base}/gems/%{mod_full_name}/LICENSE %buildroot/%{_docdir}/%{name}/LICENSE +ln -s %{gem_base}/gems/%{mod_full_name}/README.md %buildroot/%{_docdir}/%{name}/README.md %post /usr/sbin/update-alternatives --install \ @@ -80,12 +80,12 @@ %{_bindir}/sprockets%{mod_branch} %{_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 +%{gem_base}/cache/%{mod_full_name}.gem +%{gem_base}/gems/%{mod_full_name}/ +%{gem_base}/specifications/%{mod_full_name}.gemspec %files doc %defattr(-,root,root,-) -%doc %{_libdir}/ruby/gems/%{rb_ver}/doc/%{mod_full_name}/ +%doc %{gem_base}/doc %changelog -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
