[yast-commit] [ci_new_pac] JFYI yast2-ruby-bindings -> sle12
Script 'mail_helper' called by ro Hello packager, This is just FYI. Your package was checked in in distribution "sle12" by autobuild-member: ro. Here comes the log... ---------------------------%<------------------------------ Hi, here is the log from ci_new_pac /mounts/work_src_done/SLE12/yast2-ruby-bindings -> sle12 ## BNC# 864056 : "Build0062: stack too deep" (RESOLVED/FIXED) ## BNC# 864180 : "Custom partitioning fails: stack level too deep" (RESOLVED/FIXED) Changes: -------- --- /work/SRC/SUSE:SLE-12:GA/yast2-ruby-bindings/yast2-ruby-bindings.changes 2014-02-14 14:02:00.000000000 +0100 +++ /mounts/work_src_done/SLE12/yast2-ruby-bindings/yast2-ruby-bindings.changes 2014-02-17 11:53:48.000000000 +0100 @@ -1,0 +2,6 @@ +Mon Feb 17 10:34:13 UTC 2014 - jreidinger@suse.com + +- fix stack level too deep (BNC#864056,BNC#864180) +- 3.1.10 + +------------------------------------------------------------------- calling whatdependson for sle12-i586 Packages directly triggered for rebuild: - yast2-ruby-bindings - at least 75 other packages ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/SUSE:SLE-12:GA/yast2-ruby-bindings (Old) and /mounts/work_src_done/SLE12/yast2-ruby-bindings (BS:build ID:32879 MAIL:yast-commit@opensuse.org) (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "yast2-ruby-bindings", Maintainer is "yast-commit@opensuse.org" Old: ---- yast2-ruby-bindings-3.1.9.tar.bz2 New: ---- yast2-ruby-bindings-3.1.10.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yast2-ruby-bindings.spec ++++++ --- /var/tmp/diff_new_pack.XPLjtr/_old 2014-02-17 12:32:15.000000000 +0100 +++ /var/tmp/diff_new_pack.XPLjtr/_new 2014-02-17 12:32:15.000000000 +0100 @@ -17,7 +17,7 @@ Name: yast2-ruby-bindings -Version: 3.1.9 +Version: 3.1.10 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build Source0: yast2-ruby-bindings-%{version}.tar.bz2 ++++++ yast2-ruby-bindings-3.1.9.tar.bz2 -> yast2-ruby-bindings-3.1.10.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-ruby-bindings-3.1.9/package/yast2-ruby-bindings.changes new/yast2-ruby-bindings-3.1.10/package/yast2-ruby-bindings.changes --- old/yast2-ruby-bindings-3.1.9/package/yast2-ruby-bindings.changes 2014-02-13 17:05:21.000000000 +0100 +++ new/yast2-ruby-bindings-3.1.10/package/yast2-ruby-bindings.changes 2014-02-17 11:50:14.000000000 +0100 @@ -1,4 +1,10 @@ ------------------------------------------------------------------- +Mon Feb 17 10:34:13 UTC 2014 - jreidinger@suse.com + +- fix stack level too deep (BNC#864056,BNC#864180) +- 3.1.10 + +------------------------------------------------------------------- Mon Feb 10 13:43:23 UTC 2014 - jreidinger@suse.com - Do not unload clients after execution (BNC#861529) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-ruby-bindings-3.1.9/package/yast2-ruby-bindings.spec new/yast2-ruby-bindings-3.1.10/package/yast2-ruby-bindings.spec --- old/yast2-ruby-bindings-3.1.9/package/yast2-ruby-bindings.spec 2014-02-13 17:05:21.000000000 +0100 +++ new/yast2-ruby-bindings-3.1.10/package/yast2-ruby-bindings.spec 2014-02-17 11:50:14.000000000 +0100 @@ -17,7 +17,7 @@ Name: yast2-ruby-bindings -Version: 3.1.9 +Version: 3.1.10 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.9/src/ruby/yast/yast.rb new/yast2-ruby-bindings-3.1.10/src/ruby/yast/yast.rb --- old/yast2-ruby-bindings-3.1.9/src/ruby/yast/yast.rb 2014-02-13 17:05:21.000000000 +0100 +++ new/yast2-ruby-bindings-3.1.10/src/ruby/yast/yast.rb 2014-02-17 11:50:14.000000000 +0100 @@ -129,8 +129,10 @@ # because other calls are ignored if target.respond_to?(method_name.to_sym) && !target.instance_variable_defined?(initialized_variable) - target.send(method_name.to_sym, target) + # allways set initialized before method call otherwise endless loop in + # circle include calls target.instance_variable_set(initialized_variable, true) + target.send(method_name.to_sym, target) end end continue with "q"... Checked in at Mon Feb 17 12:32:20 CET 2014 by ro Remember to have fun... -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org
participants (1)
-
ro