Hello community,

here is the log from the commit of package yast2-multipath for openSUSE:Factory 
checked in at 2015-01-30 10:59:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-multipath (Old)
 and      /work/SRC/openSUSE:Factory/.yast2-multipath.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yast2-multipath"

Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2-multipath/yast2-multipath.changes  
2014-12-05 21:03:18.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-multipath.new/yast2-multipath.changes     
2015-01-30 10:59:46.000000000 +0100
@@ -1,0 +2,5 @@
+Mon Jan 26 12:26:32 UTC 2015 - jreidin...@suse.com
+
+- fixed \r character lost during conversion to Ruby
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ yast2-multipath.spec ++++++
--- /var/tmp/diff_new_pack.aPv5vE/_old  2015-01-30 10:59:47.000000000 +0100
+++ /var/tmp/diff_new_pack.aPv5vE/_new  2015-01-30 10:59:47.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package yast2-multipath
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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

++++++ yast2-multipath-3.1.5.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-multipath-3.1.5/package/yast2-multipath.changes 
new/yast2-multipath-3.1.5/package/yast2-multipath.changes
--- old/yast2-multipath-3.1.5/package/yast2-multipath.changes   2014-12-04 
11:29:04.000000000 +0100
+++ new/yast2-multipath-3.1.5/package/yast2-multipath.changes   2015-01-26 
13:55:10.000000000 +0100
@@ -1,4 +1,9 @@
 -------------------------------------------------------------------
+Mon Jan 26 12:26:32 UTC 2015 - jreidin...@suse.com
+
+- fixed \r character lost during conversion to Ruby
+
+-------------------------------------------------------------------
 Thu Dec  4 09:50:28 UTC 2014 - jreidin...@suse.com
 
 - remove X-KDE-Library from desktop file (bnc#899104)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-multipath-3.1.5/src/include/multipath/options.rb 
new/yast2-multipath-3.1.5/src/include/multipath/options.rb
--- old/yast2-multipath-3.1.5/src/include/multipath/options.rb  2014-12-04 
11:29:04.000000000 +0100
+++ new/yast2-multipath-3.1.5/src/include/multipath/options.rb  2015-01-26 
13:55:10.000000000 +0100
@@ -686,7 +686,7 @@
       str_end = Ops.subtract(str_len, 1)
       while Ops.less_than(str_start, str_len)
         cur_char = Builtins.substring(value, str_start, 1)
-        if cur_char == " " || cur_char == "\t" || cur_char == " " ||
+        if cur_char == " " || cur_char == "\t" || cur_char == "\r" ||
             cur_char == "\n" ||
             cur_char == "\""
           str_start = Ops.add(str_start, 1)
@@ -697,7 +697,7 @@
 
       while Ops.greater_than(str_end, str_start)
         cur_char = Builtins.substring(value, str_end, 1)
-        if cur_char == " " || cur_char == "\t" || cur_char == " " ||
+        if cur_char == " " || cur_char == "\t" || cur_char == "\r" ||
             cur_char == "\n" ||
             cur_char == "\""
           str_end = Ops.subtract(str_end, 1)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to