[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 Changes: -------- --- /work/SRC/SUSE:SLE-12:GA/yast2-ruby-bindings/yast2-ruby-bindings.changes 2014-02-26 16:45:08.000000000 +0100 +++ /mounts/work_src_done/SLE12/yast2-ruby-bindings/yast2-ruby-bindings.changes 2014-02-27 13:23:43.000000000 +0100 @@ -1,0 +2,6 @@ +Thu Feb 27 12:10:11 UTC 2014 - jreidinger@suse.com + +- fix precedence of loading files in lib +- 3.1.13 + +------------------------------------------------------------------- calling whatdependson for sle12-i586 Packages directly triggered for rebuild: - yast2-ruby-bindings - at least 77 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:33534 MAIL:yast-commit@opensuse.org) (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "yast2-ruby-bindings", Maintainer is "yast-commit@opensuse.org" Old: ---- yast2-ruby-bindings-3.1.12.tar.bz2 New: ---- yast2-ruby-bindings-3.1.13.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yast2-ruby-bindings.spec ++++++ --- /var/tmp/diff_new_pack.rMEClM/_old 2014-02-27 16:16:05.000000000 +0100 +++ /var/tmp/diff_new_pack.rMEClM/_new 2014-02-27 16:16:05.000000000 +0100 @@ -17,7 +17,7 @@ Name: yast2-ruby-bindings -Version: 3.1.12 +Version: 3.1.13 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build Source0: yast2-ruby-bindings-%{version}.tar.bz2 ++++++ yast2-ruby-bindings-3.1.12.tar.bz2 -> yast2-ruby-bindings-3.1.13.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-ruby-bindings-3.1.12/package/yast2-ruby-bindings.changes new/yast2-ruby-bindings-3.1.13/package/yast2-ruby-bindings.changes --- old/yast2-ruby-bindings-3.1.12/package/yast2-ruby-bindings.changes 2014-02-26 15:04:56.000000000 +0100 +++ new/yast2-ruby-bindings-3.1.13/package/yast2-ruby-bindings.changes 2014-02-27 13:19:58.000000000 +0100 @@ -1,4 +1,10 @@ ------------------------------------------------------------------- +Thu Feb 27 12:10:11 UTC 2014 - jreidinger@suse.com + +- fix precedence of loading files in lib +- 3.1.13 + +------------------------------------------------------------------- Wed Feb 26 12:22:48 UTC 2014 - lslezak@suse.cz - added N_() and Nn_() gettext equivalents (to only mark a text diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-ruby-bindings-3.1.12/package/yast2-ruby-bindings.spec new/yast2-ruby-bindings-3.1.13/package/yast2-ruby-bindings.spec --- old/yast2-ruby-bindings-3.1.12/package/yast2-ruby-bindings.spec 2014-02-26 15:04:56.000000000 +0100 +++ new/yast2-ruby-bindings-3.1.13/package/yast2-ruby-bindings.spec 2014-02-27 13:19:58.000000000 +0100 @@ -17,7 +17,7 @@ Name: yast2-ruby-bindings -Version: 3.1.12 +Version: 3.1.13 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.12/src/ruby/yast.rb new/yast2-ruby-bindings-3.1.13/src/ruby/yast.rb --- old/yast2-ruby-bindings-3.1.12/src/ruby/yast.rb 2014-02-26 15:04:56.000000000 +0100 +++ new/yast2-ruby-bindings-3.1.13/src/ruby/yast.rb 2014-02-27 13:19:58.000000000 +0100 @@ -44,8 +44,9 @@ require "yast/ui_shortcuts" require "yast/wfm" -#add yast specific path for ruby libraries, similar to lib directory in rails -Yast.y2paths.each do |p| +# add yast specific path for ruby libraries, similar to lib directory in rails +# unshift it in reverse order to keep precedence +Yast.y2paths.reverse.each do |p| dir_path = File.join(p, "lib") if File.exists? dir_path $LOAD_PATH.unshift dir_path continue with "q"... Checked in at Thu Feb 27 16:16:34 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