Hello community, here is the log from the commit of package rubygem-thor for openSUSE:Factory checked in at 2014-03-25 13:28:23 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/rubygem-thor (Old) and /work/SRC/openSUSE:Factory/.rubygem-thor.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rubygem-thor" Changes: -------- --- /work/SRC/openSUSE:Factory/rubygem-thor/rubygem-thor.changes 2013-07-25 15:35:42.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.rubygem-thor.new/rubygem-thor.changes 2014-03-25 13:28:25.000000000 +0100 @@ -1,0 +2,10 @@ +Mon Mar 24 18:59:30 UTC 2014 - [email protected] + +- updated to version 0.19.1, no changelog + +------------------------------------------------------------------- +Sun Mar 23 06:56:31 UTC 2014 - [email protected] + +- updated to version 0.19.0, no changelog + +------------------------------------------------------------------- Old: ---- thor-0.18.1.gem New: ---- thor-0.19.1.gem ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ rubygem-thor.spec ++++++ --- /var/tmp/diff_new_pack.mWZXoD/_old 2014-03-25 13:28:25.000000000 +0100 +++ /var/tmp/diff_new_pack.mWZXoD/_new 2014-03-25 13:28:25.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package rubygem-thor # -# 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,25 +17,25 @@ Name: rubygem-thor -Version: 0.18.1 +Version: 0.19.1 Release: 0 %define mod_name thor %define mod_full_name %{mod_name}-%{version} %define mod_branch -%{version} -%define mod_weight 1801 +%define mod_weight 1901 BuildRoot: %{_tmppath}/%{name}-%{version}-build -BuildRequires: ruby-macros >= 1 +BuildRequires: ruby-macros >= 3 BuildRequires: update-alternatives Url: http://whatisthor.com/ Source: http://rubygems.org/gems/%{mod_full_name}.gem -Summary: A scripting framework that replaces rake, sake and rubigen +Summary: Thor is a toolkit for building powerful command-line interfaces License: MIT Group: Development/Languages/Ruby PreReq: update-alternatives %description -A scripting framework that replaces rake, sake and rubigen +Thor is a toolkit for building powerful command-line interfaces. %package doc Summary: RDoc documentation for %{mod_name} @@ -69,9 +69,9 @@ ln -s %{_sysconfdir}/alternatives/thor %{buildroot}%{_bindir}/thor 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.md %buildroot/%{_docdir}/%{name}/LICENSE.md -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.md %buildroot/%{_docdir}/%{name}/LICENSE.md +ln -s %{gem_base}/gems/%{mod_full_name}/README.md %buildroot/%{_docdir}/%{name}/README.md %post /usr/sbin/update-alternatives --install \ @@ -88,17 +88,17 @@ %{_bindir}/thor%{mod_branch} %{_bindir}/thor %ghost %{_sysconfdir}/alternatives/thor -%{_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]
