Hello community,

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

Package is "yast2-core"

Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2-core/yast2-core.changes    2013-12-17 
10:07:29.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-core.new/yast2-core.changes       
2014-03-21 12:14:13.000000000 +0100
@@ -1,0 +2,6 @@
+Mon Mar 17 12:52:24 UTC 2014 - [email protected]
+
+- do not prefer executable programs over builtin components
+- 3.1.6
+
+-------------------------------------------------------------------

Old:
----
  yast2-core-3.1.5.tar.bz2

New:
----
  yast2-core-3.1.6.tar.bz2

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

Other differences:
------------------
++++++ yast2-core.spec ++++++
--- /var/tmp/diff_new_pack.1yUYbz/_old  2014-03-21 12:14:14.000000000 +0100
+++ /var/tmp/diff_new_pack.1yUYbz/_new  2014-03-21 12:14:14.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package yast2-core
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-core
-Version:        3.1.5
+Version:        3.1.6
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build

++++++ yast2-core-3.1.5.tar.bz2 -> yast2-core-3.1.6.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-core-3.1.5/liby2/src/Y2CCProgram.cc 
new/yast2-core-3.1.6/liby2/src/Y2CCProgram.cc
--- old/yast2-core-3.1.5/liby2/src/Y2CCProgram.cc       2013-12-13 
14:19:48.000000000 +0100
+++ new/yast2-core-3.1.6/liby2/src/Y2CCProgram.cc       2014-03-18 
08:51:07.000000000 +0100
@@ -47,6 +47,11 @@
 Y2Component *
 Y2CCProgram::createInLevel (const char *name, int level, int current_level) 
const
 {
+    // do not create component in wrong level, otherwise program precedence is
+    // ignored see https://github.com/yast/yast-ruby-bindings/issues/107
+    if (current_level != level)
+      return NULL;
+
     string root;
 
     if (strncmp (name, "chroot=", 7) == 0)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-core-3.1.5/package/yast2-core.changes 
new/yast2-core-3.1.6/package/yast2-core.changes
--- old/yast2-core-3.1.5/package/yast2-core.changes     2013-12-13 
14:19:49.000000000 +0100
+++ new/yast2-core-3.1.6/package/yast2-core.changes     2014-03-18 
08:51:08.000000000 +0100
@@ -1,4 +1,10 @@
 -------------------------------------------------------------------
+Mon Mar 17 12:52:24 UTC 2014 - [email protected]
+
+- do not prefer executable programs over builtin components
+- 3.1.6
+
+-------------------------------------------------------------------
 Fri Dec 13 10:53:16 UTC 2013 - [email protected]
 
 - Fix ARM build:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-core-3.1.5/package/yast2-core.spec 
new/yast2-core-3.1.6/package/yast2-core.spec
--- old/yast2-core-3.1.5/package/yast2-core.spec        2013-12-13 
14:19:49.000000000 +0100
+++ new/yast2-core-3.1.6/package/yast2-core.spec        2014-03-18 
08:51:08.000000000 +0100
@@ -18,7 +18,7 @@
 
 
 Name:           yast2-core
-Version:        3.1.5
+Version:        3.1.6
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build

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

Reply via email to