Hello community, here is the log from the commit of package rubygem-librarian for openSUSE:Factory checked in at 2014-02-25 07:37:00 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/rubygem-librarian (Old) and /work/SRC/openSUSE:Factory/.rubygem-librarian.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rubygem-librarian" Changes: -------- --- /work/SRC/openSUSE:Factory/rubygem-librarian/rubygem-librarian.changes 2013-09-27 18:07:26.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.rubygem-librarian.new/rubygem-librarian.changes 2014-02-25 07:37:01.000000000 +0100 @@ -1,0 +2,17 @@ +Sat Feb 22 06:25:44 UTC 2014 - [email protected] + +- updated to version 0.1.2 + * \#153. Mark the license in the gemspec. + + * \#158, \#160, \#159. Handle cyclic dependencies for adapters which opt in to + cyclic dependencies. + + * \#154. Cache git repository sources which are identical but for their :path + attributes (where to look inside the repository for the manifest). Thanks + @bcatlin. + + * \#161. Fix JRuby exception in posix run! method. Thanks @justenwalker. + + * \#163. Don't fetch git repositories multiple times per run. Thanks @njam. + +------------------------------------------------------------------- Old: ---- librarian-0.1.1.gem New: ---- librarian-0.1.2.gem ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ rubygem-librarian.spec ++++++ --- /var/tmp/diff_new_pack.QB5i1w/_old 2014-02-25 07:37:02.000000000 +0100 +++ /var/tmp/diff_new_pack.QB5i1w/_new 2014-02-25 07:37:02.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package rubygem-librarian # -# 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,13 +17,14 @@ Name: rubygem-librarian -Version: 0.1.1 +Version: 0.1.2 Release: 0 %define mod_name librarian %define mod_full_name %{mod_name}-%{version} BuildRoot: %{_tmppath}/%{name}-%{version}-build -BuildRequires: ruby-macros >= 1 +BuildRequires: ruby-macros >= 3 +Url: https://github.com/applicationsonline/librarian Source: http://rubygems.org/gems/%{mod_full_name}.gem Summary: A Framework for Bundlers License: MIT @@ -59,24 +60,24 @@ %install %gem_install -f mkdir -p %{buildroot}%{_docdir}/%{name} -ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/CHANGELOG.md %buildroot/%{_docdir}/%{name}/CHANGELOG.md -ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/LICENSE.txt %buildroot/%{_docdir}/%{name}/LICENSE.txt -ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/README.md %buildroot/%{_docdir}/%{name}/README.md +ln -s %{gem_base}/gems/%{mod_full_name}/CHANGELOG.md %buildroot/%{_docdir}/%{name}/CHANGELOG.md +ln -s %{gem_base}/gems/%{mod_full_name}/LICENSE.txt %buildroot/%{_docdir}/%{name}/LICENSE.txt +ln -s %{gem_base}/gems/%{mod_full_name}/README.md %buildroot/%{_docdir}/%{name}/README.md %files %defattr(-,root,root,-) %{_docdir}/%{name} -%{_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}/spec -%{_libdir}/ruby/gems/%{rb_ver}/specifications/%{mod_full_name}.gemspec +%{gem_base}/cache/%{mod_full_name}.gem +%{gem_base}/gems/%{mod_full_name}/ +%exclude %{gem_base}/gems/%{mod_full_name}/spec +%{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 %files testsuite %defattr(-,root,root,-) -%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/spec +%{gem_base}/gems/%{mod_full_name}/spec %changelog -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
