Hello community, here is the log from the commit of package rubygem-systemu for openSUSE:Factory checked in at 2014-02-26 06:59:21 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/rubygem-systemu (Old) and /work/SRC/openSUSE:Factory/.rubygem-systemu.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rubygem-systemu" Changes: -------- --- /work/SRC/openSUSE:Factory/rubygem-systemu/rubygem-systemu.changes 2013-12-12 11:27:41.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.rubygem-systemu.new/rubygem-systemu.changes 2014-02-26 06:59:22.000000000 +0100 @@ -1,0 +2,10 @@ +Sun Feb 23 09:24:49 UTC 2014 - [email protected] + +- updated to version 2.6.3 + +------------------------------------------------------------------- +Sat Feb 22 06:25:44 UTC 2014 - [email protected] + +- updated to version 2.6.2 + +------------------------------------------------------------------- Old: ---- systemu-2.6.0.gem New: ---- systemu-2.6.3.gem ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ rubygem-systemu.spec ++++++ --- /var/tmp/diff_new_pack.P7RxDc/_old 2014-02-26 06:59:24.000000000 +0100 +++ /var/tmp/diff_new_pack.P7RxDc/_new 2014-02-26 06:59:24.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package rubygem-systemu # -# 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,13 @@ Name: rubygem-systemu -Version: 2.6.0 +Version: 2.6.3 Release: 0 %define mod_name systemu %define mod_full_name %{mod_name}-%{version} BuildRoot: %{_tmppath}/%{name}-%{version}-build -BuildRequires: ruby-macros >= 1 +BuildRequires: ruby-macros >= 3 Url: https://github.com/ahoward/systemu Source: http://rubygems.org/gems/%{mod_full_name}.gem Summary: systemu @@ -31,7 +31,8 @@ Group: Development/Languages/Ruby %description -description: systemu kicks the ass +universal capture of stdout and stderr and handling of child process pid for +windows, *nix, etc. %package doc Summary: RDoc documentation for %{mod_name} @@ -60,23 +61,23 @@ %install %gem_install -f mkdir -p %{buildroot}%{_docdir}/%{name} -ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/LICENSE %buildroot/%{_docdir}/%{name}/LICENSE -ln -s %{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_full_name}/README %buildroot/%{_docdir}/%{name}/README +ln -s %{gem_base}/gems/%{mod_full_name}/LICENSE %buildroot/%{_docdir}/%{name}/LICENSE +ln -s %{gem_base}/gems/%{mod_full_name}/README %buildroot/%{_docdir}/%{name}/README %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}/test -%{_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}/test +%{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}/test +%{gem_base}/gems/%{mod_full_name}/test %changelog -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
