Hello community,
here is the log from the commit of package rubygem-childprocess-0_6 for
openSUSE:Factory checked in at 2019-02-27 15:06:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-childprocess-0_6 (Old)
and /work/SRC/openSUSE:Factory/.rubygem-childprocess-0_6.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rubygem-childprocess-0_6"
Wed Feb 27 15:06:19 2019 rev:2 rq:679152 version:0.6.3
Changes:
--------
---
/work/SRC/openSUSE:Factory/rubygem-childprocess-0_6/rubygem-childprocess-0_6.changes
2017-08-08 11:59:17.439592221 +0200
+++
/work/SRC/openSUSE:Factory/.rubygem-childprocess-0_6.new.28833/rubygem-childprocess-0_6.changes
2019-02-27 15:06:21.814443088 +0100
@@ -1,0 +2,6 @@
+Tue Feb 26 04:21:31 UTC 2019 - Marguerite Su <[email protected]>
+
+- fix tumbleweed build
+ * strip Windows end of file or rdoc will fail
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ rubygem-childprocess-0_6.spec ++++++
--- /var/tmp/diff_new_pack.XNcMKs/_old 2019-02-27 15:06:23.242442653 +0100
+++ /var/tmp/diff_new_pack.XNcMKs/_new 2019-02-27 15:06:23.262442648 +0100
@@ -1,7 +1,7 @@
#
# spec file for package rubygem-childprocess-0_6
#
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -12,7 +12,7 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
@@ -30,9 +30,9 @@
%define mod_full_name %{mod_name}-%{version}
%define mod_version_suffix -0_6
BuildRoot: %{_tmppath}/%{name}-%{version}-build
-BuildRequires: ruby-macros >= 5
-BuildRequires: %{ruby}
BuildRequires: %{rubygem gem2rpm}
+BuildRequires: %{ruby}
+BuildRequires: ruby-macros >= 5
Url: http://github.com/enkessler/childprocess
Source: https://rubygems.org/gems/%{mod_full_name}.gem
Source1: gem2rpm.yml
@@ -45,8 +45,14 @@
programs running in the background on any Ruby / OS combination.
%prep
+%gem_unpack
+# MANUAL
+# fix Windows end of file, or rdoc will fail
+sed -i 's/\r//g' lib/childprocess/tools/generator.rb
+# /MANUAL
%build
+%gem_build
%install
%gem_install \