Hello community,
here is the log from the commit of package rubygem-childprocess for
openSUSE:Factory checked in at 2014-01-23 14:04:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-childprocess (Old)
and /work/SRC/openSUSE:Factory/.rubygem-childprocess.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rubygem-childprocess"
Changes:
--------
---
/work/SRC/openSUSE:Factory/rubygem-childprocess/rubygem-childprocess.changes
2013-03-12 17:18:55.000000000 +0100
+++
/work/SRC/openSUSE:Factory/.rubygem-childprocess.new/rubygem-childprocess.changes
2014-01-23 15:55:51.000000000 +0100
@@ -1,0 +2,5 @@
+Mon Jan 20 09:29:46 UTC 2014 - [email protected]
+
+- updated to version 0.4.0
+
+-------------------------------------------------------------------
Old:
----
childprocess-0.3.9.gem
New:
----
childprocess-0.4.0.gem
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ rubygem-childprocess.spec ++++++
--- /var/tmp/diff_new_pack.i3JLkc/_old 2014-01-23 15:55:51.000000000 +0100
+++ /var/tmp/diff_new_pack.i3JLkc/_new 2014-01-23 15:55:51.000000000 +0100
@@ -1,7 +1,7 @@
#
# spec file for package rubygem-childprocess
#
-# 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,7 +17,7 @@
Name: rubygem-childprocess
-Version: 0.3.9
+Version: 0.4.0
Release: 0
%define mod_name childprocess
%define mod_full_name %{mod_name}-%{version}
@@ -25,7 +25,7 @@
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: ruby-macros >= 1
Url: http://github.com/jarib/childprocess
-Source: %{mod_full_name}.gem
+Source: http://rubygems.org/gems/%{mod_full_name}.gem
Summary: This gem aims at being a simple and reliable solution for
License: MIT
Group: Development/Languages/Ruby
@@ -60,9 +60,13 @@
%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.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
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]