Hello community,

here is the log from the commit of package yast2-ruby-bindings for 
openSUSE:Factory checked in at 2014-03-21 12:14:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-ruby-bindings (Old)
 and      /work/SRC/openSUSE:Factory/.yast2-ruby-bindings.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yast2-ruby-bindings"

Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2-ruby-bindings/yast2-ruby-bindings.changes  
2014-03-11 09:24:01.000000000 +0100
+++ 
/work/SRC/openSUSE:Factory/.yast2-ruby-bindings.new/yast2-ruby-bindings.changes 
    2014-03-21 12:14:08.000000000 +0100
@@ -1,0 +2,6 @@
+Fri Mar 14 15:33:30 UTC 2014 - [email protected]
+
+- Show the caller in the Internal error popup.
+- 3.1.15
+
+-------------------------------------------------------------------

Old:
----
  yast2-ruby-bindings-3.1.14.tar.bz2

New:
----
  yast2-ruby-bindings-3.1.15.tar.bz2

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

Other differences:
------------------
++++++ yast2-ruby-bindings.spec ++++++
--- /var/tmp/diff_new_pack.1oGdDh/_old  2014-03-21 12:14:09.000000000 +0100
+++ /var/tmp/diff_new_pack.1oGdDh/_new  2014-03-21 12:14:09.000000000 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-ruby-bindings
-Version:        3.1.14
+Version:        3.1.15
 Release:        0
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 Source0:        yast2-ruby-bindings-%{version}.tar.bz2

++++++ yast2-ruby-bindings-3.1.14.tar.bz2 -> yast2-ruby-bindings-3.1.15.tar.bz2 
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-ruby-bindings-3.1.14/package/yast2-ruby-bindings.changes 
new/yast2-ruby-bindings-3.1.15/package/yast2-ruby-bindings.changes
--- old/yast2-ruby-bindings-3.1.14/package/yast2-ruby-bindings.changes  
2014-03-06 09:24:30.000000000 +0100
+++ new/yast2-ruby-bindings-3.1.15/package/yast2-ruby-bindings.changes  
2014-03-14 20:50:36.000000000 +0100
@@ -1,4 +1,10 @@
 -------------------------------------------------------------------
+Fri Mar 14 15:33:30 UTC 2014 - [email protected]
+
+- Show the caller in the Internal error popup.
+- 3.1.15
+
+-------------------------------------------------------------------
 Mon Mar  3 16:43:21 UTC 2014 - [email protected]
 
 - do not crash if ruby cannot find yast ruby part
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-ruby-bindings-3.1.14/package/yast2-ruby-bindings.spec 
new/yast2-ruby-bindings-3.1.15/package/yast2-ruby-bindings.spec
--- old/yast2-ruby-bindings-3.1.14/package/yast2-ruby-bindings.spec     
2014-03-06 09:24:30.000000000 +0100
+++ new/yast2-ruby-bindings-3.1.15/package/yast2-ruby-bindings.spec     
2014-03-14 20:50:36.000000000 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-ruby-bindings
-Version:        3.1.14
+Version:        3.1.15
 Release:        0
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 Source0:        yast2-ruby-bindings-%{version}.tar.bz2
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-ruby-bindings-3.1.14/src/ruby/yast/wfm.rb 
new/yast2-ruby-bindings-3.1.15/src/ruby/yast/wfm.rb
--- old/yast2-ruby-bindings-3.1.14/src/ruby/yast/wfm.rb 2014-03-06 
09:24:31.000000000 +0100
+++ new/yast2-ruby-bindings-3.1.15/src/ruby/yast/wfm.rb 2014-03-14 
20:50:36.000000000 +0100
@@ -199,7 +199,9 @@
             e.backtrace
           )
           Yast.import "Report"
-          Report.Error "Internal error. Please report a bug report with 
logs.\nDetails: #{e.message}"
+          Report.Error "Internal error. Please report a bug report with 
logs.\n" +
+            "Details: #{e.message}\n" +
+            "Caller:  #{e.backtrace.first}"
         rescue Exception => e
           Builtins.y2internal("Error reporting failed with '%1' and backtrace 
%2",
             e.message,

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to