Hello community, here is the log from the commit of package rubygem-polyglot for openSUSE:Factory checked in at 2014-02-25 07:38:15 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/rubygem-polyglot (Old) and /work/SRC/openSUSE:Factory/.rubygem-polyglot.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rubygem-polyglot" Changes: -------- --- /work/SRC/openSUSE:Factory/rubygem-polyglot/rubygem-polyglot.changes 2012-08-05 00:04:57.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.rubygem-polyglot.new/rubygem-polyglot.changes 2014-02-25 07:38:16.000000000 +0100 @@ -1,0 +2,5 @@ +Sat Feb 22 06:25:41 UTC 2014 - [email protected] + +- updated to version 0.3.4 + +------------------------------------------------------------------- Old: ---- polyglot-0.3.3.gem New: ---- polyglot-0.3.4.gem ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ rubygem-polyglot.spec ++++++ --- /var/tmp/diff_new_pack.gW94NI/_old 2014-02-25 07:38:16.000000000 +0100 +++ /var/tmp/diff_new_pack.gW94NI/_new 2014-02-25 07:38:16.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package rubygem-polyglot # -# Copyright (c) 2012 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-polyglot -Version: 0.3.3 +Version: 0.3.4 Release: 0 %define mod_name polyglot %define mod_full_name %{mod_name}-%{version} BuildRoot: %{_tmppath}/%{name}-%{version}-build -BuildRequires: ruby-macros >= 1 +BuildRequires: ruby-macros >= 3 Url: http://github.com/cjheath/polyglot -Source: %{mod_full_name}.gem +Source: http://rubygems.org/gems/%{mod_full_name}.gem Summary: Augment 'require' to load non-Ruby file types License: MIT Group: Development/Languages/Ruby @@ -53,15 +53,20 @@ %install %gem_install -f +mkdir -p %{buildroot}%{_docdir}/%{name} +ln -s %{gem_base}/gems/%{mod_full_name}/History.txt %buildroot/%{_docdir}/%{name}/History.txt +ln -s %{gem_base}/gems/%{mod_full_name}/License.txt %buildroot/%{_docdir}/%{name}/License.txt +ln -s %{gem_base}/gems/%{mod_full_name}/README.txt %buildroot/%{_docdir}/%{name}/README.txt %files %defattr(-,root,root,-) -%{_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 +%{_docdir}/%{name} +%{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]
