Hello community,

here is the log from the commit of package rubygem-winrm-2_1 for 
openSUSE:Factory checked in at 2019-03-04 09:24:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-winrm-2_1 (Old)
 and      /work/SRC/openSUSE:Factory/.rubygem-winrm-2_1.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rubygem-winrm-2_1"

Mon Mar  4 09:24:13 2019 rev:2 rq:681118 version:2.1.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/rubygem-winrm-2_1/rubygem-winrm-2_1.changes      
2017-07-28 09:46:14.316130652 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-winrm-2_1.new.28833/rubygem-winrm-2_1.changes
   2019-03-04 09:24:44.588553822 +0100
@@ -1,0 +2,12 @@
+Fri Mar  1 15:22:35 UTC 2019 - Ana María Martínez Gómez <ammarti...@suse.com>
+
+- Disable documentation as there is a bug which makes the building fail:
+
+https://github.com/ruby/rdoc/issues/705
+
+-------------------------------------------------------------------
+Tue Feb 26 13:01:14 UTC 2019 - Marguerite Su <i...@marguerite.su>
+
+- fix Windows end of file, or rdoc will fail
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ rubygem-winrm-2_1.spec ++++++
--- /var/tmp/diff_new_pack.NOMQoc/_old  2019-03-04 09:24:45.236553705 +0100
+++ /var/tmp/diff_new_pack.NOMQoc/_new  2019-03-04 09:24:45.236553705 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-winrm-2_1
 #
-# 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,10 +30,10 @@
 %define mod_full_name %{mod_name}-%{version}
 %define mod_version_suffix -2_1
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  ruby-macros >= 5
 BuildRequires:  %{ruby >= 2.0}
 BuildRequires:  %{rubygem gem2rpm}
 BuildRequires:  %{rubygem rdoc > 3.10}
+BuildRequires:  ruby-macros >= 5
 BuildRequires:  update-alternatives
 Url:            https://github.com/WinRb/WinRM
 Source:         https://rubygems.org/gems/%{mod_full_name}.gem
@@ -47,11 +47,18 @@
 Ruby library for Windows Remote Management.
 
 %prep
+%gem_unpack
+# MANUAL
+# fix Windows end of file or rdoc will fail
+sed -i 's/\r//g' lib/winrm/psrp/powershell_output_decoder.rb
+# /MANUAL
 
 %build
+%gem_build
 
 %install
 %gem_install \
+  --no-rdoc --no-ri \
   --symlink-binaries \
   --doc-files="LICENSE README.md changelog.md" \
   -f

++++++ gem2rpm.yml ++++++
--- /var/tmp/diff_new_pack.NOMQoc/_old  2019-03-04 09:24:45.264553700 +0100
+++ /var/tmp/diff_new_pack.NOMQoc/_new  2019-03-04 09:24:45.264553700 +0100
@@ -11,7 +11,7 @@
 # ## used by gem2rpm and gem_packages
 :version_suffix: "-2_1"
 # ## used by gem2rpm and gem_packages
-# :disable_docs: true
+:disable_docs: true
 # ## used by gem2rpm
 # :disable_automatic_rdoc_dep: true
 # ## used by gem2rpm


Reply via email to