Hello community, here is the log from the commit of package rubygem-open4 for openSUSE:Factory checked in at 2014-02-25 07:38:03 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/rubygem-open4 (Old) and /work/SRC/openSUSE:Factory/.rubygem-open4.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rubygem-open4" Changes: -------- --- /work/SRC/openSUSE:Factory/rubygem-open4/rubygem-open4.changes 2012-12-05 14:07:20.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.rubygem-open4.new/rubygem-open4.changes 2014-02-25 07:38:05.000000000 +0100 @@ -1,0 +2,5 @@ +Sat Feb 22 06:25:44 UTC 2014 - [email protected] + +- updated to version 1.3.1 + +------------------------------------------------------------------- Old: ---- open4-1.3.0.gem New: ---- open4-1.3.1.gem ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ rubygem-open4.spec ++++++ --- /var/tmp/diff_new_pack.AjrsiZ/_old 2014-02-25 07:38:05.000000000 +0100 +++ /var/tmp/diff_new_pack.AjrsiZ/_new 2014-02-25 07:38:05.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package rubygem-open4 # -# 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,21 +17,22 @@ Name: rubygem-open4 -Version: 1.3.0 +Version: 1.3.1 Release: 0 %define mod_name open4 %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/open4 -Source: %{mod_full_name}.gem +Source: http://rubygems.org/gems/%{mod_full_name}.gem Summary: open4 License: Ruby Group: Development/Languages/Ruby %description -description: open4 kicks the ass +open child process with handles on pid, stdin, stdout, and stderr: manage +child processes and their io handles easily. %package doc Summary: RDoc documentation for %{mod_name} @@ -59,20 +60,24 @@ %install %gem_install -f +mkdir -p %{buildroot}%{_docdir}/%{name} +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,-) -%{_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 +%{_docdir}/%{name} +%{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]
