Hello community,

here is the log from the commit of package kiwi for openSUSE:Factory checked in 
at 2013-01-25 09:30:09
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kiwi (Old)
 and      /work/SRC/openSUSE:Factory/.kiwi.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kiwi", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/kiwi/kiwi.changes        2013-01-17 
09:43:07.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.kiwi.new/kiwi.changes   2013-01-25 
09:30:11.000000000 +0100
@@ -1,0 +2,11 @@
+Thu Jan 24 13:50:56 UTC 2013 - [email protected]
+
+- remove emacs backup file
+
+-------------------------------------------------------------------
+Tue Jan 22 12:29:39 UTC 2013 - [email protected]
+
+- add fix for architecture handling in product packages
+  commit 392bd2eaea9c00ca687400d9055a762afaa8435f
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ kiwi.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kiwi/modules/KIWIXMLProductPackageData.pm 
new/kiwi/modules/KIWIXMLProductPackageData.pm
--- old/kiwi/modules/KIWIXMLProductPackageData.pm       2013-01-14 
14:22:34.000000000 +0100
+++ new/kiwi/modules/KIWIXMLProductPackageData.pm       2013-01-22 
13:28:24.000000000 +0100
@@ -198,11 +198,14 @@
        # ...
        # Verify that the initialization hash is valid
        # ---
-       my $this = shift;
+               my $this = shift;
        my $init = shift;
        if ($init->{addarch}) {
-               if (! $this->__isSupportedArch($init->{addarch})) {
-                       return;
+               my @arches = split /,/smx, $init->{addarch};
+               for my $arch (@arches) {
+                       if (! $this->__isSupportedArch($arch)) {
+                               return;
+                       }
                }
        }
        if ($init->{onlyarch}) {

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

Reply via email to